Hi,
Set-up Info:
OS - Win2003
PHP ver. 4.2.2
IIS Webserver
MySQL 5.0
Testlink v. 1.6.2
1. During automatic installation, Testlink prompts us to create a /config_db.inc.php using the data displayed in the installation.
Note that prior to step 1, we have already created a new testlink DB login name/password.
However, on the next step. we received the ff. error message:
\"Warning:
fetch(c:\\inetpub\\wwwroot\\testlink-1.6.2\\gui\\templates_c\\\\%%6A^6A5^6A537DD8%%login.tpl.php): failed to open stream: No such file or directory in c:\\inetpub\\wwwroot\\testlink-1.6.2\\third_party\\smarty\\Smarty.class.php on line 1247
Warning: fetch(): Failed opening \'c:\\inetpub\\wwwroot\\testlink-1.6.2\\gui\\templates_c\\\\%%6A^6A5^6A537DD8%%login.tpl.php\' for inclusion (include_path=\'.;c:\\php4\\pear;c:\\inetpub\\wwwroot\\testlink-1.6.2\\lib\\functions\\;\') in c:\\inetpub\\wwwroot\\testlink-1.6.2\\third_party\\smarty\\Smarty.class.php on line 1247\"
can you help me what seems to be the problem? When i looked at the manual, changing the permission of \"templates_c\" is for Unix/Linux users only but i\'m encountering it using Win2003.
Thanks so much in advance!!!
Smarty error - Failed to open stream error for "templat
Moderators: Amaradana, TurboPT, TL Developers
You need to be sure the directories exist (ok seems a silly suggestion),
then need to adjust permissions for the template_c if need.
Try to test with an unsecure setting giving full control to everyone.
Talk to your sysadmin guys
Anyway I\'ve never tested TL with IIS, but allways with APACHE (on Windows XP)
then need to adjust permissions for the template_c if need.
Try to test with an unsecure setting giving full control to everyone.
Talk to your sysadmin guys
Anyway I\'ve never tested TL with IIS, but allways with APACHE (on Windows XP)
Re: Smarty error - Failed to open stream error for "tem
Hi,
today I have experienced the same problem. I am also using IIS. Did you get it running on your server? I have checked the permissions on the folder and of course the folder does exist.
Thank you for any information.
today I have experienced the same problem. I am also using IIS. Did you get it running on your server? I have checked the permissions on the folder and of course the folder does exist.
Thank you for any information.
Smarty error on login
I am experiencing a similar issue.
TestLink 1.6.2
Windows XP Pro
PHP 5
MySql 5.0
IIS
Error:
Warning: Smarty::include(C:\Inetpub\wwwroot\TestLink\gui\templates_c\\%%6A^6A5^6A537DD8%%login.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\TestLink\third_party\smarty\Smarty.class.php on line 1247
Warning: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\TestLink\gui\templates_c\\%%6A^6A5^6A537DD8%%login.tpl.php' for inclusion (include_path='.;C:\php5\pear;C:\Inetpub\wwwroot\TestLink\lib\functions\;') in C:\Inetpub\wwwroot\TestLink\third_party\smarty\Smarty.class.php on line 1247
I noted that the other two users had multiple slashes in their paths, I do not.
Also, my path for mySQL is c:\php, not php5. Where is that set?
All of the directories exist and the webserver has full control permissions to them.
Thanks!
TestLink 1.6.2
Windows XP Pro
PHP 5
MySql 5.0
IIS
Error:
Warning: Smarty::include(C:\Inetpub\wwwroot\TestLink\gui\templates_c\\%%6A^6A5^6A537DD8%%login.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\Inetpub\wwwroot\TestLink\third_party\smarty\Smarty.class.php on line 1247
Warning: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\TestLink\gui\templates_c\\%%6A^6A5^6A537DD8%%login.tpl.php' for inclusion (include_path='.;C:\php5\pear;C:\Inetpub\wwwroot\TestLink\lib\functions\;') in C:\Inetpub\wwwroot\TestLink\third_party\smarty\Smarty.class.php on line 1247
I noted that the other two users had multiple slashes in their paths, I do not.
Also, my path for mySQL is c:\php, not php5. Where is that set?
All of the directories exist and the webserver has full control permissions to them.
Thanks!
smarty error on login
My permissions are corrrect, as I said.
Where is the include path set that's in this error message?
Warning: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\TestLink\gui\templates_c\\%%6A^6A5^6A537DD8%%login.tpl.php' for inclusion (include_path='.;C:\php5\pear;C:\Inetpub\wwwroot\TestLink\lib\functions\;') in C:\Inetpub\wwwroot\TestLink\third_party\smarty\Smarty.class.php on line 1247
It is incorrect, it should be c:\php
Thanks.
Where is the include path set that's in this error message?
Warning: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\TestLink\gui\templates_c\\%%6A^6A5^6A537DD8%%login.tpl.php' for inclusion (include_path='.;C:\php5\pear;C:\Inetpub\wwwroot\TestLink\lib\functions\;') in C:\Inetpub\wwwroot\TestLink\third_party\smarty\Smarty.class.php on line 1247
It is incorrect, it should be c:\php
Thanks.