After installing TL 1.9.6 I wanted to change the values of constants TL_FACE_DIR and TL_VERSION
I inserted these lines in custom_config.inc.php:
Code: Select all
define('TL_FACE_DIR', '');
define('TL_VERSION', '1.9.6');
From /var/log/httpd/error_log:
[error] [client xyz.xyz.xyz.xyz] PHP Notice: Constant TL_FACE_DIR already defined in /var/www/html/testlink-1.9.6/custom_config.inc.php on line 24, referer: http://<servername>/logout.php
[error] [client xyz.xyz.xyz.xyz] PHP Notice: Constant TL_VERSION already defined in /var/www/html/testlink-1.9.6/custom_config.inc.php on line 25, referer: http://<servername>/logout.php
Not quite sure about why? Any ideas?