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
Problem with installer on multilingual version of CMSMS
Re: Problem with installer on multilingual version of CMSMS
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...