Replies: 0
We are having difficulties with our database and publishing from staging to production at Rocket.net. Their guy looked into what was causing our staging publish to error out and it’s Cost Calculator Builder plugin. The issue were having just started this past week so it may have been caused by the latest release. Let me know if the triggers are a necessity. This is what I received from Rocket:
So, I exported the production database and just tried importing it manually into the staging site, and I found the error: administrator access is required to create a trigger. So, the MySQL import stops at the trigger creation:
/*!50003 CREATE*/ /*!50017 DEFINER=
nl1ge11_s1gl
@localhost
*/ /*!50003 TRIGGERcascade_delete_conditions
AFTER DELETE ONwp_cc_discounts
FOR EACH ROW BEGIN
I dug further and that trigger is being created by the cost-calculator-builder
plugin. I would recommend reaching out to the author of that plugin to find out if the triggers are absolutely necessary. If they are not, then we can remove the triggers and staging should work normally. Please let us know how it goes. Talk to you soon.