Monday, June 25, 2012

My answer to "Issues with Installation"

This is my answer to a Question on Support site for LampCMS project


This error means that php cannot understand the "\" character. This is a namespace separator.
One possible reason for this error is that your php does not support namespaces.
But since you said you have php 5.3 then it must understand namespaces.
The only other possibility is that maybe you uploaded php file using binary transfer mode in ftp server and some extra characters got added to a file during the upload.

Also right now I'm almost done with coding the PR1 branch. You may want to try that branch instead, it's somewhat easier to install - the rewrite rules are optional and much simpler.

On github you will find https://github.com/snytkine/LampCMS/tree/pr1

No comments:

Post a Comment