Page 1 of 1

Error 403 on Upload

Posted: 02 Apr 2010, 12:41
by ndorfnz
Recently purchased and installed x2.

Established on the necessary 777 settings.

Did review my phpinfo and no mention of suhosin being involved.

Admin nor users can upload, they both receive same error 403 message.

Admin can change a theme configuration and it saves.

Posted: 04 Apr 2010, 07:41
by ndorfnz
Anyone know how to actually get support on this forum? I've read the other issues relating to UPLOAD issues and checked out my config...

Posted: 05 Apr 2010, 09:35
by mjau-mjau
Sorry, I believe we are looking into this in by email in regard to your upload issue.

Posted: 09 Apr 2010, 03:27
by Nick
This is mod_security in your case. Maybe we should add it to the list of warnings on top, you can try to resolve this by uploading .htaccess file with the following content:
Code
SecFilterEngine Off
SecFilterScanPOST Off
As it described here: https://www.photo.gallery/v2docs/troubleshooting

If this won't help, then you'll have to contact your hosting support.