Search found 9 matches

by jbarchibald
Mon Apr 24, 2006 9:08 pm
Forum: Installation and configuration
Topic: Update to new mysql -> passwd algorithm changed
Replies: 4
Views: 9558

I saw this as well on one of my test PC\'s
running MySQL 5.0.16 and PHP 4.4.2

look here !

http://dev.mysql.com/doc/refman/5.0/en/old-client.html

it has to do with a new password hashing algorithm used in the newer versions of MySQL .. pretty easy fix.
by jbarchibald
Mon Apr 17, 2006 6:11 pm
Forum: TestLink 1.6 (closed)
Topic: HELP, FCK EDITOR not rendering toolbar
Replies: 7
Views: 11913

I had a similar issue running the FCKEditor through our corporate IVE (Instance Virtual Extranet) to solve the issue I had to change the absolute path to a realtive one for the FCKConfig.js file to be found at.. for example in tcedit.php $of->BasePath = $_SESSION[\'basehref\'] . \'third_party/fckedi...
by jbarchibald
Wed Nov 30, 2005 10:19 pm
Forum: TestLink 1.6 (closed)
Topic: Testlink with VPN Access
Replies: 1
Views: 4415

Testlink with VPN Access

Has anyone ever tried to use testlink over a VPN? we are using something called IVE or Instant Virtual Extranet. What is happening Is I\'m getting an error loading any of the edit pages where the FCKEditor is being used The Error is FCKCongig.CustomConfigurationsPath.length is null or not an object....
by jbarchibald
Thu Nov 10, 2005 4:06 pm
Forum: TestLink 1.6 (closed)
Topic: redirect issue.
Replies: 3
Views: 6912

Yes, I see the session getting expired. However, I get redirected to testlink/lib/general/login.php and Not testlink/login.php becasue the testlink/lib/general/login.php does not exist, you get a 404 error in the browser. so, this session array is not getting the base URL correct when the session ex...
by jbarchibald
Wed Nov 09, 2005 10:27 pm
Forum: TestLink 1.6 (closed)
Topic: Break the Category/component issue.
Replies: 4
Views: 8170

recrusive tree code

here is my inital code that I did for the recursive tree.. basically the ability to add as many or as few folders as you want to the tree.. I\'m pretty limited on the attachement size here.. so If you would like, I can email one of the developers my entire source.. just let me know. I know you do no...
by jbarchibald
Wed Nov 09, 2005 10:19 pm
Forum: Installation and configuration
Topic: Install Question
Replies: 4
Views: 8522

if you look at the installUtils.php.. you can see the checkSession function that is calling the error. Simply checking if it can set a session or not. According to the php.net site.. it should be enabled by default.. It is possible with your distribution of RedHat it has been disabled and you will n...
by jbarchibald
Wed Nov 09, 2005 10:04 pm
Forum: TestLink 1.6 (closed)
Topic: select last product on login
Replies: 2
Views: 5973

select last product on login

Here at the bank, we manage over 50 different products. so we needed the ability for each user to be returned to thier last selected product upon log in. having to change this each time was a pain.. Here is how I resolved the issue. I added a new column to the user table called lastProduct, of type ...
by jbarchibald
Wed Nov 09, 2005 6:21 pm
Forum: TestLink 1.6 (closed)
Topic: Break the Category/component issue.
Replies: 4
Views: 8170

Break the Category/component issue.

Hi, I loved your stuff, and with the release of 1.6 I have convinced my management to use Testlink as apposed to spending thousands for TestDirector by Mercury.. One thing we did not like was the component\\category thing,, so, I re-wrote the tree and such in 1.04 to be completely open. we used the ...
by jbarchibald
Wed Nov 09, 2005 6:10 pm
Forum: TestLink 1.6 (closed)
Topic: redirect issue.
Replies: 3
Views: 6912

redirect issue.

Hi all, I am seeing that when I run in firefox 1.0.7. there are occations when I get redirected to a /lib/general/login.php.. that does not exits I have search around, but I can\'t quite pinpoint where this is happening. I see where the baseref is getting set in common.php.. I\'ll keep digging but t...