就在刚才,我安装Drupal的时候出现以下错误提示:
Requirements problem
The following error must be resolved before you can continue the installation process:
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('1'))
Please check the error messages and try again.
大概意思是数据库不兼容。不要着急这里有2个方法解决。
1,如果你的服务器是VPS或者独立服务器的话,可以在php.ini文件里加上 register global off 就可以了。