Skip to Content Skip to Menu

[#6777] After update CB Auto Actions 6.3.5 to 7.0.0 my 1st SQL action gives blank screen

  • NicoFaaij
  • NicoFaaij
  • OFFLINE
  • Posts: 114
  • Thanks: 10
  • Karma: 1
7 years 1 month ago - 7 years 1 month ago #297203 by NicoFaaij
Hi,

I have a few Auto Actions doing some email and SQL background tasks after user registration. After the update to version 7 the first auto action is still working well but it generate a bank screen an the following Auto Actions are not running. I guess it has to do something with the new output display function. I tried a lot of different values (None, Silent, Echo, exit, var_dump etc.) but it it doesn't solve the problem.

Is there some more documentation about this new output display options (which is not in the Video)? Can you tell me how to fix it so that my background auto actions will be processed the same way as they did for years in the old CB Auto Actions versions? So after the first Auto Action, it should do the next background Auto Action and so on and after that the user should get the registration confirmation message on the website like you always get after user registration (and not the blank screen).

Many thanks in advance,
Nico
Last edit: 7 years 1 month ago by krileon. Reason: Added [#6777] tag to subject

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

  • scalla
  • scalla
  • OFFLINE
  • Posts: 4
  • Thanks: 2
  • Karma: 0
7 years 1 month ago #297213 by scalla
I have a similar problem. In CB Auto Actions 6.3.5. I had defined the update query like follows (I simplified it) "update `#__comprofiler` c set c.cb_vfr_actions_count = (1) where c.user_id=[user_id]". It worked fine. After update to 7.0.0. it endend with error "Fatal error: Call to undefined method CB\Plugin\AutoActions\Action\QueryAction::output() in /mnt/web-data1/hondavfr_cz/public_html/www/components/com_comprofiler/plugin/libraries/CB/Plugin/AutoActions/Action/QueryAction.php on line 117 "

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
7 years 1 month ago - 7 years 1 month ago #297214 by krileon
Was able to confirm and is being fixed for a nightly build to be released today.

forge.joomlapolis.com/issues/6777

Quickfix as follows if unable to wait for new build.

IN: components/com_comprofiler/plugin/libraries/CB/Plugin/AutoActions/Action/QueryAction.php
ON: Line 117
FROM:
Code:
return $this->output( $return );
TO:
Code:
return $return;


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.
Last edit: 7 years 1 month ago by krileon.
The following user(s) said Thank You: NicoFaaij

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

  • scalla
  • scalla
  • OFFLINE
  • Posts: 4
  • Thanks: 2
  • Karma: 0
7 years 1 month ago #297253 by scalla
Kyle thanks for quick response. Nightly build installed and works fine. My problem solved.
The following user(s) said Thank You: krileon

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

  • NicoFaaij
  • NicoFaaij
  • OFFLINE
  • Posts: 114
  • Thanks: 10
  • Karma: 1
7 years 1 month ago #297293 by NicoFaaij
Where do I find the Nightly builds on the new "Downloads" menu? I was used to see them in the past but don't see them anymore and can't select them in the version dropdown menu.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48444
  • Thanks: 8279
  • Karma: 1443
7 years 1 month ago #297300 by krileon

I was used to see them in the past but don't see them anymore and can't select them in the version dropdown menu.

Sounds like you're looking at the CB Auto Actions Bot, which is the Joomla system plugin that allows CB Auto Actions to act on Joomla events. It only has 1 release so no version selector.

For others having questions about how to get latest releases there's several ways as follows. Latest build is always selected by default on our downloads page below.

www.joomlapolis.com/downloads

Product pages like shown below also always download latest build.

www.joomlapolis.com/addons/cb-auto-actions

You can also see a full release history below.

www.joomlapolis.com/news/releases

Our "Install from Web" within CB > Plugin Management > Install New Plugin > Install from Web also always downloads latest build.


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: nant

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

Moderators: beatnantkrileon
Powered by Kunena Forum