djaenicke Posted January 19, 2014 Share Posted January 19, 2014 Hi, When I in my BO go to Orders -> Orders I get this (see attachment). I have cleared the cache on prestashop tried different browsers, cleared the browser cache etc and nothing gets it working. Every other page is fine. I'm using version 1.5.6.1 and until a few hours ago everything was fine. Any ideas? Kind regards, Link to comment Share on other sites More sharing options...
El Patron Posted January 19, 2014 Share Posted January 19, 2014 there is an underlying error which is 'blank' by design. try this: http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ once you have the underlying error, using google search 'prestashop (your error). You may need to try different searched (for example without your domain name etc.) good luck! Link to comment Share on other sites More sharing options...
djaenicke Posted January 19, 2014 Author Share Posted January 19, 2014 Thank you, I got this error: Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/joovuuco/public_html/override/controllers/admin/AdminOrdersController.php on line 111 I can't find anything on google for it? Link to comment Share on other sites More sharing options...
El Patron Posted January 19, 2014 Share Posted January 19, 2014 a module (or you) have installed an override for AdminOrdersController did you install a module that works with 'orders'? if you don't know where it came from then look at file override/controllers/admin/AdminOrdersController.php to see if there is a comment as to whom it belongs to. Link to comment Share on other sites More sharing options...
El Patron Posted January 19, 2014 Share Posted January 19, 2014 note: you can disable all controller and class overrides (for debug), see screen shot http://screencast.com/t/2bGtPzqORPL note: doing this could cause unpredictable results depending on what module runs and it uses an override, Link to comment Share on other sites More sharing options...
djaenicke Posted January 19, 2014 Author Share Posted January 19, 2014 Hi, This is the code: ), 'id_pdf' => array( 'title' => $this->l('PDF'), 'width' => 35, 'align' => 'center', 'callback' => 'printPDFIcons', 'orderby' => false, 'search' => false, 'remove_onclick' => true) ), 'country' => array( 'title' => $this->l('CT'), 'width' => 60, 'align' => 'center', 'filter_key' => 'cl!name') Link to comment Share on other sites More sharing options...
El Patron Posted January 19, 2014 Share Posted January 19, 2014 not familar with that code...to bad the developer did not include what module it is associated to. click 'more reply options' and attach the actual file...so we can look at line numbers Link to comment Share on other sites More sharing options...
djaenicke Posted January 19, 2014 Author Share Posted January 19, 2014 Here it is. Thank you! AdminOrdersController.php Link to comment Share on other sites More sharing options...
El Patron Posted January 19, 2014 Share Posted January 19, 2014 you would be better off finding the module that is building this, uninstall and reinstall... that being said, I guessed at the problem. No gurantees that there is not 'other' issues but this will 'fix' your current error. back up you old file and ftp up this new file AdminOrdersController.php Link to comment Share on other sites More sharing options...
gennarito84 Posted February 11, 2015 Share Posted February 11, 2015 Hi, can we help me? It's very very important. I have a problem with index.php?controller=AdminOrders on prestashop 1.6.0.9. When i click on refresh status i view a loading of blank page. I do not know how to do! Someone know's help me?Thanks 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