您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息

Drupal_网站迁移后的配置_PHP教程

2024/4/19 15:51:45发布6次查看
网站往服务器迁移后遇到了一些问题,这里汇总一下:
1,无响应无提示,返回空白页面
2,有内容,但是错乱,有很多丢失,而且没有css样式
1,环境是 nginx服务器 经过几番查找,发现问题的原因是:cache memory 不够,导致 expired了
解决办法:配置php5-fpm ,将默认的 32m 改为 64m(以后的话可能还不够)
2,有内容,我们就去看看source code
@import url(/drupal_fllcc/sites/all/themes/fllcc_zen/css/blocks.css?mjwbae);
@import url(/drupal_fllcc/sites/all/themes/fllcc_zen/css/navigation.css?mjwbae);
@import url(/drupal_fllcc/sites/all/themes/fllcc_zen/css/views-styles.css?mjwbae);
@import url(/drupal_fllcc/sites/all/themes/fllcc_zen/css/nodes.css?mjwbae);
@import url(/drupal_fllcc/sites/all/themes/fllcc_zen/css/comments.css?mjwbae);
@import url(/drupal_fllcc/sites/all/themes/fllcc_zen/css/forms.css?mjwbae
原来是我们的路径都定义的  /drupal_fllcc/sites
而我们把网站的域名绑到了 /sites  那一级了
解决这个问题很简单
找到  /drupal/sites/all/default/settings.php
(对了,当时要修改mysql链接密码的话也是在这个文件里面)
[php]  
$databases = array (  
  'default' =>   
  array (  
    'default' =>   
    array (  
      'database' => 'drupal_fllcc',  
      'username' => 'root',  
      'password' => '123456',  
      'host' => 'localhost',  
      'port' => '',  
      'driver' => 'mysql',  
      'prefix' => '',  
    ),  
  ),  
);
言归正转……
[php]  
 * base url (optional). 
 * 
 * if drupal is generating incorrect urls on your site, which could 
 * be in html headers (links to css and js files) or visible links on pages 
 * (such as in menus), uncomment the base url statement below (remove the 
 * leading hash sign) and fill in the absolute url to your drupal installation. 
 * 
 * you might also want to force users to use a given domain. 
 * see the .htaccess file for more information. 
 * 
 * examples: 
 *   $base_url = 'http://www.example.com'; 
 *   $base_url = 'http://www.example.com:8888'; 
 *   $base_url = 'http://www.example.com/drupal'; 
 *   $base_url = 'https://www.example.com:8888/drupal'; 
 * 
 * it is not allowed to have a trailing slash; drupal will add it 
 * for you. 
 */  
//$base_url = 'http://localhost/drupal_fllcc';  
 $base_url = '';
记得不能在url的最后加 /
[php]  
drupal will add it for you.
http://www.bkjia.com/phpjc/477633.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/477633.htmltecharticle网站往服务器迁移后遇到了一些问题,这里汇总一下: 1,无响应无提示,返回空白页面 2,有内容,但是错乱,有很多丢失,而且没有css样...
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录