Jump to content

Need help with PHP


red2tango

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.