[SOLVED] Question regarding possible install issue

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
jptest
Advanced user
Posts: 26
Joined: Fri Feb 04, 2011 8:51 pm

[SOLVED] Question regarding possible install issue

Post by jptest »

Recently upgraded to 1.9.1
In order to test it out first, we installed 1.9.1 on a diff server/location (//server2/testlink-1.9.1) in parallel to existing 1.7 (which used //server1/testlink-1.7.4)
Once it all looked good, we made the softlink //tms point to //server2/testlink-1.9.1 instead of //server1/testlink-1.7.4
We are finding that some items are not working.
Looking at the docs, it does not open the user's guide etc. The js calendar tool does not pop up. etc...etc...
I can work it all just fine from the original link //server2/testlink-1.9.1

Additional data point, using the //tms link via IE, it works just fine. My issue is with Firefox.

What could be the problem? Somewhere it's captured the install path which has access problems from the softlink?
Or is the absolute install path stored somewhere?
Why is it ok with IE but not with Firefox (less of a concern as long as we can get it to work!!!!)

Appreciate any assistance.
jptest
Advanced user
Posts: 26
Joined: Fri Feb 04, 2011 8:51 pm

Re: Question regarding possible install issue

Post by jptest »

Ok nevermind. After a lot of struggle, we found the solution.

it has something to do with dirname() call in php.
Added “str_replace('//', '/', TL_ABS_PATH);” in config file and now it all works beautifully in firefox too.
Post Reply