I installed 3.4.3 two days ago on x10 webservers.
The installation was fast, easy, flawless and quite impressive.
I posted 3 stories under the admin account to test it, created a user account for myself.
I modified no files.
Today I tried to log in, and after putting in the admin name/pwd and clicking "go" the browser window went blank.
My browser said "done" as if the page was loaded.
I can navigate to specific files, and they are served up (ie. efiction/stories/2/2.txt)
however i can not navigate via index.php.
My webser logs say there is an attacker issue with line 24 of header.php:
[Mon Aug 25 18:07:43 2008] [error] [client xx.xx.xx.xx] ALERT - function within blacklist called: ini_set() (attacker 'xx.xx.xx.xx', file '/home/joner325/public_html/efiction/header.php', line 24)
The ip mentioned is my ip address at home, I've xxx'd it out π
This error is generated whenever a user attempts to access the site. So basically, I can't log in, see the home page, or anything...
Any clues?
Is this a matter of x10 hosting blacklisting a certain function call that efiction is using?
Thanks,
Joner
Open header.php and find the following code (around line 24):
@ ini_set('arg_separator.output','&');
Change to:
//@ ini_set('arg_separator.output','&');
eFiction should work, even if this line is commented out.
Steffen