Loading...
 
Architecture / Installation

Architecture / Installation


Windows IIS 5.0 installation Problem!!

posts: 1
I installed tiki 1.7.7 under Windows XP, IIS 5.0 with PHP 4.3.6 without using easyPHP. Everthing is OK. I can login and generate tiki Database through http://localhost/tiki/tiki-install.php. But when I go to http://localhost/tiki/tiki-setup.php there is nothing appeared!!my web was blank...!! anyone know what is the problem?Can I use IIS 5.0 with PHP 4.3.6 without using easyPHP?
posts: 2881 United Kingdom

Hi There

Did you follow the IIS install and make the necessary changes to the files? Linked from InstallTiki

also try increasing your php memory_limit from 8Mb as on the Install Requirements

Damian


posts: 3

Try installing 1.8.3. But ya you have to follow the instructions regarding Windows. I'm going through the same woes as you. I've got mine working, though I had to remove the arrows that let you move modules around on the page - it causes a time out as it gets stuck on something.

on line 43 of tiki-setup.php make sure to set the docroot to the actual path of where it's installed. eg:

$docroot = dirname('c:/wherever/');

And then at about line 1020 change the IIs code to this:
// Fix IIS servers not setting what they should set (ay ay IIS, ay ay)
if (TikiSetup::os() == "windows")
{
$uri = $_SERVER%22REQUEST_URI%22;
$len = strlen($uri);
if (substr($uri, $len -1) == "/")
{
$uri = substr($uri, 0, $len -1);
}
else
{
$uri = substr($uri, 0, $len - strlen($_SERVER%22QUERY_STRING%22) -1);
$uri = $uri . "?" . $_SERVER%22QUERY_STRING%22;
}
$_SERVER%22REQUEST_URI%22 = $uri;
}


Upcoming Events

1)  18 Apr 2024 14:00 GMT-0000
Tiki Roundtable Meeting
2)  16 May 2024 14:00 GMT-0000
Tiki Roundtable Meeting
3)  20 Jun 2024 14:00 GMT-0000
Tiki Roundtable Meeting
4)  18 Jul 2024 14:00 GMT-0000
Tiki Roundtable Meeting
5)  15 Aug 2024 14:00 GMT-0000
Tiki Roundtable Meeting
6)  19 Sep 2024 14:00 GMT-0000
Tiki Roundtable Meeting
7) 
Tiki birthday
8)  17 Oct 2024 14:00 GMT-0000
Tiki Roundtable Meeting
9)  21 Nov 2024 14:00 GMT-0000
Tiki Roundtable Meeting
10)  19 Dec 2024 14:00 GMT-0000
Tiki Roundtable Meeting