Page 1 of 1

Problem with installer on multilingual version of CMSMS

Posted: Sun Apr 22, 2007 2:09 pm
by daedalus
Dear all

I am trying to install the multilingual version of CMSMS on a machine (Windows XP pro) having

PHP 5.2.1
MySQL 4.1
Apache 2.0.59

and I have the following problem...

The installer of cmsms-mle-1.0.2-build4 doesn't start at all, a blank page appears and nothing happens, before that I was installed successfully cmsmadesimple-1.0.5 and the installer loads perfectly.

Does anyone has an idea whats going on?

Thanks

Re: Problem with installer on multilingual version of CMSMS

Posted: Mon Apr 23, 2007 12:22 pm
by daedalus
finally I found what was the issue, on line 1252 the php tag that defines the starting point of PHP code was <? if you change it to <?php then the first page of installer works fine...