VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: kbowman on March 06, 2019, 18:29:58 PM

Title: updating to php 7.2
Post by: kbowman on March 06, 2019, 18:29:58 PM
Joomla version 3.9.3, VM version 3.4.2. Looking to update my dev site to PHP 7.2. VM menu links works correctly When site is on PHP 7.0, but when I up I update to PHP 7.2 some menu links go to a 500 error. Only 2-3 links give a 500 error and the rest work as normal. My dev site dev.anchortex.com. Is the a common occurrence?
Title: Re: updating to php 7.2
Post by: jenkinhill on March 06, 2019, 18:38:32 PM
VM from 3.4.0 onwards is PHP7.2 compatible, however, some third-party extensions may not be.  If you have a 500 then the logged error message will show the problem.  See http://forum.virtuemart.net/index.php?topic=117042.0
Title: Re: updating to php 7.2
Post by: kbowman on March 06, 2019, 20:42:59 PM
Using Rupostel Fatal Catcher Plugin I received this error

RuposTel.com plg_system_fatal_catcher plugin detected a problem with your site.
Your site caused a blank screen upon a visit of this URL:

https://dev.anchortex.com:443/work-wear-protective-apparel/work-boots

Error message data:
1 Allowed memory size of 33554432 bytes exhausted (tried to allocate 57344 bytes) in file: /home/anchorte/public_html/development/templates/rt_vermilion/html/mod_roknavmenu/themes/gantry-dropdown/layout.php line: 371

Title: Re: updating to php 7.2
Post by: GJC Web Design on March 06, 2019, 22:30:56 PM
you forgot to set the memory limit on the php7.2

you only have 32MB which isn't enough to run anything

I run mine on 512MB