Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

SOME_ERROR_CODE on Logout!

12 years 1 month ago #216304 by tlwebdesign
SOME_ERROR_CODE on Logout! was created by tlwebdesign
Hi,
I got a problem, when trying to logout i get an error page with SOME_ERROR_CODE??

On login i did a redirect to login-succesvol.html (through a CB Login module not assigned to any page)

But the logout redirect doesn't seem to work at all....

apv.tlwebdesign.nl is the URL. Test login:

USER: test
PW: 123456

Need a fix fast. Admin details on request.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
12 years 1 month ago #216307 by krileon
Replied by krileon on topic Re: SOME_ERROR_CODE on Logout!
Enable debug mode and maximum error reporting in Joomla global configuration then test logout again to try and expose the error. I've no knowledge of CB ever displaying "SOME_ERROR_CODE" and is likely coming from a 3rd party Joomla system or user plugin. Your login/logout redirects should always be non-SEF (e.g. index.php?option=com_comprofiler), do not supply SEF URLs.


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.

12 years 1 month ago #216308 by tlwebdesign
Replied by tlwebdesign on topic Re: SOME_ERROR_CODE on Logout!
I Enabled it.

This is the error i'm getting:

Call stack
# Function Location
1 JSite->dispatch() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/index.php:42
2 JComponentHelper::renderComponent() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/includes/application.php:197
3 JComponentHelper::executeComponent() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/libraries/joomla/application/component/helper.php:351
4 require_once() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/libraries/joomla/application/component/helper.php:383
5 JController->execute() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/components/com_rseventspro/rseventspro.php:34
6 JController->display() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/libraries/joomla/application/component/controller.php:761
7 rseventsproViewrseventspro->display() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/libraries/joomla/application/component/controller.php:722
8 JView->display() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/components/com_rseventspro/views/rseventspro/view.html.php:575
9 JView->loadTemplate() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/plugins/system/jat3/jat3/core/joomla/view.php:180
10 include() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/plugins/system/jat3/jat3/core/joomla/view.php:582
11 rseventsproHelper->details() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/components/com_rseventspro/views/rseventspro/tmpl/default.php:79
12 rseventsproHelper->getUser() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/components/com_rseventspro/helpers/rseventspro.php:1184
13 JFactory::getUser() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/components/com_rseventspro/helpers/rseventspro.php:1334
14 JUser::getInstance() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/libraries/joomla/factory.php:225
15 JUser->__construct() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/libraries/joomla/user/user.php:269
16 JUser->load() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/libraries/joomla/user/user.php:228
17 JError::raiseWarning() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/libraries/joomla/user/user.php:886
18 JError::raise() /home/tlweb/domains/tlwebdesign.nl/public_html/apv/libraries/joomla/error/error.php:276

I just want it to go to homepage/root. on login sef-url works perfect.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48709
  • Thanks: 8319
  • Karma: 1447
12 years 1 month ago #216311 by krileon
Replied by krileon on topic Re: SOME_ERROR_CODE on Logout!
Looks like you've a fatal error in the component "com_rseventspro" or its system plugin "jat3". Try disabling the system plugin "jat3" and that should get rid of the fatal error, contact the developer of your extension for further support regarding the error. Note suppressing fatal errors as you were doing before does not make them go away, you still have code critically failing.

I just want it to go to homepage/root

Then set the logout redirect to "index.php" (without quotes).


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