PlaneShift

Support => Technical Help: Problems BEFORE entering the game => Topic started by: Kiern on November 06, 2003, 01:31:08 pm

Title: Forum Problem
Post by: Kiern on November 06, 2003, 01:31:08 pm
Here, I got this email:


hey can u pls help me i am a modeler and i want to look at the game a bit and
see how it looks and possible do some work for the game but i cant get into the
forum....the window says this after i try and submit my information
(quote)\"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\"(unquote)
please post this in the forum wher i can possibly get some advice :)
Title:
Post by: elscouta on November 06, 2003, 01:41:44 pm
it seems that it\'s a php error...

as far as i know, php is server side and scripts runs the same for everybody: it\'s controlled only by input. It seems that the script try to load post data directly with the variable names instead of using the $_POST[var] syntax. Strangely, if i\'m true this problem must happen to everyone. Maybe your navigator is misconfigured or buggy and send wrong post data...