red2tango Posted December 17, 2009 Share Posted December 17, 2009 My website has displayed the following error: Warning: The template file 'default.html' couldn't be loaded. in /home/****/public_html/****.com/lib/temp… on line 299 I'm running on the Interspire script and it costed me a lot of money so I'm getting frustrated. The code which is causing the problem is: if(!$templatePath) { trigger_error(sprintf(GetLang('err… $this->_tplName.'.'.$this->templateExt), E_USER_WARNING); } else { I'm sorry but I know nothing about programming so all the help would be great. Link to comment https://forums.phpfreaks.com/topic/185506-need-help-with-php/ Share on other sites More sharing options...
JAY6390 Posted December 17, 2009 Share Posted December 17, 2009 By the looks of it the templatepath isnt set Link to comment https://forums.phpfreaks.com/topic/185506-need-help-with-php/#findComment-979411 Share on other sites More sharing options...
abazoskib Posted December 17, 2009 Share Posted December 17, 2009 My website has displayed the following error: Warning: The template file 'default.html' couldn't be loaded. in /home/****/public_html/****.com/lib/temp… on line 299 I'm running on the Interspire script and it costed me a lot of money so I'm getting frustrated. The code which is causing the problem is: if(!$templatePath) { trigger_error(sprintf(GetLang('err… $this->_tplName.'.'.$this->templateExt), E_USER_WARNING); } else { I'm sorry but I know nothing about programming so all the help would be great. Try asking them for support. If you paid "a lot of money" I'm sure you could send them a question. The code you posted along with the error message are too vague to find a definite answer. Better ask the people more familiar with the script. Link to comment https://forums.phpfreaks.com/topic/185506-need-help-with-php/#findComment-979414 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.