VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Craftmama on April 25, 2017, 09:53:20 AM

Title: 500 error invoice creation, plus don't get invoice email
Post by: Craftmama on April 25, 2017, 09:53:20 AM
Hi Guys,

I have virtuemart 3.0.18 installed, on www.hupsaa.com

I can not seem te get the invoice to work, i get this error. I also can not seem to find where to change the vendor adress. When a customer orders i don't het the conformation email.

Who can help me?

Greetingn (https://uploads.tapatalk-cdn.com/20170425/f73d10095fca4c50d0d58082f3e5b963.jpg)

Verstuurd vanaf mijn SM-G900F met Tapatalk

Title: Re: 500 error invoice creation, plus don't get invoice email
Post by: GJC Web Design on April 26, 2017, 00:08:50 AM
you need to find the actual error

try with Joomla error reporting and debug full up

or try 

<p><?php if(isset($this->error->xdebug_message)){
         echo $this->error->xdebug_message;
         } ?>
         </p>

in your template error.php

or Rupostels fatal error reporter

Title: Re: 500 error invoice creation, plus don't get invoice email
Post by: diri on April 27, 2017, 13:14:12 PM
It might be a non-catchable error being caused by server.

Hosters like 1und1 limit number of sessions (Unlimited Pro: 20, Unlimited: 16). In case there are too many requests you get a 500.