|
|
|
Re:"Session expired"when registering, changeing pr
|
|
Date: 2007/08/08 08:30
|
By: KvartFella
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
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.
|
|
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 |   | |
|
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
|
|
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 |   | |
|
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( $_POST, cbGetRegAntiSpamFieldName() );
$validateValueCookie = cbGetParam( $_COOKIE, "cbrvs" );
$parts = explode( '_', $validateValuePost );
if ( count( $parts ) == 3 ) {
for($i = 0; $i < 2; $i++) {
$validate = cbGetRegAntiSpams( $i, $parts[2] );
if ( ( $validateValuePost == $validate[0] ) && ( $validateValueCookie == $validate[1] ) ) {
break;
}
}
} else {
$i = 2;
}
if ( $i == 2 ) {
echo "<script>alert(\"" . _UE_SESSION_EXPIRED . "\"); window.history.go(-1);</script> \n";
exit;
}
}
|
change it
to what you want
Then try it.
|
|
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 |   | |
|
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
|
|
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 |   | |
|
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..
|
|
The administrator has disabled public write access. |
|
|