Jump to content

Admin Orders -> Orders does not work


Recommended Posts

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,

 

 

post-566560-0-59945100-1390139216_thumb.png

Link to comment
Share on other sites

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

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

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

  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...