Skip to Content Skip to Menu

[SOLVED] "Method to render XML view element attributes is not implemented " error when using CB Auto Actions

9 years 4 months ago - 9 years 4 months ago #266060 by delhi-expat
Hi Guys

Thanks for releasing the latest versions of CB Activity (3.0RC3) and CB Auto Actions (6.3)! I installed both of these on my site so as to get the blog/forum entries to show up on the timeline, but for some reason, I'm getting a "Method to render XML view element attributes is not implemented " message in the back end when I click the CB Auto Actions tab in Plug in Management. On the front end, I get a "page not found" error when trying to create a new blog with the CB Blogs model.

Everything is working OK in terms of adding the new blog if I disable CB Auto Actions, btw.

I also clicked the "internal general URL" link under CB Auto Actions, but for some reason that leads to a blank page . . .

Are there any additional settings that need to be tweaked in order for this to work?

Would appreciate it if you could let me know. Thanks! :cheer:

Edit - I'm using Community Builder (2.0.9).
Last edit: 9 years 4 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 4 months ago #266073 by krileon
You need to install latest CB 2.x nightly. It's required for CB Auto Actions 6.3.0 and CB Activity 3.0 RC3.

www.joomlapolis.com/downloads/doc_details/640-community-builder-nightly-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: delhi-expat

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

9 years 4 months ago - 9 years 4 months ago #266117 by delhi-expat

krileon wrote: You need to install latest CB 2.x nightly. It's required for CB Auto Actions 6.3.0 and CB Activity 3.0 RC3.

www.joomlapolis.com/downloads/doc_details/640-community-builder-nightly-build


Hi Kyle

Thanks for letting me know! That seems to have resolved the "create blog" issue, and new blog entries are showing up on the timeline now as well. However, the HTML itself seems to be showing up as well - please see beneath: -

[cb:parse function="trim"][cb:parse function="trim" direction="right" characters="."][cb:parse function="extract" length="300"][cb:parse function="clean" method="string"]<p>This morning ...</p>[/cb:parse][/cb:parse][/cb:parse][/cb:parse]...

That is what is showing up under the timeline area as well as the "my activities" tab under "my profile" when I create a new blog entry. I haven't tested the forum entries as yet, but will do so soon. Is this because of a special setting I need to tweak, or is this pretty much because I'm using the nightly build which has not been fully tested?

Also, what do the "internal general URL" and "internal users URL" links under CB Auto Actions (parameters) do? Just curious - not sure if I'm understanding that one correctly.

As always, thanks a ton for your assistance - much appreciated!

Edit - the forum updates show up just fine on the timeline.
Last edit: 9 years 4 months ago by delhi-expat.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 4 months ago #266142 by krileon

That is what is showing up under the timeline area as well as the "my activities" tab under "my profile" when I create a new blog entry. I haven't tested the forum entries as yet, but will do so soon. Is this because of a special setting I need to tweak, or is this pretty much because I'm using the nightly build which has not been fully tested?

There's a bug with the create blog activity system action. The format functions parameter is off when it should be on. Edit the action and under Parameters enable Format Functions. Next click Save as Copy. Now disable the system action. Your copy action should work fine for tracking the activity now. This is fixed for next release already.

Also, what do the "internal general URL" and "internal users URL" links under CB Auto Actions (parameters) do? Just curious - not sure if I'm understanding that one correctly.

They're for firing internal users and internal general triggers. An internal users action will loop every user on your site and fire the action for them. Internal general will just fire the action on an empty user object. The URLs are mostly meant for CRON to schedule actions.


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: delhi-expat

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

9 years 4 months ago #266207 by delhi-expat

krileon wrote: There's a bug with the create blog activity system action. The format functions parameter is off when it should be on. Edit the action and under Parameters enable Format Functions. Next click Save as Copy. Now disable the system action. Your copy action should work fine for tracking the activity now. This is fixed for next release already.

They're for firing internal users and internal general triggers. An internal users action will loop every user on your site and fire the action for them. Internal general will just fire the action on an empty user object. The URLs are mostly meant for CRON to schedule actions.


Thanks for the response Kyle. Yeah, the activity is being tracked just fine now. . .

In terms of the URL's, I seem to be getting a blank page when I click "process URL" under "parameters" in CB Auto Actions. However, as you say, these are meant mostly for CRON jobs, so I suppose there is no real need to worry about it in terms of my install being buggy, etc? Just wondering. . .

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
9 years 4 months ago #266228 by krileon
The process URL is a JSON endpoint. So all you'll get is a blank page. It just executes the Internal Users or Internal General actions. There's nothing to worry about as it's not buggy or anything.


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.

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

Moderators: beatnantkrileon
Powered by Kunena Forum