I just installed the latest version.
If I use the function to upload multiple picture (jpg < 300kb) I get the error 403.
No picture are uploaded and no entrie is in the database.
Is this a sucurity problem?
PHP Version 5.2 and MySQL 5.0
I know, there are many options to upload pictures, but this function is very easy to use - if it works.
See printscreen with the ERROR: 403
Offline
long answer is in the german forum
short answer: maybe a chmod problem, change the chmod value of the folder "upload" to 777
Offline
It looks like [Forum, topic 16312] ERROR HTTP:403(upload) but villas did not give any answer, so I ask the same questions:
1) which web browser are you using? did you try another one?
2) what is the filesize of your photos?
Offline
Yes, it looks simular to [Forum, topic 16312] ERROR HTTP:403(upload).
1) Tested with Internet Explorer Version 7 and 8 and Firefox Version 3.6.10
2) Filesize ist between 100kb and 300kb each. It doesn't matter how many files. Always the same ERROR.
Offline
Do you have a proxy or a firewall active on your computer?
Offline
I have a standard config with Windows 7 Professional x64. Standard Firewall and Microsoft Security Essentials. No Proxy.
I've tried with diactivated Firewall. - Same ERROR.
I also tried with Windows XP Professional x32. No local Firewall activ. - Same ERROR
Offline
cmerk, I've sent you a private message to test on another Piwigo installation.
Offline
403 sometimes mean your IP is blocked by your own server. check iptables
Offline
So you confirmed in a private message that the upload form was working on another hosting. The problem is server side.
I've found a solution to fix error 403 with Uploadify (Uploadify is the coding library used to upload photos in Piwigo). Can you test this in a .htaccess file at the root of your Piwigo installation?
SecFilterEngine Off
Offline
Yes! Perfect solution.
I made the test and now it works perfect!
Thank you very much!
Insert in .htaccess
SecFilterEngine Off
Offline
This is a very good news, I try to keep the solution in mind, I'm not this is not the last time we have to face this problem!
Offline
Hi
Did this ever get resolved as I've started to get the problem, but only at certain times.
I've tried the .htaccess fix but that just breaks my gallery with a 500 error.
The gallery is http://photos.travelbeerfood.co.uk/inde … ategory/44
Offline
Test the beta 2.7 and its new uploader
Offline
I'm not sure how easily I can - I installed my version using Softaculous.
The error only seems to happen when I upload too many photos.
Offline