prestashopBridge
prestashopBridge copied to clipboard
Fatal Error on saving $ctx->cart->save()
I used this bridge and make library out of it in code igniter. It getting initialized and creates user with createUser function but raising fatal error when we try to login with same email id we created previously using this bridge at cart save.
It just prints fatal error in browser with no other information related to error.
Thanx in advance.
Saddly there is no real error handling in Prestashop (there are die() functions everywhere in ps code).
You may be use a debugger to figure where the fatal error is triggered.
Do not hestitate to post here your findings.