|
|
|
404 error (Joomla 1.5, CB 1.1)
|
|
Date: 2007/09/26 09:43
|
By: mdmx
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 8 |   | |
|
Hello,
I'm using Joomla 1.5RC2 and CB 1.1. It seems like redirecting isn't working well. For example, when i press "Login" in CBLogin module, it logs me into the system but in the end i get 404 error. It is because ampersands (&) somehow are not converted into &'s. In the address line i get: index.php?option=com_content&view=frontpage&Itemid=1 instead of index.php?option=com_content&view=frontpage&Itemid=1
I'm sorry, if the problem was already disscussed, but i'm new here and i couldn't find it. Please help.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:404 error (Joomla 1.5, CB 1.1)
|
|
Date: 2007/09/27 13:20
|
By: moza
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
I have the exact same problem myself and trying to fix this for days.
If I put a url without "&" in login redirect (lets say index.php?option=com_user) it redirects fine. But if I use a "&" it replaces it with "&_amp;" (without the "_" )
If i leave blank or put just "index.php" it replaces the & also.
I looked in file: mod_cblogin.php and found a line...
| Code: | $return = str_replace( '&', '&_amp;', $return );
|
tried to change it but nothing works.
can anybody help with that?
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:404 error (Joomla 1.5, CB 1.1)
|
|
Date: 2008/05/14 21:51
|
By: etrain
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
did you just replacxe the files o yur server, or did you install the module???
i am having the same issue, but need to know how to make this fix.
cheers, etrain
|
|
The administrator has disabled public write access. |
|
|