Skip to Content Skip to Menu

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

[SOLVED] CB Login Errors with T3 template framework

  • krileon
  • krileon
  • ONLINE
  • Posts: 48473
  • Thanks: 8281
  • Karma: 1443
11 years 1 week ago #235750 by krileon
Replied by krileon on topic CB Login Errors with T3 template framework

since as soon as I logged into the site after making the change I got a 1054 error. Any suggestions?

Either the change wasn't applied correctly or it was and it exposed the actual error, which you need to provide. If it was not applied correctly then please review the topics carefully. Both fixes need to be applied for this to work properly.

Also did you mean the next release of joomla or community builder?

We've implemented a workaround to fix the issue with next release of CB, but it's still going to require a fix in Joomla to completely resolve it. Note it is also just a warning so it shouldn't cause much of any negative effects except the warning message.

And if you meant Community Builder, any idea of when it might be scheduled since I am stalled in rolling this out with this error?

When it's done. Sorry, we do not have release dates. We have internal goals (which is scheduled for end of next week), but they are not hard release dates and subject to change as needed.


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.

  • allenjj
  • allenjj
  • OFFLINE
  • Posts: 113
  • Thanks: 20
  • Karma: 1
11 years 1 week ago #235790 by allenjj
Replied by allenjj on topic CB Login Errors with T3 template framework
This is helpful. Will work with my host provider to possibly reinstall joomla since the first link in the work around, the file (/libraries/joomla/database/driver/mysqli.php) on my system did not contain the code that you wanted me to update:
if (is_object($this->cursor))
{
$this->freeResult();
}
$memoryBefore = memory_get_usage();

Since there was nothing in the file that contained that code, either the file I have was corrupted, or is it possible that the file structure to joomla 3.1.5 changed that and that section of code is contained in a different file?

John

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48473
  • Thanks: 8281
  • Karma: 1443
11 years 1 week ago #235799 by krileon
Replied by krileon on topic CB Login Errors with T3 template framework
No idea, the code is present perfectly fine for me in Joomla 3.1.5. It is inside of the function "execute" on line 525 of /libraries/joomla/database/driver/mysqli.php. Perhaps you're opening the wrong file? You should be able to search for "$memoryBefore" in your IDE and find it pretty quickly.


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.

  • allenjj
  • allenjj
  • OFFLINE
  • Posts: 113
  • Thanks: 20
  • Karma: 1
11 years 1 week ago #235803 by allenjj
Replied by allenjj on topic CB Login Errors with T3 template framework
Will look again. Actually both looked at the line and then searched for a snippet of the code and didnt find either. I may have been too tired and did look at the wrong file, so will take a look again once I am back from traveling. Have to say that you are all the BEST when it comes to support!!!! Any time your looking for a testimonial, I am more than happy to help as I really do appreciate the time and support provided.

John

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48473
  • Thanks: 8281
  • Karma: 1443
11 years 1 week ago #235808 by krileon
Replied by krileon on topic CB Login Errors with T3 template framework
If issue persists and still can't find it PM FTP login credentials and can apply it for you. Be really weird if it is missing though and would suggest some sort of strange incomplete update somehow.

Have to say that you are all the BEST when it comes to support!!!!

Thank you, that truly does mean a lot and sometimes is very much needed to get through the day. :)

Any time your looking for a testimonial, I am more than happy to help as I really do appreciate the time and support provided.

We'd love it if you could provide us a review on JED. :)

extensions.joomla.org/extensions/clients-a-communities/communities/210


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.

  • allenjj
  • allenjj
  • OFFLINE
  • Posts: 113
  • Thanks: 20
  • Karma: 1
11 years 1 week ago #235813 by allenjj
Replied by allenjj on topic CB Login Errors with T3 template framework
Just submitted an exceptional review as I am thoroughly impressed with the technical assistance of the team here. In addition your documentation is so comprehensive, I am truly thankful. Will let you know if I cant find the code, but you may be right that an upgrade didnt get completely installed.

John

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

Moderators: beatnantkrileon
Powered by Kunena Forum