version 0.6 but when I go to modules>>GASTBUCH>> about I see following error
Code: Select all
Version: 0.6
PHP Fatal error: Unsupported operand types in D:\domains\mysite.com\wwwroot\modules\gastbuch\gastbuch.module.php on line 1121
Code: Select all
Version: 0.6
PHP Fatal error: Unsupported operand types in D:\domains\mysite.com\wwwroot\modules\gastbuch\gastbuch.module.php on line 1121
Code: Select all
$this-lang('changelog');
Code: Select all
trigger_error("Smarty error: $error_msg", $error_type);
I'm not a real coder but I think you must only add a signanon wrote:Code: Select all
$this-lang('changelog');
Code: Select all
$this->lang('changelog');
Here is that code:Warning: Smarty error: unable to read resource: "module_file_tpl:gastbuch;newguest.tpl" in /usr/www/users/mars/akratiri/lib/smarty/Smarty.class.php on line 1088
Code: Select all
trigger_error("Smarty error: $error_msg", $error_type);