Quote Originally Posted by BigB View Post
Hello Gozzandes, thank you for helping. I am having an issue trying to get this code to take. I am sending via the "Install SQL Patches" located in the "Tools" tab. I assume this is the correct location to add this?
I keep getting thes message:
WARNING: An Error occurred, please let us know! If you were entering information, press the BAo must be doing something wrong...CK button in your browser and re-check the information you had entered to be sure you entered valid data.

I must be doing something wrong...
'xxxx670_zenc936.zenen_stripe' doesn't exist.
Split63 pointed out.
www/includes/modules/payment/stirpe.php line215
from
Code:
  $db-> execute("DROP TABLE IF EXISTS " . DB_PREFIX  . "stripe ;");
to
Code:
  $db-> execute("DROP TABLE IF EXISTS " . DB_PREFIX . "stripe ;");
once uninstall the module in the admin page and rewrite the php file.
and install the module.

You can Download stripe_modules_218https://github.com/Gozzandes/stripe_modules_218