musashi9 |
|
---|---|
After updating I am getting this error on the search page
Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0 where do I set this? |
Lombi |
|
---|---|
You need to finally upgrade to PHP5. Mail host, tell them to get in touch with time. (or say please upgrade this account from php4 to php5, thank tyou for your consideration)
Any other things would need to seriously hack into the servers' php.ini which either means you need to be running a VPS or a dedicated server. In any case register_globals should be off since this is a huge security hole and you can turn it off if it isnt already inside of .htaccess (file not there? make one) put that in the file: php_flag register_globals off <a href="http://www.domenlo.com">Surreal Art</a>
|
|
Dieser Beitrag wurde von Lombi (am 17. Juli 2009, 09:00, vor 15 Jahre) bearbeitet |
musashi9 |
|
---|---|
I am on 5
"The current PHP version running is PHP 5.0." I have been using contonti for a good few months now |
Lombi |
|
---|---|
Upgrade to 5.2.x or 5.3, also check my edited reply please.
<a href="http://www.domenlo.com">Surreal Art</a>
|
musashi9 |
|
---|---|
hmmm this is a nightmare how do I go back to 0.0.5
even my flash BB code I added has stopped working |
Lombi |
|
---|---|
Well no easy way, but to reverse-engineer the SQL upgrade file. It would be much easier to find out what's causing the errors. Please tell us more about the errors and dont forget to mention your site....
<a href="http://www.domenlo.com">Surreal Art</a>
|
musashi9 |
|
---|---|
I set session.bug_compat_warn to off, and the error msg went away
register_globals was already set to off |
|
Dieser Beitrag wurde von musashi9 (am 17. Juli 2009, 09:47, vor 15 Jahre) bearbeitet |