SMF Support > Install and Upgrade Help

Strange bug, serversided ?

(1/1)

Fannon:
Warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/srv/www/htdocs/web281/) in /srv/www/htdocs/web281/html/forum/install.php on line 309

Please inform your host that the session.save_path specified in php.ini is not valid! It needs to be changed to a directory that exists, and is writable by the user PHP is running under.


Click here to try this step again.

Hmm .. i really can't help me with this, i think i did everythink how it was explained, but on this server every else forum worked fine .. strange ..  ::)

[Unknown]:
Find in install.php:


--- Code: ---if ((session_save_path() == '/tmp' && substr(__FILE__, 1, 2) == ':\\') || !is_writable(session_save_path()))
--- End code ---

Change that to:


--- Code: ---if (false)
--- End code ---

-[Unknown]

Navigation

[0] Message Index

Go to full version