Skip to Content Skip to Menu

wired redirect problem

  • socialfan
  • socialfan
  • OFFLINE
  • Posts: 262
  • Thanks: 9
  • Karma: -1
10 years 9 months ago #240137 by socialfan
wired redirect problem was created by socialfan
i update J2.5 to J3.2.1 and now I have a strange redirect problem with my userlists.

the links are correlty set in the DB however the system displays always the first userlist.
no matter what I put in the DB as link path. only when replace the path with the real url the system will show the correct output.

this only happend with sef urls enabled.

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

  • socialfan
  • socialfan
  • OFFLINE
  • Posts: 262
  • Thanks: 9
  • Karma: -1
10 years 9 months ago #240171 by socialfan
Replied by socialfan on topic wired redirect problem
the system will take always the userlist set to standard OR the first one in the list.

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

  • socialfan
  • socialfan
  • OFFLINE
  • Posts: 262
  • Thanks: 9
  • Karma: -1
10 years 9 months ago #240172 by socialfan
Replied by socialfan on topic wired redirect problem
not sure if its releated:

Parse error: syntax error, unexpected end of file, expecting function (T_FUNCTION) in /var/www/vhosts/website/httpdocs/components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php on line 332, referer: www.website/userslist/Models%20und%20Model%20Buchungen%20Name%20Fashion%20Runway%20Werbung?rand=10352&limit=15&start=90

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
10 years 9 months ago #240205 by krileon
Replied by krileon on topic wired redirect problem
I don't know if the database trick still works on Joomla 3.2. My guess is probably not if the routing became more aggressive. With CB 2.0 though you'll be able to specify the list id again so that issue it self is already fixed. For now I really don't have a solution beyond using External URLs, but you'll lose SEF and module assignment for 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.

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

  • socialfan
  • socialfan
  • OFFLINE
  • Posts: 262
  • Thanks: 9
  • Karma: -1
10 years 9 months ago - 10 years 9 months ago #240222 by socialfan
Replied by socialfan on topic wired redirect problem
honestly, you should test the most basic features first before you declare a version compatible and stable. surely I am not the only user that used the work arround to have many userlists in place.

it was due to cb code not reading its own list ids.

/components/com_comprofiler/comprofiler.php LINE: 799
Last edit: 10 years 9 months ago by socialfan.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48477
  • Thanks: 8281
  • Karma: 1443
10 years 9 months ago #240246 by krileon
Replied by krileon on topic wired redirect problem

honestly, you should test the most basic features first before you declare a version compatible and stable. surely I am not the only user that used the work arround to have many userlists in place.

It's a known bug that is already fixed in CB 2.0. It's due to Joomla altering the menu parameter behavior, which completely breaks backwards compatibility. We had to completely implement view support and create Joomla view XMLs for each of CBs menu items to finally fix it, which is in CB 2.0.

it was due to cb code not reading its own list ids.

/components/com_comprofiler/comprofiler.php LINE: 799

That's not the issue at all. It's an issue in router.php having trouble parsing out the list id from list title due to Joomlas sanitization of the title (making the db query always fail). CB 2.0 has user list alias parameter now specifically for SEF and it also appends the list id directly. So SEF links will become LIST_ID:ALIAS, which matches Joomla article usage.

In addition to the above all the functions in comprofiler.php and comprofiler.html.php have been rewritten and cleaned up to use modern CB APIs. So they will be a lot more specific with their Itemid usages, etc..


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: socialfan

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

Moderators: beatnantkrileon
Powered by Kunena Forum