Loading...
 
Architecture / Installation

Architecture / Installation


Windows 2003 IIS6.0 Error - Please help

posts: 1

I installed Tiki1.8.4 on Windows 2003 Server Running IIS6.0, PHP4 and MySql4.

Everything went smooth up until I ran tiki-install.php
It created the database tables and renamed the file to
tiki-install.done.

Then when you try and enter the site I get the following...

Notice: Undefined index: D:/Inetpub/wwwroot/wiki in D:\Inetpub\wwwroot\wiki\tiki-setup.php on line 43

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at D:\Inetpub\wwwroot\wiki\tiki-setup.php:43) in D:\Inetpub\wwwroot\wiki\tiki-setup_base.php on line 178

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at D:\Inetpub\wwwroot\wiki\tiki-setup.php:43) in D:\Inetpub\wwwroot\wiki\tiki-setup_base.php on line 178

Warning: mysql error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-1' at line 1 in query:
select `permName`,`type`,`level`,`permDesc` from `users_permissions` order by `permName` desc
in D:\Inetpub\wwwroot\wiki\lib\tikidblib.php on line 133

Fatal error: Call to a member function on a non-object in D:\Inetpub\wwwroot\wiki\lib\tikidblib.php on line 151

TIA for the help.