I installed this on v1.5.5.1. I raised my settings as follows...
memory_limit 999M
post_max_size 999M
upload_max_filesize 998M
max_execution_time = 300;
No matter what is done, it returns an error such as this...
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 75 bytes) in /public_html/system/PHPExcel/Classes/PHPExcel/Style/Supervisor.php on line 124
Sometimes it will be line 123; sometimes 126. Regardless, I can't get it to work and my host is stumped as well.
memory_limit 999M
post_max_size 999M
upload_max_filesize 998M
max_execution_time = 300;
No matter what is done, it returns an error such as this...
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 75 bytes) in /public_html/system/PHPExcel/Classes/PHPExcel/Style/Supervisor.php on line 124
Sometimes it will be line 123; sometimes 126. Regardless, I can't get it to work and my host is stumped as well.
My store is awesomely powered by OpenCart 1.5.5.1.
67108864 bytes = 64 MB
Copy a phpinfo.php page in your website and then try to see what settings it has
How did you change the memory_limit and other values?
using php.ini, .htaccess ?
Copy a phpinfo.php page in your website and then try to see what settings it has
Code: Select all
<?php
phpinfo();
?>
using php.ini, .htaccess ?
Donate here to show support if you think I have helped you today!
Opencart Documentation
My host did it for me in the main server configuration file, and then I raised all the limits as well with my site's php.ini file just to make sure nothing was below recommended values.
My store is awesomely powered by OpenCart 1.5.5.1.
So, is the problem resolved? What does phpinfo say?
Donate here to show support if you think I have helped you today!
Opencart Documentation
Still not resolved.
PHP Version 5.2.17
max_execution_time - 300 (local) - 3600 (master)
memory_limit - 999M (local) - 999M (master)
post_max_size - 999M (local) - 999M (master)
upload_max_filesize - 998M (local) - 998M (master)
PHP Version 5.2.17
max_execution_time - 300 (local) - 3600 (master)
memory_limit - 999M (local) - 999M (master)
post_max_size - 999M (local) - 999M (master)
upload_max_filesize - 998M (local) - 998M (master)
My store is awesomely powered by OpenCart 1.5.5.1.
Can you post your phpinfo page output?
Donate here to show support if you think I have helped you today!
Opencart Documentation
Who is online
Users browsing this forum: No registered users and 2 guests