Search found 13 matches
- Tue Oct 29, 2013 6:11 pm
- Forum: TestLink 1.9
- Topic: DB Access Error when accessing Test Project Management
- Replies: 3
- Views: 11328
Re: DB Access Error when accessing Test Project Management
OK. I figured it out. When upgrading from 1.9.3 I neglected to do the step from 1.9.4/5 to 1.9.7. This step creates the missing table. To fix it I just ran the upgrade script in install/sql/alter_tables/1.9.6/<your_db>/DB.1.6/step1/db_schema_update.sql While it meant that I ran the script out of ord...
- Tue Oct 29, 2013 5:36 pm
- Forum: TestLink 1.9
- Topic: DB Access Error when accessing Test Project Management
- Replies: 3
- Views: 11328
Re: DB Access Error when accessing Test Project Management
Additional Information: I printed this when error occured in database.class.php: ERROR ON exec_query() - database.class.php 1146 - Table 'testlink198.testproject_reqmgrsystem' doesn't exist - /* Class:testproject - Method: get_accessible_for_user */ SELECT TPROJ.*,NHTPROJ.name,COALESCE(UTR.role_id,U...
- Tue Oct 29, 2013 4:06 pm
- Forum: TestLink 1.9
- Topic: DB Access Error when accessing Test Project Management
- Replies: 3
- Views: 11328
Re: DB Access Error when accessing Test Project Management
Additional Information: Error is occurring in projectView.php, function call:
$gui->tprojects = $tproject_mgr->get_accessible_for_user($args->userID,$opt);
$gui->tprojects = $tproject_mgr->get_accessible_for_user($args->userID,$opt);
- Tue Oct 29, 2013 3:58 pm
- Forum: TestLink 1.9
- Topic: DB Access Error when accessing Test Project Management
- Replies: 3
- Views: 11328
DB Access Error when accessing Test Project Management
I log in as admin and click on the Test Project Management link (Desktop), and I get the following error: ============================================================================== DB Access Error - debug_print_backtrace() OUTPUT START ============================================================...
- Mon Sep 30, 2013 8:17 pm
- Forum: Installation and configuration
- Topic: [PHP INI ISSUE]Unable to Log In After Upgrade 1.9.3 to 1.9.5
- Replies: 13
- Views: 68351
Re: Unable to Log In After Upgrade 1.9.3 to 1.9.5
I found the problem. I needed to have 'session.auto_start = 0' in php.ini. Now it seems to work OK.
Thanks for the help.
Thanks for the help.
- Thu Sep 19, 2013 4:24 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Is it possible to generate report along with attachments?
- Replies: 2
- Views: 9413
Re: Is it possible to generate report along with attachments
Is it possible to get a hyperlink to the attachments in the test report? Our QA engineer wants this so she can look at the attachments without executing a test.
- Tue Feb 26, 2013 8:44 pm
- Forum: Installation and configuration
- Topic: [PHP INI ISSUE]Unable to Log In After Upgrade 1.9.3 to 1.9.5
- Replies: 13
- Views: 68351
Re: Unable to Log In After Upgrade 1.9.3 to 1.9.5
It is failing in login.php, line 244, in function authorizePostProcessing(), in which it redirects back to index.php in this code: // ... or show main page redirect($_SESSION['basehref'] . "index.php" . ($argsObj->preqURI ? "?reqURI=".urlencode($argsObj->preqURI) :""));...
- Fri Feb 22, 2013 8:42 pm
- Forum: Installation and configuration
- Topic: [PHP INI ISSUE]Unable to Log In After Upgrade 1.9.3 to 1.9.5
- Replies: 13
- Views: 68351
Re: Unable to Log In After Upgrade 1.9.3 to 1.9.5
Is it possible to export all of the old data and import it into a new installation (that is, without copying the database itself)?
- Wed Feb 20, 2013 4:55 pm
- Forum: Installation and configuration
- Topic: [PHP INI ISSUE]Unable to Log In After Upgrade 1.9.3 to 1.9.5
- Replies: 13
- Views: 68351
Re: Unable to Log In After Upgrade 1.9.3 to 1.9.5
Looking at the data base with phpmyadmin, there are two new tables that look strange: tcases_active and tcversions_last_active both have a type of 'View' whereas all other tables have a type of MyISAM. Don't know if this is significant.
- Wed Feb 20, 2013 4:26 pm
- Forum: Installation and configuration
- Topic: [PHP INI ISSUE]Unable to Log In After Upgrade 1.9.3 to 1.9.5
- Replies: 13
- Views: 68351
Re: Unable to Log In After Upgrade 1.9.3 to 1.9.5
I looked at the user table and the only difference between the V1.9.3 table and the V1.9.5 table is the cookie_string column. All of the columns are filled in, including e-mail, with what appears to be valid data, however the default_testproject_id and script_key fields are NULL for all users.
- Wed Feb 20, 2013 12:05 am
- Forum: Installation and configuration
- Topic: [PHP INI ISSUE]Unable to Log In After Upgrade 1.9.3 to 1.9.5
- Replies: 13
- Views: 68351
Re: Unable to Log In After Upgrade 1.9.3 to 1.9.5
Is there a work-around for this problem?
- Tue Feb 19, 2013 6:21 pm
- Forum: Installation and configuration
- Topic: [PHP INI ISSUE]Unable to Log In After Upgrade 1.9.3 to 1.9.5
- Replies: 13
- Views: 68351
Re: Unable to Log In After Upgrade 1.9.3 to 1.9.5
The issue in the Mantis database is not the same. The issue in the Mantis database appears to be a difficulty in setting a new password after logging in. I am unable to log in no matter what user name / password I try to use. I get the error message I indicated in my initial post, and I'm redirected...
- Tue Feb 19, 2013 4:53 pm
- Forum: Installation and configuration
- Topic: [PHP INI ISSUE]Unable to Log In After Upgrade 1.9.3 to 1.9.5
- Replies: 13
- Views: 68351
[PHP INI ISSUE]Unable to Log In After Upgrade 1.9.3 to 1.9.5
I am running Ubuntu 11.04, MySQL 5.1.54. Before I did the upgrade I backed up my database. It works fine with TestLink 1.9.3. The database conversion went OK, no errors. When I try to log in using TestLink 1.9.5, the following error screen flashes for about 1 second (from index.php), then I am taken...