Search found 10 matches

by zd3rHn3uS
Wed Apr 03, 2019 4:26 pm
Forum: TestLink 1.9
Topic: SOLVED - Link "test cases assigned to me" missing
Replies: 2
Views: 9245

Re: Link "test cases assigned to me" missing

Thank you! - Works for me.
by zd3rHn3uS
Fri Mar 22, 2019 6:51 am
Forum: TestLink 1.9
Topic: SOLVED - Link "test cases assigned to me" missing
Replies: 2
Views: 9245

SOLVED - Link "test cases assigned to me" missing

Hello, I have a TestLink installation with two users: an admin user and a test user. Link "test cases assigned to me" is displayed in admin user, but is missing in test user. Is there a parameter setting to activate "test cases assigned to me" link for test user? - I can't find it
by zd3rHn3uS
Thu Mar 07, 2019 9:40 pm
Forum: Installation and configuration
Topic: Installation
Replies: 1
Views: 8649

Re: Installation

I've executed manual installation.
Now it works!
by zd3rHn3uS
Thu Mar 07, 2019 7:18 am
Forum: Installation and configuration
Topic: Installation fails with underscore db_name or db_admin_name
Replies: 3
Views: 9588

Re: Installation fails with underscore db_name or db_admin_n

Yesterday, I've posted the wrong lines, here are the right ones:

Code: Select all

# $san = '/[^A-Za-z0-9\-]/';
$san = '/[^A-Za-z0-9_\-]/';
by zd3rHn3uS
Wed Mar 06, 2019 8:09 pm
Forum: Installation and configuration
Topic: Installation
Replies: 1
Views: 8649

Installation

Installation fails because of an error in TestLink 1.9.18 on Webserver: TestLink setup will now attempt to setup the database: Creating connection to Database Server:OK! Connecting to database `databasename`:OK! #0 database->exec_query(SELECT DISTINCT user AS user FROM user) called at [/home/www/URL...
by zd3rHn3uS
Wed Mar 06, 2019 7:55 pm
Forum: Installation and configuration
Topic: Installation fails with underscore db_name or db_admin_name
Replies: 3
Views: 9588

Re: Installation fails with underscore db_name or db_admin_n

Hi,
1) Version 1.9.18
2) No, I've forgotten that there is a Mantis Bug Tracking
3) No, but I've solved this issue. Simply aded underscore in $san variable in `installNewDB.php`:

Code: Select all

# $san = '/[^A-Za-z0-9\-]/';  // old code line
$san = '/[^A-Za-z0-9\-_]/';
This error disappeared now.
by zd3rHn3uS
Tue Mar 05, 2019 10:14 pm
Forum: Installation and configuration
Topic: Installation fails with underscore db_name or db_admin_name
Replies: 3
Views: 9588

Installation fails with underscore db_name or db_admin_name

If you try to install TestLink and your database name and / or your admin user name has a underscore, installation will fail. Example: username is `xyz_123` Creating connection to Database Server:Failed! Database Error Message: Access denied for user 'xyz123'@[...] As you can see, underscore is bein...
by zd3rHn3uS
Tue Mar 05, 2019 7:53 pm
Forum: Installation and configuration
Topic: TestLink installation failed on Managed Web Server
Replies: 3
Views: 10000

Re: TestLink installation failed on Managed Web Server

After hours of research I found a solution: a) Make copy of `custom_config.inc.php.example` and rename it to `custom_config.inc.php`. b) Add two lines into `custom_config.inc.php`: // $tlCfg->log_path = '/var/testlink-ga-testlink-cde/logs/'; /* unix example */ $tlCfg->log_path = '../logs'; /* for we...
by zd3rHn3uS
Tue Mar 05, 2019 5:42 pm
Forum: Installation and configuration
Topic: TestLink installation failed on Managed Web Server
Replies: 3
Views: 10000

Re: TestLink installation failed on Managed Web Server

The `README.md` does not provide any help.
How to manage the two directories on a managed web-server?:

Code: Select all

/var/testlink/logs/
/var/testlink/upload_area/
Can someone help me? - How to install TestLink on web-server?
by zd3rHn3uS
Mon Nov 05, 2018 6:26 am
Forum: Installation and configuration
Topic: TestLink installation failed on Managed Web Server
Replies: 3
Views: 10000

TestLink installation failed on Managed Web Server

After uploading Testlink on managed Hosting Server, I start running the installation and got the following two errors: Checking if /var/testlink/logs/ directory exists [S] --> FAILED Checking if /var/testlink/upload_area/ directory exists [S] --> FAILED I do not have the permissions to create this p...