Page 1 of 1

upgrade from 1.5.5.1 to 1.5.6.4

Posted: Mon Jul 07, 2014 8:33 pm
by ianhaney
Hi

Is it possible to ugrade opencart 1.5.5.1 to 1.5.6.4

I am trying to do it on my server so nothing happens to the customer site, I have got the database imported and that seems ok as has imported all the categories, products, customers and orders etc but when on the front end when click on a product, it's a blank page and when on the admin side when click edit to edit a product, the same happens just get a blank page

Any ideas, is there database changes between 1.5.5.1 and 1.5.6.4?

Thank you in advance

Kind regards

Ian

Re: upgrade from 1.5.5.1 to 1.5.6.4

Posted: Mon Jul 07, 2014 8:39 pm
by straightlight
What is your admin - > systems - > error logs indicates regarding the route name you clicked on, either from the admin or store-front end?

Re: upgrade from 1.5.5.1 to 1.5.6.4

Posted: Mon Jul 07, 2014 8:41 pm
by ianhaney
Hi straightlight

Thank you for the reply, appreciate it

The error log in the admin side shows the following

2014-07-07 13:04:21 - PHP Notice: Error: Could not load controller module/my_module! in /home/sites/irhwebsites.com/public_html/sites/opencart-default/vqmod/vqcache/vq2-system_engine_controller.php on line 47

2014-07-07 13:04:49 - PHP Notice: Error: Could not load controller module/my_module! in /home/sites/irhwebsites.com/public_html/sites/opencart-default/vqmod/vqcache/vq2-system_engine_controller.php on line 47

Re: upgrade from 1.5.5.1 to 1.5.6.4

Posted: Mon Jul 07, 2014 8:54 pm
by ianhaney
I have added in the my_module to the backend and front end but still getting blank pages on both sides

Re: upgrade from 1.5.5.1 to 1.5.6.4

Posted: Mon Jul 07, 2014 8:58 pm
by straightlight
Looks like there's either still a missing controller file or a misleading controller file title. The controller module class must be defined with the right location. A simple typo could generate this error.

Re: upgrade from 1.5.5.1 to 1.5.6.4

Posted: Mon Jul 07, 2014 9:01 pm
by ianhaney
The error has cleared now I uploaded the controller files but still getting blank pages when clicking on the product in the front end and clicking edit in the back end

Re: upgrade from 1.5.5.1 to 1.5.6.4

Posted: Mon Jul 07, 2014 9:02 pm
by ianhaney
Also is not showing up in the list of modules in the back end, all I can think is that that extension is not compatible with 1.5.6.4

Re: upgrade from 1.5.5.1 to 1.5.6.4

Posted: Mon Jul 07, 2014 9:02 pm
by straightlight
Apply the same process; viewing the error logs for each events. This will guide you to the right direction on knowing why exactly these blank pages events occurs. :)

Re: upgrade from 1.5.5.1 to 1.5.6.4

Posted: Mon Jul 07, 2014 9:03 pm
by straightlight
ianhaney wrote:Also is not showing up in the list of modules in the back end, all I can think is that that extension is not compatible with 1.5.6.4
Extensions / modules loading methodology should be the same since OC 1.5x releases. This issue you're reporting might be related to another issue.