VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Plosky on December 18, 2013, 08:51:47 AM

Title: Error when order confirmation
Post by: Plosky on December 18, 2013, 08:51:47 AM
After entering the data, and taking an order confirmation reported error:

Fatal error: Allowed memory size of 33554432 bytes exhausted(tried to allocate 1087990 bytes) in home/f/fr44735/public_html/components/com_virtuemart/helpers/vmpdf.php on line 71

What's the problem? Shop is new, just created, managed only fill in the basic settings and make some information. Then installed the new update 2.0.26 (was 2.0.24s). Next, create two goods, just to test the store. It is unclear why doing nothing, getting a critical error at an early stage development.

Store Address - http://plosky.tw1.ru (http://plosky.tw1.ru)
Title: Re: Error when order confirmation
Post by: jenkinhill on December 18, 2013, 09:25:54 AM
PHP memory_limit is not set high enough on the server. See in this thread: http://forum.virtuemart.net/index.php?topic=120470.msg410892#msg410892
Title: Re: Error when order confirmation
Post by: Plosky on December 20, 2013, 09:02:48 AM
Thanks!