After upgrade to 5.0 RC1 I got this error when access http://www.drupal-id.com/admin/build/modules:
- warning: parse_ini_file() has been disabled for security reasons in /home/drupalid/public_html/includes/module.inc on line 195.

There are no additional modules. I only create "sites/all/modules/" and put several compressed module in tgz format (all tgz not yet extract). Themes: bluemarine.

Comments

heine’s picture

Get your hosting provider to remove parse_ini_file from the argument list to the disable_function directive in php.ini.
--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.

drupalnesia’s picture

Now, my site run perfectly! thanks.

wwww.drupal-id.com now using 5.0 RC1 and blogger.module already ported to 5.0 RC1 (you can download here: http://drupal.org/project/blogger).

ruharen’s picture

And what to do if my hosting does not remove parse_ini_file from 'disable_function' directive?

I don't want to change my hosting...

heine’s picture

- Use Drupal 4.7
- Submit and advocate a patch making Drupal not depend on parse_ini_file. At the very least, submit an issue.
--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.