roo10 Posted November 12, 2016 Share Posted November 12, 2016 (edited) Installed fresh PS 1.7.0.0 on localhost (wamp) and noticed that few pages listed below shows blank white page in Back-office. 1. On clicking "Transplant a module" in Design > Positions. 2. On clicking "Edit" button for each module in Design > Positions. 3. Shipping > Carriers. 4. Payment > Payment Methods. 5. Payment > Preferences. Edit: On fresh installation, all the above mentioned pages works perfect. To reproduce the issue, go to Back-office > Design > Positions. Unhook any module from any hook. (Ex: Unhook "Shopping cart" module from hook "displayNav2"). Now try accessing the above mentioned pages, it will show a blank page. Edited November 25, 2016 by roo10 (see edit history) 1 Link to comment Share on other sites More sharing options...
roo10 Posted November 14, 2016 Author Share Posted November 14, 2016 (edited) This problem is still present in PS 1.7.0.1. Can anyone please help me to fix this blank page issue? Edited November 25, 2016 by roo10 (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted November 27, 2016 Share Posted November 27, 2016 Did you post a bug report on the Forge here? Link to comment Share on other sites More sharing options...
roo10 Posted November 27, 2016 Author Share Posted November 27, 2016 Just created report. http://forge.prestashop.com/browse/BOOM-1911 Link to comment Share on other sites More sharing options...
Peter PANC Posted November 30, 2016 Share Posted November 30, 2016 (edited) Hi, The "Transplant a module" page is now working after i changed the file "AdminModulesPositionsController.php" in /root/controllers/admin folder. In line 449 changed: $all_modules_controllers = Dispatcher::getModuleControllers($type);to$all_modules_controllers = Dispatcher::getControllers($type); _________________________________________________________________________ The "Shipping > Carriers" page is now working after i changed the file "AdminCarriersController.php" in /root/controllers/admin folder. In line 136 changed: public function renderList()topublic function renderView() But i dont know if this is a good fix I'm trying to fix Payment > Payment MethodsPayment > Preferences. Edited November 30, 2016 by Peter PANC (see edit history) 3 1 Link to comment Share on other sites More sharing options...
hardstonepaul Posted November 18, 2017 Share Posted November 18, 2017 Hello I use Prestashop 1.7.1. I change some layout settings and my back office turn to white or blank. I delete all the content of this folder: app / cache / prod return to back office press Ctr + F5 to clear browser cache... wait while reconstruct...... And your back office return to normally. This function in easyphp and too in my porduction server GoDaddy. Link to comment Share on other sites More sharing options...
jetx Posted July 18, 2018 Share Posted July 18, 2018 On 12/1/2016 at 12:56 AM, Peter PANC said: Hi, The "Transplant a module" page is now working after i changed the file "AdminModulesPositionsController.php" in /root/controllers/admin folder. In line 449 changed: $all_modules_controllers = Dispatcher::getModuleControllers($type); to $all_modules_controllers = Dispatcher::getControllers($type); Strange, this issue just started happening (transplant a module) on 1.7.4 (and 1.7.4.1). Your solution fixed it. Link to comment Share on other sites More sharing options...
folkifoon Posted November 29, 2018 Share Posted November 29, 2018 This saved my ass, how come such things suddenly happen in Prestashop? Link to comment Share on other sites More sharing options...
Idroclic Posted September 10, 2020 Share Posted September 10, 2020 Hi, tnx for this fix! I have PS v 1.7.4 and now finally i can transplant my modules! Great! 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