Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected character in input #6

Closed
form-follows-function opened this issue Jan 26, 2012 · 2 comments
Closed

Unexpected character in input #6

form-follows-function opened this issue Jan 26, 2012 · 2 comments

Comments

@form-follows-function
Copy link

I am trying to install selfoss on my server, but I always get these lines:

Warning: Unexpected character in input: '' (ASCII=92) state=1 in /.../.../.../.../selfoss/index.php on line 17

Warning: Unexpected character in input: '' (ASCII=92) state=1 in /.../.../.../.../selfoss/index.php on line 17

Parse error: syntax error, unexpected T_STRING in /.../.../.../.../selfoss/index.php on line 17

please help

@SSilence
Copy link
Member

You have to use at least PHP in version 5.3. The framework behind selfoss uses namespaces which are not available in previouse PHP versions.

@form-follows-function
Copy link
Author

Thanks! I only needed to activate it in the htacess (by removing the '#' before the AddHandler) - now it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants