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 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.

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