I have a problem with my Magento installation. When I’m loged in to the backend and try to submit an invoice I get a Error 1014: Back-end: unspecified error
There’s no stack trace at all. Also my errorlog says nothing. There a lots of entries saying: client denied by server configuration: /var/www/vhosts/mydomain.com/httpdocs/app/etc/local.xml
What can I do to debug this, I haven’t got a clue where to start!
Problem is solved. The problem had to do with the multisafepay extension.
When a transaction is in progress and not finished the backend generates an error.
When a transaction is ‘pending’ the system sends mail to the client so they can still finish the transaction. When they do that the invoice is generated correct. It’s just a loose end of the extension but not a big deal.
Thank you for the help, Abid Hussain