源代码爱好者俱乐部

放弃了QZONE

删除了QQ空间,删除方法很简单停止就是了(一般人不知道)。
懒得去弄了,静下心来好好看书学习才重要。

安装 Drupal 出现 Requirements problem The....

就在刚才,我安装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 就可以了。

Syndicate content