Skip to Content Skip to Menu

🏖 Summer has arrived! Start your summer right with our summer sale! Get 25% off professional and developer memberships with code SUMMER-2025!

Undefined Array Error.

  • wbuk
  • wbuk
  • ONLINE
  • Posts: 120
  • Thanks: 8
  • Karma: 1
5 hours 7 minutes ago #341647 by wbuk
Undefined Array Error. was created by wbuk
How do I fix this error?  It's a new installation.
Both the Default language (English) and en-GB are as well as CB template changer and Default are set to public and published.

Warning: Undefined array key 611 in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 865
Warning: Attempt to read property "published" on null in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 865
Warning: Undefined array key 611 in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 865
Warning: Attempt to read property "published" on null in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 865
Warning: Undefined array key 611 in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 865
Warning: Attempt to read property "published" on null in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 865
Warning: Undefined array key 611 in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 865
Warning: Attempt to read property "published" on null in /libraries/CBLib/CB/Legacy/cbPluginHandler.php on line 865

Web Buster UK Ltd

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 49412
  • Thanks: 8457
  • Karma: 1465
4 hours 14 minutes ago #341654 by krileon
Replied by krileon on topic Undefined Array Error.
Within CB > Plugin Management what plugin has an id of 611? Something is trying to call API on that plugin, but it's not loaded.


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.

  • wbuk
  • wbuk
  • ONLINE
  • Posts: 120
  • Thanks: 8
  • Karma: 1
4 hours 6 minutes ago #341656 by wbuk
Replied by wbuk on topic Undefined Array Error.
I have gone to the plugin manager.
There is no plugin with an ID of 611
The highest ID is 536.
There is no TAB id of that number.
There is no FIELD id of that number.
There is no LIST id of that number.
There is no USER id of that number; they start in the 800's
 

Web Buster UK Ltd

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 49412
  • Thanks: 8457
  • Karma: 1465
3 hours 46 minutes ago #341657 by krileon
Replied by krileon on topic Undefined Array Error.
You might have an invalid plugin row in your database then. Run the database fix tools in CB > Tools to see if they find anything. If still not fixed you may need to check your _comprofiler_plugin database table to remove the invalid row.


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.

  • wbuk
  • wbuk
  • ONLINE
  • Posts: 120
  • Thanks: 8
  • Karma: 1
3 hours 39 minutes ago - 3 hours 33 minutes ago #341658 by wbuk
Replied by wbuk on topic Undefined Array Error.
I have run
Check Community Builder Plug's, All Correct
Check Community Builder User Fields, All Correct

There seems to be 80 field type errors in the database, but no other issues.
Here is an example error message: fieldvalueid=922 fieldtype=text

I have been to Field Manager and none of these field ID's exist.  It's all very strange.
 

Web Buster UK Ltd
Last edit: 3 hours 33 minutes ago by wbuk.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 49412
  • Thanks: 8457
  • Karma: 1465
2 hours 17 minutes ago - 2 hours 16 minutes ago #341659 by krileon
Replied by krileon on topic Undefined Array Error.
You'll need to check within _comprofiler_plugin database table at this point for a plugin with an id of 611. You have something trying to call a plugin that doesn't exist. If nothing with that id is in that table then enable debug mode and maximum error reporting in Joomla global configuration then trigger the error again and provide the full callstack for the error so we can see what exactly is trying to call that plugin.

There seems to be 80 field type errors in the database, but no other issues.
Here is an example error message: fieldvalueid=922 fieldtype=text

I have been to Field Manager and none of these field ID's exist. It's all very strange.

Those are field value ids not field ids. That just means the field type those field values are associated to does not support field values. It commonly happens when you change a Select field to a Text field for example. If you change back to a Select field those field values will still remain. It's just a notice more than anything and won't cause any harm.


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: 2 hours 16 minutes ago by krileon.

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

Moderators: beatnantkrileon
Powered by Kunena Forum