prestashopBridge icon indicating copy to clipboard operation
prestashopBridge copied to clipboard

Fatal Error on saving $ctx->cart->save()

Open jenujari opened this issue 9 years ago • 1 comments

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.

jenujari avatar Aug 11 '16 18:08 jenujari

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.

hparfr avatar Aug 12 '16 07:08 hparfr