AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: importao on November 13, 2012, 06:34:22 AM
-
Hi all,
Want to start with congratulating with a great job.
I'm having issues uploading images, it started ok but then suddenly when I want to upload an image (let's say 18kb.) it returns a "image too large".
Anyway that I could get this fixed?
Thanks in advance
-
hi.
what's directories /resources, /image permissions for apache system user?
-
777
chmod looks correct
-
what is yours php.ini max_upload_size and max_post_size values?
-
upload_max_filesize 96M
post_max_size 96M
-
very strange. :o
file_uploads in php.ini is "ON" ?
I need to look on it.
-
Yes, it's on, php.ini
As I mentioned, it worked 100% and I've had the possibility to upload images but then suddenly it starts returning that message.
I've tried to upgrade to v1.1.1 to see it was that, but no luck.
-
Yes, it's on, php.ini
As I mentioned, it worked 100% and I've had the possibility to upload images but then suddenly it starts returning that message.
I've tried to upgrade to v1.1.1 to see it was that, but no luck.
it's looks like "lamp" memory leak or something like that. Not abantecart isssue.
what's OS do you use, php, mysql, apache versions?
-
phpinfo(); gives me the following information:
Linux web01-07 3.4.10-vs2.3.3.6-20120829-1202-b7d2c37 #1 SMP Wed Aug 29 12:03:37 UTC 2012 x86_64
mysqlnd 5.0.8-dev
PHP Version 5.3.18
I don't know which apache version is running on the server.
But I can add that on my local server I'm having exactly the same issue.