Page 1 of 1

MLE in php5?

Posted: Thu Jun 26, 2008 7:20 pm
by AmandaBTO
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

Re: MLE in php5?

Posted: Thu Jun 26, 2008 7:31 pm
by alby
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?
my advice is upgrade for SECURITY!
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?

Posted: Thu Jun 26, 2008 8:18 pm
by AmandaBTO
alby wrote: Active debug in config.php
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:

(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?