From: Guillaume B. <gbl...@ar...> - 2003-09-04 06:32:43
|
Hello, I installed PhpWiki on my remote server (hosted by www.free.fr) but I = have some problems. It seem my host don't support session, any way to disable it ? To use MySQL, I just set : 'dbtype' =3D> 'SQL', 'dsn' =3D> 'mysql://<account>:<password>@localhost/<basename>, It is enough ? What do : 'db_session_table' =3D> 'session', ? Here is the errors message I get when I want to access index.php : -------------------------------------------------------------------------= ------- index.php:325: Warning[2]: ini_set() has been disabled for security = reasons FileFinder.php:403: Warning[2]: php_uname() has been disabled for = security reasons Request.php:240: Warning[2]: Cannot send session cookie - headers = already sent by (output started at = /var/www/free.fr/15/l/t/d/c/ltdc.jdr/wiki/lib/XmlElement.php:239) Request.php:240: Warning[2]: Cannot send session cache limiter - headers = already sent (output started at = /var/www/free.fr/15/l/t/d/c/ltdc.jdr/wiki/lib/XmlElement.php:239) Fatal error: open(O_RDWR) failed for session file. The error is No such = file or directory (2). Please consult = http://support.free.fr/web/php/php4.html in Request.php on line 240 Fatal error: open(O_RDWR) failed for session file. The error is No such = file or directory (2). Please consult = http://support.free.fr/web/php/php4.html in your script on line 0 -------------------------------------------------------------------------= ------- Please help. Guillaume |