Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Advertise on this site

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Re:[SOLUTION] Error 404 Login CB 1.1 Joomla 1.5 RC
Date: 2008/02/03 17:02 By: chobden Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
Im sorry im not as programmer so i dont understand all the code stuff, to be honest thats why i installed joomla in the first palce so i dont have to do any coding.

Im having the 404 error everytime i log in and i want to fix it before the site goes live or i will have to get rid of CB Builder which would be a shame.

Ive tried every suggestion here and nothing works!

I really need something fixing soon or i'll have to uninstall CB Builder - its kind of a crucial proiblem that really should have been fixed before release surely!
Thanks

Post edited by: chobden, at: 2008/02/03 17:03

Post edited by: chobden, at: 2008/02/03 18:05
Click here to see the profile of this user The administrator has disabled public write access.

Re:[SOLUTION] Error 404 Login CB 1.1 Joomla 1.5 RC2
Date: 2008/02/03 20:22 By: moonstar2005 Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 23
graphgraph
my problem is that it works sometimes when I log in and most of the the time, it gives me error 404. it is not stable. But even if I get error 404, if clicked backwards, and to other pages, I am logged in.

In Firefox, it returns a blank page.

Post edited by: moonstar2005, at: 2008/02/03 20:23
Click here to see the profile of this user The administrator has disabled public write access.

Re:[SOLUTION] Error 404 Login CB 1.1 Joomla 1.5 RC2
Date: 2008/02/03 23:47 By: Pulfordm Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
You will get this problem every time someone login from a page other than the home page., If you go straignt to the home page (ie not returning from elsewhere in the site) then it will work otherwise you get the 404 error.

Do the change to the code to mod_cblogin.php mentioned by twhiting9275 and then
go to statement at about line 520 that looks like

Code:

     echo '<input type="hidden" name="return" value="' .  htmlspecialchars($login)  . '" />'."\n"



and replace it with

Code:

     echo '<input type="hidden" name="return" value="' .  $login  '" />'."\n"



that is remove the htmlspecialchars call.

The previous email of mine did not come out correct as I assumed that it would be correctly escpaed by the forum code. (obviously a bug there too)

Code:

 The oringinal code as it stood replaced the with &ampthree times so an original url like mysite.com/index.php?option=com_content&view=section&id=3&Itemid=41[/ ends up like mysite.com/index.php?option=com_contentamp;amp;amp;view=sectionamp;amp;amp;id=3amp;amp;amp;Itemid=41 The code statement does not represent what I want to say so had to insert spaces where they would  not actually be.



try the changes and see how it works.
Click here to see the profile of this user The administrator has disabled public write access.

Re:[SOLUTION] Error 404 Login CB 1.1 Joomla 1.5 RC2
Date: 2008/02/04 07:31 By: moonstar2005 Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 23
graphgraph
That was perfect. Thank you so much. Everything is working as it should.
Click here to see the profile of this user The administrator has disabled public write access.

Re:[SOLUTION] Error 404 Login CB 1.1 Joomla 1.5 RC2
Date: 2008/02/14 16:54 By: henson Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
boatdrinkstravel.com

I try to log in and just says password is wrong

user carter password carter
Click here to see the profile of this user The administrator has disabled public write access.

Re:[SOLUTION] Error 404 Login CB 1.1 Joomla 1.5 RC
Date: 2008/02/19 15:46 By: azim4linux Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
changed redirect after login to /

and redirect after logout to index.php

now it works without errors
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC2, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login