如果是第一次安装就这样那么可以通读下面全文
全文http://blog.renren.com/blog/232249667/494873889
方法总结:
1.配置settings.php
在里面增加ini_set('memory_limit', '32M');
2.安装时关闭update automatic
3.修改system.modules模块
function system_check_http_request() {
// Try to get the content of the front page via drupal_http_request().
$result = drupal_http_request(url('http://www.baidu.com', array('absolute' => TRUE)));
其实是指向了百度,之前讲指向我的空间是希望读者踩踩我的空间
4.在variable表中增加一条记录
name="drupal_http_request_fails"
"value= b:0;"
5.cron manually
6.去掉ini_set('memory_limit', '32M');
7.啤酒庆祝
不是不懂英文,而是支持中文!嘿嘿
来自 https://drupal.org/node/163987
如果是第一次安装就这样那么可以通读下面全文
全文http://blog.renren.com/blog/232249667/494873889
方法总结:
1.配置settings.php
在里面增加ini_set('memory_limit', '32M');
2.安装时关闭update automatic
3.修改system.modules模块
function system_check_http_request() {
// Try to get the content of the front page via drupal_http_request().
$result = drupal_http_request(url('http://www.baidu.com', array('absolute' => TRUE)));
其实是指向了百度,之前讲指向我的空间是希望读者踩踩我的空间
4.在variable表中增加一条记录
name="drupal_http_request_fails"
"value= b:0;"
5.cron manually
6.去掉ini_set('memory_limit', '32M');
7.啤酒庆祝
不是不懂英文,而是支持中文!嘿嘿
来自 https://drupal.org/node/163987