Page 1 of 1
GASTBUCH Installation problem.
Posted: Fri Dec 30, 2005 10:19 am
by askme
I am running 0.11.2 version of CMSMadeSimple and I downloaded and Installed GASTBUCH
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
How can I solve the the problem, and how can I configured it so that user can write in from fromt end of my site.
Re: GASTBUCH Installation problem.
Posted: Sat Dec 31, 2005 12:06 pm
by peta
What you find on line 112 in file GastBuch?
I dont have this file now.
Re: GASTBUCH Installation problem.
Posted: Wed Feb 15, 2006 8:32 pm
by anon
Re: GASTBUCH Installation problem.
Posted: Wed Feb 15, 2006 8:39 pm
by anon
You get that 1121 error if you are in Modules and click on About...
If you are in Content, Gastbuch, and click on preview you get the following error:
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);
Any ideas on either of these errors would be greatly appreciated... Thanks...

Re: GASTBUCH Installation problem.
Posted: Thu Feb 16, 2006 5:54 am
by cyberman
I'm not a real coder but I think you must only add a sign

:
Re: GASTBUCH Installation problem.
Posted: Fri Feb 17, 2006 4:27 am
by anon
That worked for line 1121... Thanks!
Now I get this error message when I try and preview the guestbook:
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
Here is that code:
Code: Select all
trigger_error("Smarty error: $error_msg", $error_type);
hmmm...

Re: GASTBUCH Installation problem.
Posted: Fri Feb 17, 2006 4:42 am
by anon
Found problem... Seems for some reason my templates for the guestbook module didn't get unzipped...

Now it works... Thanks again...