Hi,
I deployed a fresh testlink nightly build
"SNAPSHOT-HEAD-2008-11-10.tar.bz2" for TestLink 1.8 RC1 with PHP 5.2.3 & MySQL v5.0.37.
It seems that the application is installed properly, but when I log in to testlink using default admin \ admin credentials, it shows following error:
Warning: require_once(Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in W:\www\testlink\lib\functions\common.php on line 110
Warning: require_once(Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in W:\www\testlink\lib\functions\common.php on line 110
Fatal error: require_once() [function.require]: Failed opening required 'Smarty.class.php' (include_path='.;/usr/local/PHP/includes;/usr/local/PHP/pear;/home/admin/www/plugins/pear/PEAR;.;W:\www\testlink\lib\functions\') in W:\www\testlink\lib\functions\common.php on line 110
Can some one help me in resolving this issue and run testlink properly.
Fatel error while running.
Moderators: Amaradana, TurboPT, TL Developers
I had the same error message in my PHP logs immediately after upgrading from TestLink 1.7.4 to 1.8-RC2.
I am running on Windows under IIS. Thanks for suggesting the fix you found. The same fix worked for me, after I modified it slightly for my Windows environment, like this:
ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . 'C:\Inetpub\wwwroot\testlink\third_party\smarty\libs');
I am running on Windows under IIS. Thanks for suggesting the fix you found. The same fix worked for me, after I modified it slightly for my Windows environment, like this:
ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . 'C:\Inetpub\wwwroot\testlink\third_party\smarty\libs');