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 Next > End >>
Re:"Session expired"when registering, changeing pr
Date: 2007/08/08 08:30 By: KvartFella Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 2
graphgraph
This is what my hosting provider said:

"The error that is present now appears to be from a lack of the mod_rewrite rules that come with the application when it is firstly installed. It looks like it may have been replaced with the frontpage .htaccess file. Please place the correct mod_rewrite rules into the .htaccess file in your public_html directory to resolve this issue."

I had same problem with session expired on CB, and ppl from my hosting support got it fixed, now i got some problems with paths on my web site, but we are working on it ... Most important problem with "session expired" is fixed through .htaccess and php.ini.
Click here to see the profile of this user The administrator has disabled public write access.

Re:"Session expired"when registering, changeing pr
Date: 2007/08/08 14:31 By: Lee2007 Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
Hi, If you have time can you explain some exact details so I know what to do or if it's super technical I can forward the info to my admin.
I would really appreciate it.

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

Re:"Session expired"when registering, changeing pr
Date: 2007/10/31 14:10 By: buyanaal81 Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Hi. I'm from Mongolian. I have solved the problem. Joomla 1.12 with CB 1.1.
This is code
Code:

 function cbRegAntiSpamCheck() {     global $_POST$_COOKIE;     $validateValuePost         =    cbGetParam$_POSTcbGetRegAntiSpamFieldName() );     $validateValueCookie    =    cbGetParam$_COOKIE"cbrvs" );     $parts                    =    explode'_'$validateValuePost );     if ( count$parts ) == ) {         for($i 0$i 2$i++) {             $validate        =    cbGetRegAntiSpams$i$parts[2] );             if ( ( $validateValuePost == $validate[0] ) && ( $validateValueCookie == $validate[1] ) ) {                 break;             }         }     } else {         $i    =    2;     }     if ( $i == ) {         echo "<script>alert(\"" . _UE_SESSION_EXPIRED . "\"); window.history.go(-1);</script> \n";         exit;     } }



change it
Code:

 if ( $i == )


to what you want
Code:

 if ( $i == 21 )



Then try it.
Click here to see the profile of this user The administrator has disabled public write access.

Re:"Session expired"when registering, ch
Date: 2008/02/25 17:29 By: corovida Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
hi,

buyanaal81 what file we modified about this change


tks
best regards
corovida

Post edited by: corovida, at: 2008/02/26 13:08
Coro Vida Abundante
Click here to see the profile of this user The administrator has disabled public write access.

Re:"Session expired"when registering, ch
Date: 2008/03/03 18:54 By: vamundse Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
i also get this error mesasge in 1.1

what file or can someone put out the edited file?

i also hope the next cb will be easier to update..
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 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