Problem installation of TestLink 1.7.4

The release related discussions, plans and questions.
Locked
simbian
TestLink user
Posts: 3
Joined: Wed Mar 05, 2008 11:06 pm

Problem installation of TestLink 1.7.4

Post by simbian »

I would and must install TestLink in my company, as required i have setup the Apache 2.2 + PHP 5.2.5 and as DB i used latest version of PostgreSQL (i also have tried with previous 8.1). When i start the "automatic" installation wizard after put the needed initial parameters then it tell me a warning message like that php hasn't the extension for PostgreSQL, but in php.ini i check that it runs the extension php_pgsql.dll, so what that problem?

Thanks, Simone
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

1. create a simple PHP page with phpinfo() call to display loaded extensions.
2. there was an old bug that do bad checks for postgres, please check our mantis installation looking for this error (do not filter on close issues)
3. look for point of code where DB extension is done, and add some echoes,
report result here
simbian
TestLink user
Posts: 3
Joined: Wed Mar 05, 2008 11:06 pm

Post by simbian »

thanks a lot for reply, i solved by watching the phpinfo not load the modules! so i checked well the php.ini and i havent modified the extension_dir! now it works well :-)
Locked