Post by MBijen » Sat Dec 22, 2018 9:28 am

Hi all,

Recently I took over the support of an existing webshop that is using Opencart.
I've been able to get around just fine untill I stumbled upon an outdated extension that was not working correctly anymore.
I've contacted the developer of it and received the new version, installed it and everything seemed to work.
Several days later we noticed that since the installation of the new module other an other existing module (SendCloud) suddenly was not working anymore.

When I deactivated and reactivated the SendCloud module it started working again, but now the whole theme module does not seem to work anymore and I can't get it to work.

I've tried deinstalling the specific Promotions module that seems to be causing these issues but when I delete it the front-end generates an error 500.
After installing the module again, front-end is back but still without the theme loading.

Error log gives me the following error:

Code: Select all

[Fri Dec 21 23:02:25.599987 2018] [:error] [pid 27159] [client 87.233.140.179:63859] PHP Fatal error:  Uncaught exception 'Exception' with message 'Error: Could not load model extension/total/total_promotions_total!' in /domain/public_html/vqmod/vqcache/vq2-_domain_storage_modification_system_engine_loader.php:89\nStack trace:\n#0 /domain/public_html/catalog/model/checkout/order.php(307): Loader->model('extension/total...')\n#1 [internal function]: ModelCheckoutOrder->addOrderHistory('992', '2')\n#2 /domain/public_html/vqmod/vqcache/vq2-_domain_storage_modification_system_engine_loader.php(248): call_user_func_array(Array, Array)\n#3 [internal function]: Loader->{closure}(Array, Array)\n#4 /domain/public_html/system/engine/proxy.php(47): call_user_func_array(Object(Closure), Array)\n#5 /domain/public_html/catalog/controller/extension/payment/sisow.php(491): Proxy->__call('addOrderHistory', Array)\n#6 /domain/ in /domain/public_html/vqmod/vqcache/vq2-_domain_storage_modification_system_engine_loader.php on line 89
OC Version: 3.0.2.0
Theme: Sellegance
Extension/Mods: Sellegance, Sendcloud, Promotions (Link)
A link to your site: sheclothes.nl
It is a single store setup

I've been searching and trying to find the issue but can't seem to find where it goes wrong.

Could you please assist me further?
If you need specific information please let me know.

Kind regards,
MBijen

Newbie

Posts

Joined
Wed Jul 25, 2018 6:27 pm

Post by xxvirusxx » Sat Dec 22, 2018 3:09 pm

Open a support ticket on iSenseLabs website because is a paid extension.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by MBijen » Sat Dec 22, 2018 5:46 pm

xxvirusxx wrote:
Sat Dec 22, 2018 3:09 pm
Open a support ticket on iSenseLabs website because is a paid extension.
Thanks for the reply, I have created a support ticket and have gotten a response but no solutions yet and they are unreachable during the weekend. (Which is 2 days of no income)

Newbie

Posts

Joined
Wed Jul 25, 2018 6:27 pm

Post by OSWorX » Sat Dec 22, 2018 5:49 pm

MBijen wrote:
Sat Dec 22, 2018 5:46 pm
xxvirusxx wrote:
Sat Dec 22, 2018 3:09 pm
Open a support ticket on iSenseLabs website because is a paid extension.
Thanks for the reply, I have created a support ticket and have gotten a response but no solutions yet and they are unreachable during the weekend. (Which is 2 days of no income)
Not everybody is working 7 days a week, 24 hours.
Fact.

Now if you claiming that you have 2 days without any income (... ??), then simply delete all files related to that extension.
No need to wait for them.
Or hire another developer who is willing to work over the weekend.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Guru Member

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by xxvirusxx » Sat Dec 22, 2018 6:02 pm

@MBijen

You can check what extension (ocmod files) made changes (search, replace, add...etc) in the same file.

Also check if you really exist that file

Code: Select all

catalog/model/extension/total/total_promotions_total.php

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by MBijen » Sat Dec 22, 2018 7:11 pm

xxvirusxx wrote:
Sat Dec 22, 2018 6:02 pm
@MBijen

You can check what extension (ocmod files) made changes (search, replace, add...etc) in the same file.

