I'm running 1.7.3 and all of a sudden can no longer login. It was working fine for 2-3 weeks then stops allowing logins.
After entering a valid username/password and clicking on the Login button, it just refreshes the login screen and no error is displayed.
I did have one session already open and saw the following error when clicking on the Home link:
1 - Can't create/write to file '#sql_daf_0.MYD' (Errcode: 28) - SELECT nodes_hierarchy.id, nodes_hierarchy.name, notes,active, testproject_id FROM nodes_hierarchy,testplans WHERE nodes_hierarchy.id=testplans.id AND (testproject_id = 30143 ) AND active = 1 ORDER BY name
Any ideas?
All of a sudden unable to login
What solved my login issue
1. Take a back up of the php.ini file in your machine.
2. Replace the attached php.ini file.
3. Make the following path changes in the php.ini file according to your machine path location:
Ini File Location:c:\PHP\php.ini
Path changes to be made:
Comment this ;upload_tmp_dir="C:\DOCUME~1\gdeepak\LOCALS~1\Temp\php\upload"
upload_tmp_dir="C:\testlink\upload"
Comment this ;session.save_path="C:\DOCUME~1\gdeepak\LOCALS~1\Temp\php\session"
session.save_path="C:\testlink"
4. Restart machine
5. Check if these changes have taken effect by launching: http://localhost/testlink/phpinfo.php and search for the following directive for valid path: session.save_path
6. Now try loggin in!
2. Replace the attached php.ini file.
3. Make the following path changes in the php.ini file according to your machine path location:
Ini File Location:c:\PHP\php.ini
Path changes to be made:
Comment this ;upload_tmp_dir="C:\DOCUME~1\gdeepak\LOCALS~1\Temp\php\upload"
upload_tmp_dir="C:\testlink\upload"
Comment this ;session.save_path="C:\DOCUME~1\gdeepak\LOCALS~1\Temp\php\session"
session.save_path="C:\testlink"
4. Restart machine
5. Check if these changes have taken effect by launching: http://localhost/testlink/phpinfo.php and search for the following directive for valid path: session.save_path
6. Now try loggin in!