Hey, Im fairly new to PHP but i have followed the instructions and when loading drupal i get the following errors.

Warning: Undefined variable: conf in C:\webpub\drupal4\includes\common.inc on line 776

Warning: Cannot send session cookie - headers already sent by (output started at C:\webpub\drupal4\includes\common.inc:776) in C:\webpub\drupal4\modules\user.module on line 5

Warning: Cannot send session cache limiter - headers already sent (output started at C:\webpub\drupal4\includes\common.inc:776) in C:\webpub\drupal4\modules\user.module on line 5

Warning: argument passed to unserialize() is not an string in C:\webpub\drupal4\modules\user.module on line 80

if anyone can help that would be great
thanks

Comments

Anonymous’s picture

This maybe because of the not full installation of the php. Almost ll my problems was solved, when I download full (smth like 5Mb) distribution (but not the last, as I remember). Try this - it may work.
And the last - I run all this under IIS 5 (if Windows).
Hope this will help you.

With best wishes,
/Xlex(0x835).

tyse’s picture

Thanks im not sure what i have installed at the moment. Ill try downloading a full install now.

And yeah im running windows xp with IIS 5.1

Anonymous’s picture

test

ttevans’s picture

test

gufo’s picture

Thank you,
You know I have spend two days thinking that these messages were my fault.
Just after downloading all PHP my problems were solved!
So yes the advice is: if you have this message do not install using the PHP.exe installation but the "manual" php.zip (for windows).
gufo