Search found 7 matches

by tendonstrength
Fri Aug 10, 2007 5:03 pm
Forum: TestLink 1.7 (Closed)
Topic: Disabling password email when LDAP authentication is in use
Replies: 5
Views: 7591

Thanks, fman. I understand that issues may not always be addressed this quickly, but it's good to know that someone looks at this stuff. I just deployed TestLink onto a production server at our company. Next week we'll be starting our first project using testlink. After that I'll definitely add our ...
by tendonstrength
Fri Aug 10, 2007 3:01 pm
Forum: TestLink 1.7 (Closed)
Topic: Disabling password email when LDAP authentication is in use
Replies: 5
Views: 7591

fman, that was almost correct. I just had to change your fix to this: {if $login_disabled eq 1} <a href="lostPassword.php">{lang_get s='lost_password_q'}</a> </p> {/if} So 1 for true instead of 0 for false. After that it works like a charm. Thanks so much for your help. We here are very ex...
by tendonstrength
Thu Aug 09, 2007 4:35 pm
Forum: TestLink 1.7 (Closed)
Topic: Disabling password email when LDAP authentication is in use
Replies: 5
Views: 7591

Disabling password email when LDAP authentication is in use

I'm using LDAP for aunthentication in TestLink 1.7 RC 3, and I was just wondering if there was a way to turn off the password emailing feature so that the user doesn't see the "Lost Password?" link on the login screen.

Thanks.
by tendonstrength
Thu Aug 02, 2007 7:46 pm
Forum: Installation and configuration
Topic: Configuring SMTP
Replies: 1
Views: 4784

smtp config

SMTP can be configured in the file config.inc.php in your TestLink root directory on your HTTP server. You should be able to change the variable $g_smtp_host to point to the mail server at your organization (i.e. mail.<yourorganization>.com). You can also change the fields just above it match whatev...
by tendonstrength
Wed Jul 25, 2007 9:05 pm
Forum: Installation and configuration
Topic: Testlink 1.7 database setup hangs during install
Replies: 3
Views: 7147

figured it out - needed PHP mysql extension

Ok, I just needed a slight tweak in my PHP installation. When I installed PHP I didn't install the mysql extension because I just accepted the default options which don't happen to include the mysql extension. The key is to choose custom when you run the PHP install and select the mysql extension wh...
by tendonstrength
Wed Jul 25, 2007 7:57 pm
Forum: Installation and configuration
Topic: Testlink 1.7 database setup hangs during install
Replies: 3
Views: 7147

error from log

I dug around a little (sorry, I'm pretty new to this stuff), and I found this error in the Apache error log: [Wed Jul 25 14:33:32 2007] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function mysql_connect() in C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\testlink...
by tendonstrength
Wed Jul 25, 2007 4:19 pm
Forum: Installation and configuration
Topic: Testlink 1.7 database setup hangs during install
Replies: 3
Views: 7147

Testlink 1.7 database setup hangs during install

I'm currently trying to install testlink to evaluate it, but I'm having problems getting it installed on Windows using Apache 2.2.4 When I first go to the install screen I get the following results for the prereq checking: TestLink Setup has carried out a number of checks to see if everything's read...