HOW TO - Solve session config problem

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

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

HOW TO - Solve session config problem

Post by fman »

1. verify on your php.ini or using google where PHP wants to write session info
2. then check if rigths at operation system levels, for user running web server process (IIS process on windows) are ok for the directory.

Following steps can solve your problem:

1. Open file php.ini from your PHP installation folder (example C:\PHP on one windows installation).
2. search for session.save_path and check if this path exists.
3. Checked that the Php\session in the user temp folder didn't exist, so just create it
4. give write permissions on PHP folder to user IUSR_[MACHINE_NAME],
5. restart IIS
6. clear browser cache and cookies
7 try again.
gdeepak@aztecsoft.com
TestLink user
Posts: 11
Joined: Mon Mar 24, 2008 6:37 am

Installation

Post by gdeepak@aztecsoft.com »

When i give

http://localhost/testlink/install/index.php

It shows me the complete php code in the IE.

I have established MY SQL,DB is done.
IIS is working fine.

Pl let me know the solution.
silvercolt45
Advanced user
Posts: 33
Joined: Tue Jan 20, 2009 4:57 pm
Location: Las Vegas
Contact:

Session Configuration Failed! (Apache 2, PHP 5)

Post by silvercolt45 »

Hello,

I am having trouble getting test link to install properly as I cannot determine why the session configuration is failing. I have verified the following parameters within my php.ini stored within the Apache bin directory of XAMPP on a windows box running XP.

session.save_path = "C:\xampp\tmp" - this directory has read/write permissions set for the user 'everyone'

session.gc_maxlifetime = 1440

Any assistance would be greatly appreciated so I can get this internal demo finished to begin evaluating for production use.
Cyrille
Advanced user
Posts: 28
Joined: Mon Aug 27, 2007 8:52 am
Location: FRANCE (Brittany)

Post by Cyrille »

same problem in my configuration (try to do upgrade from TL 1.7.4 to TL 1.8 RC3) .

i'm using firefox and WAMP (php/apache/mysql) .

Does someone have the solution ?
silvercolt45
Advanced user
Posts: 33
Joined: Tue Jan 20, 2009 4:57 pm
Location: Las Vegas
Contact:

Fixed

Post by silvercolt45 »

I was able to get around this by changing the default session directory in the php.ini file to a newly created directory having all the user rights needed. I am using XAMPP on windows XP.
biju2
TestLink user
Posts: 1
Joined: Tue Mar 16, 2010 4:19 pm

Help Required for Test Link Installation

Post by biju2 »

Team,

Subject: Detail steps for Test Link Installation with Screen Shots

I am new to Test Link group, and have some difficulty in understanding, Section 3: Installation portion of Installation and Configuration Manual. Users, like myself who relies heavily on Installation Wizard’s like Setup.exe to do the installation job find’s little difficult to understand the installation process per manual without screenshot’s.

Follows are the areas, I like to share as a first time user, and hope to get things resolved, based on your valuable and detail feedback with screenshot’s if any.

Downloaded Application: Test Link_1.8.5 and EasyPHP-5.3.2
OS: Window’s Vista
Reference: Installation and Configuration Manual.


Section 3: Installation portion.
1.Install environment: EasyPHP-5.3.2: Successfully Installed.

2.Transfer the Test Link installation file to your web server using whatever method you like best (ftp, scp, etc.). You will need to telnet/SSH access into the server machine for the next steps (if not localhost) :NOT COMPLETED.(waiting for instructions or browsing options in the manual to see installation wizard can do the above step)


After reading the instructions per manual, are we instructing the users should have some basic knowledge on file transfer and telnet commands? ,rather can they simply copy all the .php files under the install folder (part of the download files under testlink_1.8.5 -> testlink-> install->) and paste those under the apache folder (part of the: EasyPHP downloads)

Also observed the following window’s pop-up message: Windows cannot open this file while the user double clicks for e.g.: installStart.php.
Options are
Select a program from a list of installed programs to open the above file
Use the web service to find the correct program

Is the above error has something to do with Window’s Vista OS? resolve the above ?


3.2. AUTOMATIC Installation

TestLink includes installation scripts that help you set-up all mandatory configuration and database structure.

1.From your web browser access http://<yoursite> /
A screenshot on the above steps will be more user friendly, for new user

Finally please look into the above steps and let me know what steps are still missing to successfully launch Test Link.

Thank you.
Biju
Post Reply