Page 1 of 1

New installation problems VQMOD

Posted: Fri Feb 10, 2017 12:34 am
by keywordstudio
Hi, i just upload the new version 2.3.0.2 and installed it. i got these error in front page:

Code: Select all

Warning: Parameter 1 to ModelTotalSubTotal::getTotal() expected to be a reference, value given in /web/htdocs/$$URL$$/vqmod/vqcache/vq2-system_engine_loader.php on line 178
Warning: Parameter 1 to ModelTotalReward::getTotal() expected to be a reference, value given in /web/htdocs/$$URL$$/vqmod/vqcache/vq2-system_engine_loader.php on line 178
Warning: Parameter 1 to ModelTotalShipping::getTotal() expected to be a reference, value given in /web/htdocs/$$URL$$/vqmod/vqcache/vq2-system_engine_loader.php on line 178
Warning: Parameter 1 to ModelTotalCoupon::getTotal() expected to be a reference, value given in /web/htdocs/$$URL$$/vqmod/vqcache/vq2-system_engine_loader.php on line 178
Warning: Parameter 1 to ModelTotalTax::getTotal() expected to be a reference, value given in /web/htdocs/$$URL$$/vqmod/vqcache/vq2-system_engine_loader.php on line 178
Warning: Parameter 1 to ModelTotalCredit::getTotal() expected to be a reference, value given in /web/htdocs/$$URL$$/vqmod/vqcache/vq2-system_engine_loader.php on line 178
Warning: Parameter 1 to ModelTotalVoucher::getTotal() expected to be a reference, value given in /web/htdocs/$$URL$$/vqmod/vqcache/vq2-system_engine_loader.php on line 178
Warning: Parameter 1 to ModelTotalTotal::getTotal() expected to be a reference, value given in /web/htdocs/$$URL$$/vqmod/vqcache/vq2-system_engine_loader.php on line 178
how i can solve it?

Re: New installation problems VQMOD

Posted: Fri Feb 10, 2017 1:38 am
by uksitebuilder
Remove the catalog/model/total folder

It was moved to catalog/model/extension/total in OC 2302

Re: New installation problems VQMOD

Posted: Fri Feb 10, 2017 1:58 am
by keywordstudio
thxs man i will try soon

Re: New installation problems VQMOD

Posted: Sun Jun 11, 2017 10:48 pm
by uLtrasamad
I also faced the same problem after installing an extension. My worry however is, as suggested by @uksitebuilder, how does it work by removing catalog/model/total folder as it contains a file called mm_shipping_total.php? How will the system find the right file if this file and its folder is deleted.

Re: New installation problems VQMOD

Posted: Sun Jun 11, 2017 11:40 pm
by EvolveWebHosting
uLtrasamad wrote:
Sun Jun 11, 2017 10:48 pm
I also faced the same problem after installing an extension. My worry however is, as suggested by @uksitebuilder, how does it work by removing catalog/model/total folder as it contains a file called mm_shipping_total.php? How will the system find the right file if this file and its folder is deleted.
The 'mm_shipping_total' extension you're using needs to be upgraded to support v2.3.0.2 so you'll need to check with the developer to see if it's available and if it's not, ask them or another commercial developer to upgrade it for you.

Re: New installation problems VQMOD

Posted: Mon Jun 12, 2017 1:26 am
by uLtrasamad
I don't have any extension by that name. It is a php file inside the total folder. My opencart installation is the current version.

Re: New installation problems VQMOD

Posted: Mon Jun 12, 2017 1:53 am
by IP_CAM
:laugh: well, if you have such a php file, then, you have an extension.
Anything SPECIAL is called Extension, it does not have to be a VqMod
or OcMod, an Extension may also consist of some 'regular' .php/.tpl Files as well,
then, such usually works as Module! Could also be a 'left-over' from an older version.
Ernie