multiple file upload: storing data failed (solved)

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
axelko
Posts: 138
Joined: Mon 27. Feb 2006, 22:51
Contact:

multiple file upload: storing data failed (solved)

Post by axelko »

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
Last edited by axelko on Sat 8. Dec 2012, 00:16, edited 1 time in total.
-------------------------------
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: multiple file upload: storing data failed (v1.6.528)

Post by Oliver Georgi »

Have a look here Axel
http://code.google.com/p/phpwcms/issues ... 1&q=upload

Check response using developer tools.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
axelko
Posts: 138
Joined: Mon 27. Feb 2006, 22:51
Contact:

Re: multiple file upload: storing data failed (v1.6.528)

Post by axelko »

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
-------------------------------
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: multiple file upload: storing data failed (solved)

Post by Oliver Georgi »

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.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply