Installation problem. Local Machine with IIS and My SQL

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
satyendra
TestLink user
Posts: 3
Joined: Thu Feb 07, 2008 1:56 pm

Installation problem. Local Machine with IIS and My SQL

Post by satyendra »

Hi,
I have Try to install Test link in my local machine, according to installation guide(Automatic Installation Guide),
i have faced many prob.
i have done following steps.
1- data base install sucessfully...
1- configure with IIS
i have modify "testlink/install/index.php" file
but i am unable to configure..
Error is................
-------------------------------------------------------------------------
Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in C:\Inetpub\wwwroot\testlink\install\index.php on line 6

Warning: require_once(http://localhost/testlink/cfg/const.inc.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in C:\Inetpub\wwwroot\testlink\install\index.php on line 6

Fatal error: require_once() [function.require]: Failed opening required 'http://localhost/testlink/cfg/const.inc.php' (include_path='.;C:\php5\pear') in C:\Inetpub\wwwroot\testlink\install\index.php on line 6
----------------------------------------------------------------------------



Please Suggest ASAP.


Thanks
satyendra
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Humm seems a IIS config problem.

do you have any other PHP app up and running on this server?
satyendra
TestLink user
Posts: 3
Joined: Thu Feb 07, 2008 1:56 pm

Problem

Post by satyendra »

Yes, one PHP app. is running in my server
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

satyendra
TestLink user
Posts: 3
Joined: Thu Feb 07, 2008 1:56 pm

List link installation prob.

Post by satyendra »

Hi
open the URL "http://localhost/testlink/install/index.php"

and click on New Installation then following Error displayed....

Important Notice
Testlink can not be installed (using this installer) on a database/schema used by another application, because part of the installation process consist on dropping all tables present on the database/schema, if you use an existing database/schema, WITHOUT ASKING YOU.

Testlink Setup

Testlink Setup will carry out a number of checks to see if everything's ready to start the setup.


Checking PHP version: OK! ( 5.0.0 [minimun version] <= 5.2.5 [your version] )


Warning!: You are using a M$ Operating System, be careful with authentication problems
between PHP 4 and the new MySQL 4.1.x passwords

Read this MySQL - A.2.3. Client does not support authentication protocol

Checking if Register Globals = OFF: OK!
Checking if sessions are properly configured: Failed!
Checking if ../gui/templates_c directory exists: OK!
Checking if ../gui/templates_c directory is writable: OK!

Unfortunately, TestLink setup cannot continue at the moment, due to the above error .
Please correct the error, and try again. If you need help figuring out how to fix the problem, please visit TestLink Forums [click here].
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

1.Check your PHP.ini to understand which directory is used to hold session data.
2. be sure that user that runs IIS process has enough rights on this directory
Post Reply