View Full Version : Questions about Invision Board
Hobo
June 30th, 2002, 17:57
Ok this time it isn't just an upload problem. When trying to reach the admin panel I receive the error ini_get() has been disabled for security reasons in admin.php on line 52. What should I do?
dvondrake
June 30th, 2002, 18:48
I had the same problem and used these instructions in the invisionboard forums to solve it:
Open admin.php find,
if (function_exists('ini_get'))
{
$safe_switch = ini_get("safe_mode") ? 1 : 0;
}
else
{
$safe_switch = 1;
}
and delete everything except $safe_switch =1;
So all it should be is
$safe_switch = 1;
Then reupload it.
:)
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.