Skip to Content Skip to Menu

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

[SOLVED] : Error 500 when connection to Admin

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
11 years 9 months ago - 11 years 9 months ago #219577 by krileon
Replied by krileon on topic Re: Error 500 when connection to Admin
Sounds like your database is broken. That table should exist as it's used for connections. Maybe it's just due to having connections disabled within CB > Configuration > Connections, but that shouldn't cause a query error as the database should still exist and work fine. Run CB tools and see if it can find an issue and fix it.


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: 11 years 9 months ago by krileon.

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

  • BO-Samson
  • BO-Samson
  • OFFLINE
  • Posts: 28
  • Thanks: 5
  • Karma: 0
11 years 9 months ago #219589 by BO-Samson
Replied by BO-Samson on topic Re: Error 500 when connection to Admin
Thank you for your answer!

Connections are enabled. I runned CB Tools (all possibilities) everything seems fine an all lines are green. The error remains. When the user offers a connection, the error occurs. When deleting the connection, everything works well again.

I attached phpMyAdmin-screenshot of the table. I am clueless.
Attachments:

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
11 years 9 months ago #219591 by krileon
Replied by krileon on topic Re: Error 500 when connection to Admin
No idea what to tell you. I see absolutely nothing wrong with the query and the database row looks fine as well. There's no reason for it to be erroring out. The callstack doesn't make much sense in Joomla either as it's not even pointing to its origin. Review your server error log and see if it exposes the errors actual location any further.


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.

  • BO-Samson
  • BO-Samson
  • OFFLINE
  • Posts: 28
  • Thanks: 5
  • Karma: 0
11 years 9 months ago #219592 by BO-Samson
Replied by BO-Samson on topic Re: Error 500 when connection to Admin
The error says "pending = 0" but phpMyAdmin says "1". May this be the problem?

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

  • BO-Samson
  • BO-Samson
  • OFFLINE
  • Posts: 28
  • Thanks: 5
  • Karma: 0
11 years 9 months ago - 11 years 9 months ago #219596 by BO-Samson
Replied by BO-Samson on topic Re: Error 500 when connection to Admin
I don't understand this. The error seems to depend on who the connction is offered tp. When offering the connection to another user, there is 50 % chance, it will work. I can not find what it depends on.

Server-error log has no entry concerning this system.
Last edit: 11 years 9 months ago by BO-Samson.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48454
  • Thanks: 8280
  • Karma: 1443
11 years 9 months ago - 11 years 9 months ago #219598 by krileon
Replied by krileon on topic Re: Error 500 when connection to Admin

The error says "pending = 0" but phpMyAdmin says "1". May this be the problem?

Nope, that's just a part of the where statement. If no row is found matching the criteria it'd just return null.

Try running the query below directly in phpmyadmin and see what happens.
Code:
SELECT `id` FROM `akdvi_comprofiler_members` WHERE `memberid` = 473 AND `referenceid` = 506 AND `accepted` = 1 AND `pending` = 0

Edit: I see the issue. The "id" column does not exist in the database table. I've no idea where this query is coming from though. I've searched all of CB and don't see a such a query being made in source. Do you have a CB Query Field setup to do such a query? Perhaps a 3rd party module that's displayed on the userlist?


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: 11 years 9 months ago by krileon.

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

Moderators: beatnantkrileon
Powered by Kunena Forum