Please Log in or Create an account to join the conversation.
serjo wrote: First off: I hvae read your FAQ about memory errors...
Then I ran the phpmemtest and this is the result:
You have allocated 149M (156865896) memory in this php script (I changed it to go beyond 100)
I have first allocated 128mb in my php.ini then I even took out the memory limit completely: memory_limit -1
My debug however shows: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 414677 bytes)
I am running my own VPS and there is only this one website on it for now.
The error shows up in numerous places: Right after the registration, before the message about Registration received. Sometimes the user receives the email, but after confirming, only gets a blank page (again a memory error).
Where else could the problem be? Any ideas anyone?
Update: I have now tested this on 3 completely independent VPS with different php.ini settings and I always get blank screens in various places! Every php limit is set to 128mb and they run PHP 5.3.8 and 5.2.17 - it seems this really is a cbsubs/cb problem.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
serjo wrote: did you read my post? I did read the FAQ...it's actually the very first thing I did
I did run the phpmemtest and it goes to 256mb without problems, besides of that my info.php shows 256mb (also in Joomla)
Please Log in or Create an account to join the conversation.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 87677 bytes) ....
Please Log in or Create an account to join the conversation.