News:

Support the VirtueMart project and become a member

Main Menu

VM 2.0.10 emails dont get sent

Started by spacecash21, September 22, 2012, 18:20:04 PM

Previous topic - Next topic

spacecash21

Hi,

I'm using Joomla 2.5.7 + VM 2.0.10 and the problem is the order emails don't get sent to client and admin.

Joomla SMTP email configuration part works just fine, as you get a registration emails when you register to the site. Also, I noticed that once in "Orders" tab you try to edit an order and when "Notify shopper" is checked, I get to blank page, but once it is unchecked, everything works just fine.

Jumbo!

I think VirtueMart uses PHP Mail for sending emails. Please check if PHP mail is enabled on your server and also check the config.

spacecash21

PHP mail is enabled and works fine problem is somewhere else.

John2400


spacecash21

I don't think that's that either. I think there is an error somewhere, because when you update order status and if you leave the " notify shopper" checked, you get white screen of death.

jenkinhill

So what does the server error log show?
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

spacecash21

here's the apache error log:

[Sun Sep 23 15:36:03 2012] [error] [client 178.250.33.161] PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/site.co.uk/public_html/administrator/components/com_virtuemart/tables/userinfos.php on line 115, referer: http://site.co.uk/administrator/index.php?option=com_virtuemart&view=orders

[Sun Sep 23 15:36:46 2012] [error] [client 178.250.33.161] PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/site.co.uk/public_html/administrator/components/com_virtuemart/tables/userinfos.php on line 69, referer: http://site.co.uk/administrator/index.php?option=com_virtuemart&view=orders

Milbo

I think your image is too big, or something like this.

At the ned I think it is the pdf invoice. The pdf invoice needs usually something around 32 MB, so you should rise the memory limit to 42 or so and it should work.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

spacecash21

Quote from: Milbo on September 23, 2012, 21:21:26 PM
I think your image is too big, or something like this.

At the ned I think it is the pdf invoice. The pdf invoice needs usually something around 32 MB, so you should rise the memory limit to 42 or so and it should work.

This actually has solved the problem. I think you should put a notice somewhere that VM2 needs at least 40 MB of memory to operate properly. Thanks!