installation problem with 1.6.3 .. please help

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
vayal
TestLink user
Posts: 12
Joined: Fri Feb 09, 2007 7:26 am

installation problem with 1.6.3 .. please help

Post by vayal »

Hi,
I am facing below mentioned issues while installing 1.6.3, can any one please help?
-----------------------------------------------------------------------------------
Warning: session_start() [function.session-start]: open(C:\PHP\sessiondata\sess_90e50390955a838d8bcecf4f3e0e68ac, O_RDWR) failed: Permission denied (13) in c:\Inetpub\wwwroot\testlink-1.6.3\install\newInstallStart_TL.php on line 13

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at c:\Inetpub\wwwroot\testlink-1.6.3\install\newInstallStart_TL.php:13) in c:\Inetpub\wwwroot\testlink-1.6.3\install\newInstallStart_TL.php on line 13
TestLink Installation - new

TestLink Setup

TestLink Setup has carried out a number of checks to see if everything's ready to start the setup.


Checking PHP version: OK! (5.0.0 <= 5.1.4[your version] < 5.2.0 [not tested yet] )


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!
Notice: Undefined index: session_test in c:\Inetpub\wwwroot\testlink-1.6.3\install\installUtils.php on line 435

Checking if sessions are properly configured: Failed!
Checking if ../gui/templates_c directory exists: OK!
Checking if ../gui/templates_c directory is writable: OK!
Warning: include_once(Spreadsheet/Excel/Writer.php) [function.include-once]: failed to open stream: No such file or directory in c:\Inetpub\wwwroot\testlink-1.6.3\install\installUtils.php on line 559

Warning: include_once() [function.include]: Failed opening 'Spreadsheet/Excel/Writer.php' for inclusion (include_path='.;C:\php5\pear') in c:\Inetpub\wwwroot\testlink-1.6.3\install\installUtils.php on line 559

Checking if PEAR modules are installed:Failed! - Spreadsheet_Excel_Writer PEAR Module is required.
Seehttp://pear.php.net/package/Spreadsheet_Excel_Writer for additional information

Unfortunately, TestLink setup cannot continue at the moment, due to the above 2 errors . Please correct the errors, and try again. If you need help figuring out how to fix the problems, please read the documentation in the TestLink Wiki, or visit the TestLink Forums.





Warning: Unknown: open(C:\PHP\sessiondata\sess_90e50390955a838d8bcecf4f3e0e68ac, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\PHP\sessiondata) in Unknown on line 0
asielb
TestLink user
Posts: 9
Joined: Fri Mar 10, 2006 4:13 pm
Contact:

Post by asielb »

vayal,

It looks like you might have a couple problems.

The fist thing you want to do is install pear and get spreadsheet_excel_writer working. To do this follow the instructions below.

========================================
Installing pear
========================================
1. open a command prompt or terminal window
2. If php is not in your path cd to your php install directory (eg. c:\php5)
3. run "pear version" to make sure you have pear installed
3a. Download and run the go-pear script from http://pear.php.net/go-pear
3b. Read http://asiel.us/pear.php for detailed instructions on installing PEAR in windows
3b. If you need additional instructions go to http://pear.php.net/manual/en/installation.getting.php
4. run "pear install -a Spreadsheet_Excel_Writer-beta"
5. This should install the latest version of Spreadsheet_Excel_Writer and its dependencies


Also you need to make sure the C:\PHP\sessiondata exists and is writable by your web server. If all else fails look in your php.ini file and determine where your session.save_path is located.

Hope this helps you fix your issue.

Regards,
Asiel
Asiel
Post Reply