deech123 Posted December 2, 2010 Share Posted December 2, 2010 I do get a lot of errors in my root (error_log) and I have this over 15 times a day. [01-Dec-2010 17:05:52] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 86 bytes) in /classes/Product.php on line 2188 this line 2188 seems to be : if (array_key_exists($cacheKey, self::$producPropertiesCache)) Is there anybody that can explain this to me?thanks a lot for any clue or tip.D. Link to comment Share on other sites More sharing options...
deech123 Posted December 2, 2010 Author Share Posted December 2, 2010 Just contacted the host firm.I had in my php file a memory limit of 64MB, so I just reased it to 100MBthis error occours on search in the db by customers.since I have 10.000 articles, must be that the db and app need some hard memory :-)let's hope this will solve the problem. Link to comment Share on other sites More sharing options...
beecool.cz Posted December 17, 2010 Share Posted December 17, 2010 Hello, did you solve this problem? Link to comment Share on other sites More sharing options...
deech123 Posted December 17, 2010 Author Share Posted December 17, 2010 Hi by reasing the memory to 100MB solved for me the problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now