Warning: osCommerce

Hej Eksperter :)
Nu har jeg været google igennem på kryds og tværs, uden at finde noget jeg kunne bruge... får følgende fejl i toppen af alle sider... Har lige hentet: osCommerce Online Merchant v2.2 Release Candidate 2a

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 1330 is not allowed to access /tmp owned by uid 0 in /includes/functions/sessions.php on line 169

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /includes/functions/sessions.php:169) in /includes/functions/sessions.php on line 102

Hvis jeg så tilføjer vare til kurven, så tilføjer den følgende meddelse:

Warning: Cannot modify header information - headers already sent by (output started at /includes/functions/sessions.php:169) in /includes/functions/general.php on line 33

Tråd lukket :)

Session Save Path and Safe Mode
-------------------------------
The error is a by-product of using PHP in Safe Mode.
To get around the problem go to your osCommerce Admin Panel -->
Configuration --> Sessions and set Session Save Path to just tmp
with no forward slash before or after tmp. You get this error even if you
have elected to store sessions in the database.