Also check if you really exist that file

Code: Select all

catalog/model/extension/total/total_promotions_total.php
The file does not exist, and I cannot find it either in the install files of the module.
Will notify iSenseLabs about this matter, thanks.

Am trying to find indeed what extensions change what.
If I'm correct I do find that the promotions module replaces 2 footer files (which may be causing the issue I guess), I found this in the Database in the 'Modification' table and chceking the xml. Is this the correct place?
OSWorX wrote:
Sat Dec 22, 2018 5:49 pm
MBijen wrote:
Sat Dec 22, 2018 5:46 pm
xxvirusxx wrote:
Sat Dec 22, 2018 3:09 pm
Open a support ticket on iSenseLabs website because is a paid extension.
Thanks for the reply, I have created a support ticket and have gotten a response but no solutions yet and they are unreachable during the weekend. (Which is 2 days of no income)
Not everybody is working 7 days a week, 24 hours.
Fact.

Now if you claiming that you have 2 days without any income (... ??), then simply delete all files related to that extension.
No need to wait for them.
Or hire another developer who is willing to work over the weekend.
You are absolutely right, and thats why I am working in the weekend to try to solve this. (Not blaming their support or anything just explaining why I'm looking for some community support during the weekend).

Newbie

Posts

Joined
Wed Jul 25, 2018 6:27 pm

Post by xxvirusxx » Sat Dec 22, 2018 7:14 pm

MBijen wrote:
Sat Dec 22, 2018 7:11 pm
The file does not exist, and I cannot find it either in the install files of the module.
You are 100% sure?
Download module again

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by MBijen » Sat Dec 22, 2018 7:25 pm

xxvirusxx wrote:
Sat Dec 22, 2018 7:14 pm
You are 100% sure?
Download module again
Downloaded it again and checked, 100% sure. Could this be the reason other modules stopped loading/working?

Newbie

Posts

Joined
Wed Jul 25, 2018 6:27 pm

Post by xxvirusxx » Sat Dec 22, 2018 7:31 pm

From Marketplace or isense website?

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by MBijen » Sat Dec 22, 2018 7:34 pm

xxvirusxx wrote:
Sat Dec 22, 2018 7:31 pm
From Marketplace or isense website?
The download file they gave me in the support ticket on the iSenseLabs file (I'm not the original purchaser but am the only person supporting the website at the moment, which makes support a bit more complicating)

Newbie

Posts

Joined
Wed Jul 25, 2018 6:27 pm

Post by xxvirusxx » Sat Dec 22, 2018 7:47 pm

Post a screenshot (or in PM )from inside of zip file and one from isense ticket (without name/ip/email) and maybe I can give you that file :)

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by MBijen » Sat Dec 22, 2018 9:17 pm

xxvirusxx wrote:
Sat Dec 22, 2018 7:47 pm
Post a screenshot (or in PM )from inside of zip file and one from isense ticket (without name/ip/email) and maybe I can give you that file :)
Send an PM.

Newbie

Posts

Joined
Wed Jul 25, 2018 6:27 pm

Post by xxvirusxx » Sat Dec 22, 2018 9:26 pm

You have the file.....
Extract and upload on same location on you website :)

And you just tell me that you are 100% sure that file doesn' exist...

LE. Nevermind.
Now I realized name is total_promotions_total...another module...
You have another modules? vqmod files?

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by MBijen » Mon Dec 24, 2018 6:07 pm

xxivrusxx supported me for several hours. We weren't able to restore the functionality.
A backup has been placed back and some issues are resolved now, 1 remains.
The faulty module has been installed and 1 other module is not working now (I know that if I disable and enable that not working module, everything fails)

Newbie

Posts

Joined
Wed Jul 25, 2018 6:27 pm

Post by gosdoza » Wed Feb 06, 2019 12:16 pm

hey i m facing the similar problem of using the extension Promotions
has this peoblem been solved?

Newbie

Posts

Joined
Thu Oct 04, 2018 3:08 pm

Post by xxvirusxx » Wed Feb 06, 2019 6:39 pm

If is this extension, then contact developer.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România
Who is online

Users browsing this forum: No registered users and 252 guests