carbotex Posted January 11, 2015 Share Posted January 11, 2015 Hi, I did a clean install of prestashop 1.6.0.11 and I can't access the Preferences in the admin. All preferences pages show blank page. -wa Link to comment Share on other sites More sharing options...
Richard S Posted January 11, 2015 Share Posted January 11, 2015 If you are seeing blank page, enable error showing. Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2015 Share Posted January 11, 2015 Hi, I did a clean install of prestashop 1.6.0.11 and I can't access the Preferences in the admin. All preferences pages show blank page. -wa to turn on error reporting as Richard suggested above, follow this: prestashop above v1.5.3 open: config/defines.inc.php find this line: define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); based on: http://cart-help.com/topic/60-error-reporting-prestashop-16-15-14-13/ Link to comment Share on other sites More sharing options...
Tigermen23 Posted April 21, 2015 Share Posted April 21, 2015 Hello Im upgrade Presta 1.6.0.6 to 1.6.0.14 and I have problems: 1. Admin preferences , admin orders and few another all blank white pages 2. Can add products to cart - blank page after click add to cart No errors (i enable errors in define inc . Link to comment Share on other sites More sharing options...
Tigermen23 Posted April 21, 2015 Share Posted April 21, 2015 I see that i have error : Fatal error: Call to undefined method Order::getCurrentOrderState() in controllers/admin/AdminOrdersController.php on line 341 What is this ? Link to comment Share on other sites More sharing options...
tuk66 Posted April 22, 2015 Share Posted April 22, 2015 Strange. That method is in PrestaShop since 1.5.0.4. Check if you have right /classes/order/Order.php file and also /override/classes/order/Order.php. 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