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?
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?
Hi,
I commented both lines:
$authnetpm->delete();
$invoicepm->delete();
And I still get the same error.
I commented both lines:
$authnetpm->delete();
$invoicepm->delete();
And I still get the same error.
then try commenting out everything except
Parent::uninstall();
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...
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...
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.
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.
In the package controller (controller.php) at the bottom, look for aline that says:
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