I'm trying to upgrade the database (1.7.4 to 1. 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.
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.