Page 1 of 1

Fatal error after installing

Posted: Wed Jun 07, 2006 7:39 pm
by Kaylen
Hi,

I have installed my cms online and all went well all the test where good and the database setup went great.
At the last page, you see congratulations on installing the cms, click here to go to your CMS site...
When I click 'here', I get this error message:

Fatal error: Smarty error: [in template:4 line 8]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 580) in /usr/home/bcrconsult/domains/bcrconsultants.eu/public_html/cms/lib/smarty/Smarty.class.php on line 1095

My link is: http://bcrconsultants.eu/cms/

What is wrong?

Barbera

Re: Fatal error after installing

Posted: Thu Jun 08, 2006 2:15 am
by Dr.CSS
is this a fresh install...
this usually happens when a tag such as {title} is not set right like {'title'}, (title) or used the wrong way...

Re: Fatal error after installing

Posted: Thu Jun 08, 2006 7:12 am
by Kaylen
yes this is a fresh install.
I created a MySQL db and then I transfered the cmsmadesimple files (including install folder) via FTP to ftp.bcrconsultants.eu
Then I typed in www.bcrconsultants.eu/cms and I was led to the install page, went through the install with no errors and like I said on the last page when I clicked ' click here to go to your CMS site' , I got the error...

Re: Fatal error after installing

Posted: Thu Jun 08, 2006 1:19 pm
by Dr.CSS
just curious... did you set the CHMOD for all the folders/files per install instructions...

Re: Fatal error after installing

Posted: Thu Jun 08, 2006 2:30 pm
by Kaylen
Im not sure I inderstand what you mean... What is CHMOD?
I installed on the server the same way I installe dlocally and locally it works fine

Re: Fatal error after installing

Posted: Thu Jun 08, 2006 3:47 pm
by Dr.CSS
http://wiki.cmsmadesimple.org/index.php ... ck_Install

step four...
in my FTP client, FileZilla, i right clik the file/folder and clik File attributes, which is basically permissions, and either check the boxes or type the number in the Numeric value: box...

Re: Fatal error after installing

Posted: Thu Jun 08, 2006 11:37 pm
by Elijah Lofgren
Kaylen wrote: Hi,

I have installed my cms online and all went well all the test where good and the database setup went great.
At the last page, you see congratulations on installing the cms, click here to go to your CMS site...
When I click 'here', I get this error message:

Fatal error: Smarty error: [in template:4 line 8]: syntax error: unrecognized tag 'title' (Smarty_Compiler.class.php, line 580) in /usr/home/bcrconsult/domains/bcrconsultants.eu/public_html/cms/lib/smarty/Smarty.class.php on line 1095

My link is: http://bcrconsultants.eu/cms/

What is wrong?

Barbera
It sounds like all the CMSMS files didn't get uploaded, especially plugins/function.title.php
For example, this returns a 404 error: http://bcrconsultants.eu/cms/plugins/function.title.php

I would check and make sure you have uploaded everything contained in the plugins folder.

Re: Fatal error after installing

Posted: Tue Jun 13, 2006 8:25 pm
by Kaylen
thnx! that did the trick!

I also now followed every step in the handbook, and I now see the first page of cms, but when I clicked the next page link at the bottom, I got this error:

Fatal error: Call to a member function on a non-object in /usr/home/bcrconsult/domains/bcrconsultants.eu/public_html/cms/plugins/function.breadcrumbs.php on line 56

And I now see this error even if I type in www.bcrconsultants.eu/cms... The homepage is not showing any more....

What is wrong?

Many thnx for any help!!

Barbera

Re: Fatal error after installing

Posted: Tue Jun 13, 2006 11:41 pm
by Dr.CSS
what FTP client are you using, what transfer mode are you using?

Re: Fatal error after installing

Posted: Wed Jun 14, 2006 7:54 am
by Kaylen
I am using filezilla, transfer type is set to auto

Re: Fatal error after installing

Posted: Wed Jun 14, 2006 8:13 am
by Kaylen
If i remove everything in the template for breadcrumbs it works....

I didn't have this problem with local install...

Re: Fatal error after installing

Posted: Thu Jun 15, 2006 12:17 am
by Elijah Lofgren
Kaylen wrote: If i remove everything in the template for breadcrumbs it works....

I didn't have this problem with local install...
It's likely that your web host has an older PHP version installed. From the quote below, I think CMSMS requires the latest version of PHP4. I would ask your web host if they will upgrade PHP.

From: http://forum.cmsmadesimple.org/index.ph ... l#msg21315
I had the same error.
Just upgrade PHP to the most recent version (4.4.2)