Hi All,
I just tested the latest version (v1.6.528) of phpwcms from github. All works fine, but the only thing I can't get working is the new multiple file upload. When I drop images or browse images I get the error message:
002.jpg 0.2MB
Storing data failed
When I upload images with ftp to the upload folder it works fine. I already tried different browsers and installed phpwcms on 2 different servers (one centos 6/cpanel php 5.3.13 and one centos 5/ensim php 5.1.6) where other phpwcms installations work fine with multiple file upload. There are no errors in the error_log. Does anyone know what the problem can be?
Greetz,
Axel
multiple file upload: storing data failed (solved)
multiple file upload: storing data failed (solved)
Last edited by axelko on Sat 8. Dec 2012, 00:16, edited 1 time in total.
-------------------------------
- Oliver Georgi
- Site Admin
- Posts: 9909
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: multiple file upload: storing data failed (v1.6.528)
Have a look here Axel
http://code.google.com/p/phpwcms/issues ... 1&q=upload
Check response using developer tools.
http://code.google.com/p/phpwcms/issues ... 1&q=upload
Check response using developer tools.
Re: multiple file upload: storing data failed (v1.6.528)
Hi Oliver,
On a centos 6/php 5.3.x server it now works. In the conf.inc.php I adjusted the value of $phpwcms['file_maxsize'] to the one I get from the phpinfo().
On the centos5/php5.1.6 it doesn't work, but that doesn't matter. The sites will be moved to the newer server.
Thanks for your quick answer, I just forgot to check the google code site.
Greetz,
Axel
On a centos 6/php 5.3.x server it now works. In the conf.inc.php I adjusted the value of $phpwcms['file_maxsize'] to the one I get from the phpinfo().
On the centos5/php5.1.6 it doesn't work, but that doesn't matter. The sites will be moved to the newer server.
Thanks for your quick answer, I just forgot to check the google code site.
Greetz,
Axel
-------------------------------
- Oliver Georgi
- Site Admin
- Posts: 9909
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Re: multiple file upload: storing data failed (solved)
In general I use a fallback that sets $phpwcms['file_maxsize'] based on ini_get('upload_max_filesize'). But might be that ini_get() is disabled for that install.