Warning: ini_set() has been disabled for security reasons
Try some of these:
Open .htaccess file in your Drupal install. Near the top, put a '#' before 'Options +FollowSymLinks' (# Options +FollowSymLinks).
Create a text/notepad file called 'php.ini' and put inside it 'register_globals = 0'. Put this file straight in public_html (main/root directory)
http://drupal.org/node/842316
fopen and modifying header errors
when I was having problems I had simply renamed default.settings.php. So I went back and copied that file and renamed it so I had default.settings.php and settings.php and it worked
http://drupal.org/node/284063
Try some of these:
Open .htaccess file in your Drupal install. Near the top, put a '#' before 'Options +FollowSymLinks' (# Options +FollowSymLinks).
Create a text/notepad file called 'php.ini' and put inside it 'register_globals = 0'. Put this file straight in public_html (main/root directory)
http://drupal.org/node/842316
fopen and modifying header errors
when I was having problems I had simply renamed default.settings.php. So I went back and copied that file and renamed it so I had default.settings.php and settings.php and it worked
http://drupal.org/node/284063
No comments:
Post a Comment