By drupalnesia on
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
Host
Get your hosting provider to remove parse_ini_file from the argument list to the
disable_functiondirective in php.ini.--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.
now, drupal-id.com uses 5.0 RC1 !
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).
Another solution?
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...
Other options
- 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.