Cant install Stripe EB_PLUGIN_INSTALL_FAILED

  • OTWD
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
8 years 11 months ago - 8 years 11 months ago #98075 by OTWD
Hi Tuan,
I'm trying to install the stripe plugin via the Payments Plugin installer in EB v2.0.4 - (I cant upgrade it at the moment but need this installed.)
I get the message EB_PLUGIN_INSTALL_FAILED
Can you provide me with a copy of the older plugin that may be compatible?
Otherwise i tried unzipping a version of the plugin directly into public_html/components/com_eventbooking/payments but its not showing up in the backend of Joomla. Is there any other method of manual installation?

Success consists of going from failure to failure without loss of enthusiasm.
Last edit: 8 years 11 months ago by OTWD.

Please Log in or Create an account to join the conversation.

  • OTWD
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
8 years 11 months ago #98088 by OTWD
Ok Solved - I used the following sql
Code:
INSERT INTO `xxxx_eb_payment_plugins` (`id`, `name`, `title`, `author`, `creation_date`, `copyright`, `license`, `author_email`, `author_url`, `version`, `description`, `params`, `ordering`, `published`, `access`) VALUES (6, 'os_stripe', 'Pay by Credit / Debit Card', 'Tuan Pham Ngoc', '17-08-2014', 'Copyright 2010-2014 Ossolution Team', 'http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL version 2', 'tuanpn@joomdonation.com', 'www.joomdonation.com', '1.0', 'Stripe Payment Plugin For Events Booking Extension', '{\"stripe_api_key\":\"sk_live_xxxxxxxxxxxxxxxxxx\",\"stripe_currency\":\"eur\"}', 0, 1, 1)

Success consists of going from failure to failure without loss of enthusiasm.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #98090 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic SOLVEDCant install Stripe EB_PLUGIN_INSTALL_FAILED
That's great. Thanks for the update

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc