Session Start and warning unknown - see attachment

Hello,
After much craziness with Godaddy and finally migrating onto a Linux Server to be able to change permissions to aid with installation I am now faced with a new problem I was hoping you guru’s would be able to help me with.

When I hit the installation page I get the following errors above the installation systems requirements check:

[B]Warning: session_start() [function.session-start]: open(/var/chroot/home/content/80/9589080/tmp/sess_14n3ocotvt0eho1f6ras0v5vd1, O_RDWR) failed: No such file or directory (2) in /home/content/80/9589080/html/setup/oxsetup.php on line 616

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/80/9589080/html/setup/oxsetup.php:616) in /home/content/80/9589080/html/setup/oxsetup.php on line 616

Warning: session_write_close() [function.session-write-close]: open(/var/chroot/home/content/80/9589080/tmp/sess_smnj13l2mmlfagfs3gmlefrh27, O_RDWR) failed: No such file or directory (2) in /home/content/80/9589080/html/setup/oxsetup.php on line 632

Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in /home/content/80/9589080/html/setup/oxsetup.php on line 632

Warning: session_start() [function.session-start]: open(/var/chroot/home/content/80/9589080/tmp/sess_smnj13l2mmlfagfs3gmlefrh27, O_RDWR) failed: No such file or directory (2) in /home/content/80/9589080/html/setup/oxsetup.php on line 635

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/80/9589080/html/setup/oxsetup.php:616) in /home/content/80/9589080/html/setup/oxsetup.php on line 635
[/B]
ALSO - below the requirements check:
[B]

Warning: Unknown: open(/var/chroot/home/content/80/9589080/tmp/sess_smnj13l2mmlfagfs3gmlefrh27, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
[/B]

As you can see from the screenshot - there is nothing that is marked as Red…what seems to be the problem?

I tried to just go ahead with the installation, and got a fatal error when dealing with the Database! Did I extract or upload these files incorrectly? Are they pointing to the wrong thing?

PLEASE HELP! :frowning:

Hi JQ,

I reckon, the last warning tells you the full story:

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

Means - the session.save_path on the server seems to be configured in an “exotic” way…

Regards

Hmmm
Im not sure what you mean by exotic…All I did was unzip the files and then transfer it all onto the hosting site! I haven’t played with the code at all yet :frowning:

Anything you can recommend?

Marco meant, that your server is not configured correctly.