News:

Support the VirtueMart project and become a member

Main Menu

memory problem

Started by Bad_Linhat, June 04, 2013, 12:43:00 PM

Previous topic - Next topic

Bad_Linhat

Hi all,

i run Joomla! 2.5.8 Stable and Virtuemart 2.0.20b
PHP Version 5.3.13

I start to have the following error:

"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 128 bytes) in .../public_html/libraries/joomla/database/database/mysqli.php on line 500"

when i go to the Virtuemart user account maintenance page (that I use for the user registration) and on each products detail page.


I have tried to increase the memory with ini_set('memory_limit','128M') on both the mysqli.php page and the .htaccess file, but the error remain (I have no access on file php.ini).

I cannot believe that a single php script can use more than 128M of memory !

Milbo

The normal accountmaintance in the FE takes less than 12 MB. There must be something else.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Bad_Linhat

I think the same.
I have turned on debug mode and all the pages consume about 15/16 M.
A simple page like the Account Maintenance cannot consume such amount of memory.
I have never modified that page.
Maybe there's a problem on the database but I cannot find anything....