atwitz3nd Posted December 17, 2012 Share Posted December 17, 2012 (edited) Hi there Just upgraded to 1.5.2 from 1.4.8 which was a bit tricky and threw up a few issues: I don't appear to have an 'orders tab' in my back office? I get the following error when trying to access it thru another menu The controller adminparentorders is missing or invalid. ANy ideas how I can fix it? and add the orders tab to my BO? Maybe re-install the module/tab some how? Many Thanks for your time Edited December 18, 2012 by atwitz3nd (see edit history) Link to comment Share on other sites More sharing options...
atwitz3nd Posted December 17, 2012 Author Share Posted December 17, 2012 Any ideas on this? I've got the whole shop working apart from this BO issue, and I'm missing vital admin tools by not having an entire Orders menu Please, help if you can xx Link to comment Share on other sites More sharing options...
Trip Posted December 18, 2012 Share Posted December 18, 2012 I do not have a working insta here atm so I have to recall it from memory but as far as I remember there was one dead link in the navigation possiblyadminparentorders but in my case I could view the orders as usual under the orders section. I assume that AdminOrdersController.php under controllers/admin is the one responsible for displaying the orders. So if this is missing you should copy the controllers/admin folder from a local copy to your server and see if files are missing. Best regards, trip Link to comment Share on other sites More sharing options...
atwitz3nd Posted December 18, 2012 Author Share Posted December 18, 2012 Hi, Thanks for taking the time to reply It turns out I did have all the correct files in the right places but I don't think the order menu was created properly on upgrade. So re-uploading the controllers/admin folder changed nothing. But - In the end I managed to fix this myself by manually creating a new menu via the BO, and populating the parent category with all the appropriate subcategories. The trick is to find the name of the appropriate controller (in controllers/admin) and use that name in the 'class' field of the 'add new menu' area. So for anyone having the same trouble, just rebuild the menu from scratch inside the Back Office. Example: [ORDERS TAB] Orders: Class = Admin Orders Invoices : Calss = AdminInvoices Returns: Class = Adminreturn and so on! - Job Done! Woohoo Thank you Link to comment Share on other sites More sharing options...
Recommended Posts