make sure you enable the following parameters on your php.ini and restart
the web server ..
short_open_tag = on
register_globals = on
register_long_arrays = on
thanks,
ed
At 07:11 PM 4/27/2005, Llanos Serna GarcĂa-Conde wrote:
I did that and I have the same problem, if I comment
the line
page_open (array("sess" => "phplib_Session")); //index.php
it's the only way to see the login screen but the next error appears:
Fatal error: Call to a member function on a non-object in
/var/www/html/serweb/serweb_2004-07-27/html/user_interface/index.php on
line 109
Line 109:<td><a
href="<?$sess->purl("reg/get_pass.php");?>">Forgot
Password?</a></td>
Can anyone help us?
Thank you!!
>try to follow this instruction .. I was not able to see the login page
>because of
>this part on my index.php
>
>page_open (array("sess" => "phplib_Session"));
>
>but if I will remove this, I can see the login page but with errors.
>Hope we can have this problem fix asap.
>
>thanks,
>ed