Post by DragonJ » Sun Jan 26, 2014 9:46 am

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.

My store is awesomely powered by OpenCart 1.5.5.1.


User avatar
Active Member

Posts

Joined
Sun Jan 29, 2012 4:49 pm

Post by nvedia » Sun Jan 26, 2014 12:33 pm

67108864 bytes = 64 MB

Copy a phpinfo.php page in your website and then try to see what settings it has

Code: Select all

<?php
phpinfo();
?>
How did you change the memory_limit and other values?
using php.ini, .htaccess ?

Donate here to show support if you think I have helped you today!

Opencart Documentation


User avatar
Active Member

Posts

Joined
Sun May 22, 2011 12:54 pm

Post by DragonJ » Sun Jan 26, 2014 1:04 pm

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.


User avatar
Active Member

Posts

Joined
Sun Jan 29, 2012 4:49 pm

Post by nvedia » Sun Jan 26, 2014 1:12 pm

So, is the problem resolved? What does phpinfo say?

Donate here to show support if you think I have helped you today!

Opencart Documentation


User avatar
Active Member

Posts

Joined
Sun May 22, 2011 12:54 pm

Post by DragonJ » Sun Jan 26, 2014 2:40 pm

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)

My store is awesomely powered by OpenCart 1.5.5.1.


User avatar
Active Member

Posts

Joined
Sun Jan 29, 2012 4:49 pm

Post by nvedia » Sun Jan 26, 2014 4:14 pm

Can you post your phpinfo page output?

Donate here to show support if you think I have helped you today!

Opencart Documentation


User avatar
Active Member

Posts

Joined
Sun May 22, 2011 12:54 pm
Who is online

Users browsing this forum: No registered users and 2 guests