Have an existing mle site (CMS Made Simple 1.1.4.1 "Taga"). Tried to update a template (wanted to add google analytics) and now all pages that use that template don't work at all. In fact, they display nothing and the source is only:
which is usually at the bottom of the page. It doesn't want to process any cmsms tags at all - not even {title}
Did a little phpinfo and found that the server's been upgraded to php5
I know that 1.1.4.1 is old and you'll probably all recommend that I upgraded anyway but does the new version work in php5? Would it be a simple fix to get 1.1.4.1 to work in php5?
Thanks
Amanda
MLE in php5?
Re: MLE in php5?
my advice is upgrade for SECURITY!AmandaBTO wrote: I know that 1.1.4.1 is old and you'll probably all recommend that I upgraded anyway but does the new version work in php5?
Would it be a simple fix to get 1.1.4.1 to work in php5?
CMSMS work with php5 from 0.1X (I think

You have another problem on site.
Active debug in config.php and check in server logs also
Alby
Re: MLE in php5?
Ok, I've never turned on the debugging to see what it returns in a working site but I'm getting a lot of these msgs:alby wrote: Active debug in config.php
(mysql): SELECT sitepref_name, sitepref_value from cms_siteprefs
Error (0):
Looks like is at the end of a bunch of sql statements. You should see the confused look on my face
Anyone have any ideas?