Jump to content

Call to a member function on a non-object


Smartcode

Recommended Posts

Hello phpfreaks users

 

please help me to fix this problem

 

 

PHP Fatal error: Call to a member function on a non-object in /home/user/public_html/folder/easytemplate.php(1) : eval()'d code on line 92

 

 

theis the error line

 

	function _vars_callback($matches){
		$var = $this->_var_callback($matches);
		return('<?= '.$var.'?>');
	}

 

 

you can dowload class at this link

http://daif.net/easy/down/easytemplate.zip

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.