Posts: 61
Threads: 3
Joined: Aug 2010
Posts: 535
Threads: 31
Joined: Jul 2010
What php modules are enabled/disabled? See requirements:
http://www.commentics.org/requirements.php
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
@Static
The page is in a directory, domain.com/documents/, so it needs to go up one directory.
Have
you completed
the interview?
Posts: 61
Threads: 3
Joined: Aug 2010
I moved the page. It seems to have done something.
http://www.provohappening.com/entertainm...e=1&subcat=
And my servers do have Suhosin installed.
Posts: 2,894
Threads: 59
Joined: Jun 2010
Okay it looks like Suhosin has disabled the PHP construct eval() which is needed by the script.
The installer 'System Check' should have stopped you from installing the programme?
Have
you completed
the interview?
Posts: 2,894
Threads: 59
Joined: Jun 2010
By the way, I didn't mean that you had to move the page.
I was just explaining why the $path_to_comments_folder needs to go up a directory.
It doesn't matter now anyway.
Have
you completed
the interview?
Posts: 61
Threads: 3
Joined: Aug 2010
Ok. So there is nothing that can be done? That's sad.
Posts: 535
Threads: 31
Joined: Jul 2010
@Steven
Take a look at this page:
http://www.hardened-php.net/suhosin/configuration.html
I think you can disable certain portions of suhosin through it, but I think that the server will need to give you the ability to have your own php.ini file. Some servers allow that.
I'm giving you three guesses...
Posts: 2,894
Threads: 59
Joined: Jun 2010
As Static says, the solution is to allow the eval() construct. I suggest you speak to your host about it.
Have
you completed
the interview?
Posts: 61
Threads: 3
Joined: Aug 2010
I tried reinstalling and it says suhosin is not installed but magic qoutes is.
A system check is now being performed ..
PHP version is 5.2 or higher Pass
MySQL version is 5.0.7 or higher Pass
Ctype extension is available Pass
Suhosin is not installed Pass
Mail() function is enabled Pass
GD Library is installed Pass
Magic Quotes is enabled Fail
System() function is enabled Pass
cURL is installed Pass
fopen(URL) is enabled Pass
Notes:
- Magic Quotes should be disabled or you will see extra apostrophes.
You may still proceed.