3.4.3 Strange Error...
 
Notifications
Clear all

3.4.3 Strange Error - System "Frozen"

2 Posts
1 Users
0 Reactions
1,065 Views
(@guest2413)
Posts: 0
 

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


 
Posted : 25/08/2008 10:38 pm
(@guest1448)
Posts: 0
 

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


 
Posted : 26/08/2008 7:56 am
Share: