Smarty Error after installation

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
HTibbs23
New Member
New Member
Posts: 4
Joined: Thu Mar 21, 2013 6:18 pm

Smarty Error after installation

Post by HTibbs23 »

I am using CMS Made Simple for my portal at my job site.
During installation of CMSMS where you input your database information, I saw that there was a smarty plugin that failed during creation. So when I go to my page I get this error:

Code: Select all

Error: at line 702 in file /var/www/htdocs/CMSMS2/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:
Syntax Error in template "tpl_body:22" on line 55 "{* End Breadcrumbs *}" Default plugin handler: Returned callback for "cms_breadcrumbs" not callable
I also got on the admin log:

Code: Select all

Cannot load plugin cms_breadcrumbs from module MenuManager because callback not callable (module disabled?)
I just don't know whats wrong with it, can you help me??
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Smarty Error after installation

Post by velden »

If you are at the point of supplying database information, you have been given the option to check your files (checksum check, 1 or 2 steps before).

Did you do the check? If this is a fresh(?) install I guess you've copied the CMSMS files to the webserver (ftp). Maybe one or more files got corrupted or failed to copy.

Futher, check the requirements of cmsms and your server (php version).
HTibbs23
New Member
New Member
Posts: 4
Joined: Thu Mar 21, 2013 6:18 pm

Re: Smarty Error after installation

Post by HTibbs23 »

This would be a fresh install, I've tried to upgrade from 1.10.3 and was unable to. It never gone past the agreement screen, so I've decided to install a separate install of CMSMS 1.11.4. Everything went ok, thats until I went to preview the page to make sure it went through. It shows the temp page, so I've been trying to convert the materials that were in the previous build onto the new build. And once I've did that, the logo covered the whole screen at first, then after I try again, the smarty error comes up. The part of the message that really has me concerned is the tpl_body:22. I can't find where that could be.

I tried the english checksum.dat file and it worked, however because this is a 1.11.4 version, many of the modules and the like did not pass.

All of the requirements to run this new version are fine, I do think there was a corruption somewhere during the install.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Smarty Error after installation

Post by velden »

Well, in the latest version of cmsms Smarty 3 is used. It is known to be much less fault tolerant. So, it COULD be in a needless space after an opening { or before a closing }. Or a forgotten closing quote...
HTibbs23
New Member
New Member
Posts: 4
Joined: Thu Mar 21, 2013 6:18 pm

Re: Smarty Error after installation

Post by HTibbs23 »

I understand. I will be following up on here to let you know my progress. As of right now I'm thinking about deleting the whole install and deleting the tables in MySQL and start over again. That may be my only resolution.
HTibbs23
New Member
New Member
Posts: 4
Joined: Thu Mar 21, 2013 6:18 pm

Re: Smarty Error after installation

Post by HTibbs23 »

velden, I appreciate your help. The CMS is working again! I had to delete the entire folder and reinstall from scratch. The problem was that when I was trying to fix a previous error in the beginning, I reinstalled over the install and it may have caused a smarty error. Might of been a duplicate table that was being created and didn't replace the previous one.

Again, thanks!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Smarty Error after installation

Post by Dr.CSS »

Post Reply

Return to “CMSMS Core”