uninstalling Vivid Store error

Permalink
Hi guys,

I want to uninstall Vivid Store but I get this error. The addon isn't actually working after installation.

An exception occurred while executing 'SELECT pmID FROM VividStorePaymentMethods WHERE pmHandle=?' with params ["auth_net"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dexign_abberley.VividStorePaymentMethods' doesn't exist

Can somebody help me?

 
mnakalay replied on at Permalink Reply
mnakalay
Hello,
In the package controller (controller.php) at the bottom, look for aline that says:
$authpm->delete();

and comment it out (put 2 // before it) then save and try to uninstall again.
You might have another error which would require you to do the same to the line a few lines below
$invoicepm->delete();
alinpop replied on at Permalink Reply
Hi,

I commented both lines:
$authnetpm->delete();
$invoicepm->delete();

And I still get the same error.
mnakalay replied on at Permalink Reply
mnakalay
then try commenting out everything except
Parent::uninstall();
Vivid replied on at Permalink Reply
Vivid
Hey - yes, you'll need to comment out everything except parent::uninstall().

That said, you never opened a support ticket, started a discussion, or mention what's wrong. It sounds like the installation process didn't go well. I know some servers don't have SOAP enabled, and that can cause an installation error while trying to install Authorize.Net -- but I don't know what to tell you. If you're interested in working on it together, feel free to visit the support section of the add-on and opening a discussion.

If there's legitimate bugs, we're usually happy to squash them pretty quickly:https://www.concrete5.org/marketplace/addons/store-ecommerce-from-vi...
alinpop replied on at Permalink Reply
Hi,

Thanks for the help!

It's not a bug. I tested a little bit the addon on localhost and tried to install it online and I think it failed.