gianlucasavini Posted October 11, 2017 Share Posted October 11, 2017 I have a multishop in PS 1.7 On activating a theme in the second shop (that was working with the standard theme) the website has started to stop working, presenting blank pages both on the frontend and on the backend, which is inaccessible. The PHP memory limit is 512M How can I solve this? Thanks in advance Link to comment Share on other sites More sharing options...
Zohaib-fk Posted October 14, 2017 Share Posted October 14, 2017 Hi, We can enable debug mode from config folder defines.inc.php file. This help us to know error message instead blank screen,trouble shoot and solve the problem. Below is the code in file defines.inc.php file on version 1.7.x and _PS_MODE_DEV_ need to set true. /* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); } Link to comment Share on other sites More sharing options...
Gerardo Garcia Posted May 25, 2018 Share Posted May 25, 2018 On 14/10/2017 at 5:04 AM, zohaib82 said: Hi, We can enable debug mode from config folder defines.inc.php file. This help us to know error message instead blank screen,trouble shoot and solve the problem. Below is the code in file defines.inc.php file on version 1.7.x and _PS_MODE_DEV_ need to set true. /* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); } Ok I'm a newbie on this, I also got this issue, when I load my Shop on Firefox or Chrome it runs without problems. But when I try to run it on Safari (Mac, iOS devices like: iPhone and iPads) I only get a Blankpage, As you recommended I activate it the Developer mode, Changing the FALSE to TRUE of the "defines.inc.php", located at /clickandbuilds/PrestaShop/Wearmex/config/ In my ONE&ONE Webhosting. And thats What I get, when I run the Shop on Safari. Any suggestions? Link to comment Share on other sites More sharing options...
Zohaib-fk Posted May 25, 2018 Share Posted May 25, 2018 Hi, Could you share details about your prestashop version,store url . I will try to reproduce the issue at my end as per your prestashop version and provide solution to solve the problem. Link to comment Share on other sites More sharing options...
Gerardo Garcia Posted May 25, 2018 Share Posted May 25, 2018 1 hour ago, zohaib82 said: Hi, Could you share details about your prestashop version,store url . I will try to reproduce the issue at my end as per your prestashop version and provide solution to solve the problem. my URL is https://www.wearmex.com Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now