Due to the volume of spam happening on our forums, posting is now restricted to verified members only. If you're not verified, drop us a note with your username.
Had problems installing on a different host server and found the problem was the php open tags used in FlexCMS.
Code
FlexCMS uses of < ? not < ? php to start a script.
Fortunately they were only disabled in a .htaccess file.
This could cause problems with some PHP installations.
Can I suggest that you move to using the full tags on your next release.
Roger
Also putting a php open tag in this form breaks it!! I had to put spaces between the characters to get it to work.
DCSun Administrator
Posts: 625
August 9, 2005 @ 10:37pm
Roger,
Thanks for the heads up about the short open tags. Although the short tags are pretty much the accepted practice now, we are aware of a few systems that don't like them, so most likely the next version will go back to the long tags.