I get a blank white screen after installing the module. What happened?

1419 views

A white screen (WSOD) usually means a PHP fatal error. Enable debug mode in PrestaShop (edit /config/defines.inc.php and set _PS_MODE_DEV_ to true) to see the actual error message. The most common causes are: PHP version incompatibility, missing PHP extension, or a conflict with another module. Send us the error message and we will help resolve it.

Learn more: PrestaShop troubleshooting guide.

Was this answer helpful?

Still have questions?

Can't find what you're looking for? Send us your question and we'll get back to you quickly.

Loading...
Back to top