GASTBUCH Installation problem. Topic is solved

General project discussion. NOT for help questions.
Post Reply
askme

GASTBUCH Installation problem.

Post 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.
peta

Re: GASTBUCH Installation problem.

Post by peta »

What you find on line 112 in file GastBuch?
I dont have this file now.
anon

Re: GASTBUCH Installation problem.

Post by anon »

This is line 1121

Code: Select all

  $this-lang('changelog');  
anon

Re: GASTBUCH Installation problem.

Post 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... ???
cyberman

Re: GASTBUCH Installation problem.

Post by cyberman »

anon wrote:

Code: Select all

  $this-lang('changelog');  
I'm not a real coder but I think you must only add a sign  ;) :

Code: Select all

  $this->lang('changelog');  
anon

Re: GASTBUCH Installation problem.

Post by anon »

That worked for line 1121... Thanks!  ;D

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... ???
anon

Re: GASTBUCH Installation problem.

Post by anon »

Found problem... Seems for some reason my templates for the guestbook module didn't get unzipped...  :P Now it works... Thanks again...
Post Reply

Return to “General Discussion”