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

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 RC2
Date: 2008/03/20 12:29 By: johndavedecano Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Code:

  // redirect to site url (so cookies are recognized correctly after login):    if  (strncasecmp($mosConfig_live_site, "http://www.", 11)==0 && strncasecmp($mosConfig_live_site, "http: //", 7)==0        && strncasecmp( substr($mosConfig_live_site, 11), substr($login, 7),  $len_live_site - 11 ) == 0 ) {            $login = "http://www." . substr($login, 7);    } elseif  (strncasecmp($mosConfig_live_site, "https://www.", 12)==0 && strncasecmp($mosConfig_live_site, " https://", 8)==0        && strncasecmp( substr($mosConfig_live_site, 12), substr($login, 8),  $len_live_site - 12 ) == 0 ) {            $login = "https://www." . substr($login, 8);    } elseif  (strncasecmp($mosConfig_live_site, "http://", 7)==0 && strncasecmp($mosConfig_live_site, "http:// www.", 11)==0        && strncasecmp( substr($mosConfig_live_site, 7), substr($login, 11),  $len_live_site - 7 ) == 0 ) {            $login = "http://" . substr($login, 11);    } elseif  (strncasecmp($mosConfig_live_site, "https://", 8)==0 && strncasecmp($mosConfig_live_site, "https:// www.", 12)==0        && strncasecmp( substr($mosConfig_live_site, 8), substr($login, 12),  $len_live_site - 8 ) == 0 ) {            $login = "https://" . substr($login, 12);    }

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/08/22 11:19 By: klasan Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Same problem, solved putting a . (dot) instead of index.php on Logout Redirection (mod_cblogin)
No nedds to modify code.

Post edited by: klasan, at: 2008/08/22 11:20
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/10/23 21:03 By: jduncan Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
I'm getting the same error. Has anyone come up with a reliable fix for this? I don't know if its related, but I am getting a compatibility error in spite of the fact I have legacy turned on.

Thanks.
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/11/24 20:27 By: futuresounds Status: CB Doc subscriber  
Karma: 0  
Fresh Joomlapolitan

Posts: 17
graphgraph
I have read this and am pulling my hair out...whether I've missed a step or just crazy...

I can't login, it gives me an error. The menu and logo of my template appears but no content appears on the front page, then it goes to Page cannot be displayed. I have used the fix from Baka and twhiting without any luck.

Thanks in advanced.

Here's my setup.

GoDaddy Hosting
Joomla! 1.5.7 Production/Stable [ Wovusani ] 9-September-2008 23:00 GMT
***Upgraded to 1.5.8 no help
Community Builder 1.1

------

If I upgrade to 1.2 would that fix my problem?
***I upgraded to 1.2 RC3 and still having problem.

Post edited by: futuresounds, at: 2008/11/24 23:28

Post edited by: futuresounds, at: 2008/11/26 17:45
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 RC3, 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