dongyu9894 2014-11-12 16:01
浏览 38
已采纳

Drupal投掷空白update.php文件

I'm updating drupalfrom 7.32 to 7.33

I followed the steps here for updating drupal 7: https://www.drupal.org/node/1223018

I also followed the step that mentioned to set $update_free_access to TRUE (temporarily) while updating.

But, when I visit mysite.com/update.php it is still throwing a completely blank page.

I also verified in settings.php that:

  • the file had the database configuration values
  • Verified that actual data still existed in this database.

What gives? Are there any other solutions to fix this ? (Without having to do a complete clean install)

UPDATE Errors in error.log are:

PHP Fatal error:  Unknown: Failed opening required
PHP Warning:  Unknown: failed to open stream: Permission denied in Unknown on line 0

Thanks!

  • 写回答

1条回答 默认 最新

  • drqrdkfue521903877 2014-11-12 16:48
    关注

    This was an permissions error. I had, had all files not on 755.

    I had files having octets of 600 to 777 and they needed to be changed to 755 with:

    sudo chmod 755
    

    I followed "KeithM"'s advice on directory permissions here: https://drupal.stackexchange.com/questions/26131/correct-permission-for-site-default-and-files-folders

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥16 mybatis的代理对象无法通过@Autowired装填
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示
  • ¥15 求三国群英传pl国战时间的修改方法
  • ¥15 matlab代码代写,需写出详细代码,代价私
  • ¥15 ROS系统搭建请教(跨境电商用途)
  • ¥15 AIC3204的示例代码有吗,想用AIC3204测量血氧,找不到相关的代码。