|
|
Re:Error 404 Login CB 1.1 Joomla 1.5 (legacy)
|
|
Date: 2007/09/22 18:43
|
By: beat
|
Status: Admin
|
|
|
Karma: 242  
|
|
Admin  | Posts: 4063 |   | |
|
This is an error in Joomla 1.5.
I'm currently testing a workaround in cb login module.
If you search this forum, there is a post which gives a fix. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
Re:Error 404 Login CB 1.1 Joomla 1.5 (legacy)
|
|
Date: 2007/09/24 16:29
|
By: senojeel
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
|
Sorry, I have been searching the forums for a fix and have not found it. Any chance anyone knows the url or the post?
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Error 404 Login CB 1.1 Joomla 1.5 (legacy)
|
|
Date: 2007/09/24 16:45
|
By: phrito
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
|
I don't know where the fix it by searching the forum. Maybe I'm a little slow, but I couldn't find it anywhere either. I had a mod patch emailed to me. I'm going to try to post it here. If it doesn't post, PM me and I'll forward it to you. It worked for me but I can't guarantee anything. I hope this isn't violating any rules. If it is someone let me know. Don't want to piss anyone off, you know!
|
|
The administrator has disabled public write access. |
|
|
|
Re:Error 404 Login CB 1.1 Joomla 1.5 (legacy)
|
|
Date: 2007/09/24 17:41
|
By: senojeel
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 3 |   | |
|
Thanks phrito,
I tried your fix. It never logs me in. It redirects me to a page that says I need to login.
|
|
The administrator has disabled public write access. |
|
|
|
Re:Error 404 Login CB 1.1 Joomla 1.5 (legacy)
|
|
Date: 2007/09/28 18:38
|
By: BAKA
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 6 |   | |
|
Hi, people, this is my first post...so...welcome me!
Well, I had same problem with the cb login, then, I realised that the issue is in the file: "modules/mod_cblogin/mod_cb_login.php" at line #512 (I guess).
You should change this:
name="return" value="' . htmlspecialchars( $login ) . '"
to:
name="return" value="' . $login . '"
... Ok, I know it is not a real fix, but it works... I hope it can help...
PS: sorry for my english!!!
Post edited by: BAKA, at: 2007/09/28 20:27
|
|
The administrator has disabled public write access. |
|
|
|
Re:Error 404 Login CB 1.1 Joomla 1.5 (legacy)
|
|
Date: 2007/10/06 11:34
|
By: beat
|
Status: Admin
|
|
|
Karma: 242  
|
|
Admin  | Posts: 4063 |   | |
|
Thanks a lot for troubleshooting and sharing solutions, that's community project spirit. 
Moving thread to bugs solved as sticky Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.1 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|