VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: garikello on September 26, 2016, 01:45:11 AM

Title: Fatal error after installing extension update 3.0.18 with memory...
Post by: garikello on September 26, 2016, 01:45:11 AM
Hi,

I got fatal error after installing updatefrom 3.0.12 to 3.0.18:
Fatal error: Allowed memory size of 272629760 bytes exhausted (tried to allocate 93575711 bytes) in /home/XXX/XXX/XXX/plugins/system/debug/debug.php on line 1119

The line in debug.php says:
   $html[] = '<ol><li>' . implode('<hr /></li><li>', $list) . '<hr /></li></ol>';

No idea what is wrong.

The other problem I see now, that I cannot open Components > virtuemart-aio
I get there 404 Component not found error

Addtionally:
Call stack   
#      Function      Location   
1      JApplicationCms->execute()      /home//XXX/XXX/XXX//administrator/index.php:51   
2      JApplicationAdministrator->doExecute()      /home//XXX/XXX/XXX//libraries/cms/application/cms.php:257   
3      JApplicationAdministrator->dispatch()      /home//XXX/XXX/XXX//libraries/cms/application/administrator.php:152   
4      JComponentHelper::renderComponent()      /home//XXX/XXX/XXX//libraries/cms/application/administrator.php:98

Any ideas?

PHP 5.6.26
VirtueMart 3.0.18
Joomla! 3.6.2 Stable

Update:
OK, I think the error regarding memory is regarding the debug system of Joomla. I will check that out, what causes that to crush the website... when I switch off debug system, website is running.

BUT, still, what is going on with Components > virtuemart-aio?
Title: Re: Fatal error after installing extension update 3.0.18 with memory...
Post by: jenkinhill on September 26, 2016, 10:08:39 AM
This "error" has been discussed here so many times. I guess your forum search failed?
http://forum.virtuemart.net/index.php?topic=127043.msg435441#msg435441
Title: Re: Fatal error after installing extension update 3.0.18 with memory...
Post by: garikello on September 26, 2016, 21:50:57 PM
Indeed, it failed :)

Sorry.