Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

CBAutoAction doesn't always fire

  • ricco1
  • ricco1
  • OFFLINE
  • Posts: 310
  • Thanks: 8
  • Karma: -7
8 years 6 months ago #281036 by ricco1
Replied by ricco1 on topic CBAutoAction doesn't always fire
Unfortunately the quick fix you've suggested is not helping and the problem remains.

Any other suggestion please?

Thank you

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48460
  • Thanks: 8280
  • Karma: 1443
8 years 6 months ago #281061 by krileon
Replied by krileon on topic CBAutoAction doesn't always fire
Enable debug mode and maximum error reporting in Joomla global configuration. Next enable debug under Parameters of your auto action. Then trigger the action and see if any debug output is shown. Condition could be failing, no idea.

Beyond that you can try changing all the trigger loading usages to remove the cbsubs. namespace from them. They're all found at the below locations. If issue still persists then it's not likely to be a plugin loading issue and possibly an issue with your action usage. For example using queries to update _comprofiler data can cause that data to be overridden by the user object store.

Code:
components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\controllers (6 usages found) cbpaidControllerCBTab.php (1 usage found) 297 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); cbpaidControllerUI.php (3 usages found) 685 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); 771 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); 1085 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); cbpaidPayHandler.php (2 usages found) 865 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); 873 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\models\misc (1 usage found) cbpaidItem.php (1 usage found) 115 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\models\order (2 usages found) cbpaidPaymentBasket.php (1 usage found) 1596 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); cbpaidPaymentItem.php (1 usage found) 210 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\models\something (1 usage found) cbpaidSomething.php (1 usage found) 382 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\products\donation (1 usage found) cbpaidProductDonation.php (1 usage found) 136 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\products\merchandise (1 usage found) cbpaidProductMerchandise.php (1 usage found) 100 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\products\usersubscription (1 usage found) cbpaidUsersubscriptionRecord.php (1 usage found) 999 // $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' ); components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\views (1 usage found) something.php (1 usage found) 142 $_PLUGINS->loadPluginGroup( 'user', 'cbsubs.' );


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.
The following user(s) said Thank You: ricco1

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

Moderators: beatnantkrileon
Powered by Kunena Forum