"Zhuravlev Alexander" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, Dec 06, 2003 at 02:07:53PM -0000, Shaun wrote:
> > Hi,
>
> Hi!
> >
> > I have been running my site successfully on a remote server for sometime
> > now. However I have just installed PHP, MySQL and Apache on my local
Windows
> > XP Pro machine and when I try to log on to my site I get the following
> > errors:
> >
> > Warning: session_start():
open(/tmp\sess_3bfb39a88b7b180b859aa17f1661031b,
> > O_RDWR) failed: No such file or directory (2) in c:\program files\apache
> > group\apache\htdocs\mysite\authenticate_user.php on line 13
>
> > Is this because I am running different versions of PHP?
>
> Create directory tmp on disk C: (c:\tmp).
>
>                                      -- zhuravlev alexander
>                                            u l s t u  n o c
>                                              ([EMAIL PROTECTED])

Thanks for your help,

That got rid of all of the error essages except this one:

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

So I guess I need register_globals to be enabled, how can I do this?

Thanks again for your help.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to