Joomla 3.4.3
PHP 5.5.26
MySQL 5.5.44-37.3-log
CB 2.0.10
CBSubs 4.0.1
When I click on Paid Subscriptions->Gateways , I get a fatal error:
Warning: include_once(SITE/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/processors/authorizesim/cbpaidsubscriptions.authorizesim.php): failed to <span>open</span> stream:
No such file or directory in SITE/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidApp.php on line 146
Warning: include_once(): Failed opening 'SITE/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/processors/authorizesim/cbpaidsubscriptions.authorizesim.php'
for inclusion (include_path='.:<span>/</span>usr<span>/</span>local/php55/pear') in SITE/components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/libraries/cbpaidApp.php on line 146
Fatal error: Call to a member function get() on a non-object in SITE/libraries/CBLib/CBLib/AhaWow/View/RegistryEditView.php on line 1694
I recently upgraded to CB 2.0 and CBSubs 4.0, so I suspect an upgrade error.
We don't have an "authorizesim" payment gateway. Closest we have is "authorizenet". Do you've a 3rd party gateway installed or maybe an older gateway from a previous CBSubs release? Please check CB > Plugin Management for what gateway plugins are installed.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
I only have plugins installed from the CB 2.0 and CBSubs 4.0 releases. No third-party plug-ins. I also looked in Joomla plug-ins for anything like authorize, and I didn't see anything.
I looked in the database table #__cbsubs_gateway_accounts. There is a getway called Authorize Sim with gateway_type processors.authorizesim. I suspect the problem is that the plug-in for this was deleted as part of the upgrade to CB 2.0 and CBSubs 4.0.
I deleted the record in #__cbsubs_gateway_accounts for Authorize Sim, and it all worked.
I also restored our site to CB 1.9.1. It had the same error, but it wasn't fatal. So somehow we got some crud in the database, and removing it fixed the problem.