24 minutes ago, imjulien.dev said:Hello,
Do yo have any module to add fields in the customer form on your back office ?
You can enable the debug mode to have more details about this error, I think a class is missing the use statement:
use PrestaShopBundle\Form\Admin\Type\SwitchType;
That message is from debug mode. The error message I get with debug mode off is similar but abbreviated. It looks like this
And then there's the info bar at the bottom with a bunch of data but i dont really see anything related to this or know what to look for.
I have an affiliate program module that adds fields to the customer page, but I disabled it temporarily and it didnt fix the problem. I don't have any other modules that affect customers other than the free/default stats modules. I disabled those as well and still am getting this same error.
Anything else I should check?