Where is function config_get()?

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
Kennedy
TestLink user
Posts: 4
Joined: Tue Feb 10, 2009 3:07 pm

Where is function config_get()?

Post by Kennedy »

I'm trying to upgrade the database (1.7.4 to 1.8) I am running into a fatal error :
Fatal error: Call to undefined function config_get() in ..../lib/bugtracking/int_bugtracking.php

The current Testlink I'm upgrading appears to work fine and this config_get appears to be a common function used in testlink... so I don't understand what is going on.. The only recent change I made was to upgrade PHP from 5.1.6 to 5.2.8... I can't find where the function should be.. or maybe a path got changed??? Can someone please help me resolve the error or bypass it.
Kennedy
TestLink user
Posts: 4
Joined: Tue Feb 10, 2009 3:07 pm

Post by Kennedy »

this is just a clarification... My 1.7.4 production testlink is working fine on the same server with the PHP 5.2.8. My development testlink 1.8 RC4 is the work in progress.
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

The function is from common.php library.
You forget to write reproduction scenario. No idea which page are you using.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

how difficult can be to launch a search utility on your TL installation to find this function ?
Post Reply