Page 1 of 1
Smarty Error after installation
Posted: Thu Mar 21, 2013 6:33 pm
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??
Re: Smarty Error after installation
Posted: Thu Mar 21, 2013 7:40 pm
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).
Re: Smarty Error after installation
Posted: Thu Mar 21, 2013 7:53 pm
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.
Re: Smarty Error after installation
Posted: Thu Mar 21, 2013 8:25 pm
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...
Re: Smarty Error after installation
Posted: Fri Mar 22, 2013 7:54 pm
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.
Re: Smarty Error after installation
Posted: Tue Apr 02, 2013 5:12 pm
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!
Re: Smarty Error after installation
Posted: Sun Apr 14, 2013 8:03 pm
by Dr.CSS