久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      yii2服務(wù)器500錯(cuò)誤

      yii2服務(wù)器500錯(cuò)誤

      首先開啟 web/index.php defined('YII_DEBUG') or define('YII_DEBUG', true); 將此改 true;查看報(bào)錯(cuò)的問題,如下:

      Exception (Invalid Configuration) 'yiibaseInvalidConfigException' with message 'The directory is not writable by the Web process: /home/wwwroot/1XX.2X.XX3.X2/xhedu/backend/web/assets'in /home/wwwroot/12X.2X.XXX.1X/xhedu/vendor/yiisoft/yii2/web/AssetManager.php:213

      原因分析:

      (推薦教程:yii框架)

      assests 文件夾及其文件權(quán)限不足,導(dǎo)致無法訪問 AssetManager.php 將其改為777即可。

      解決方法:

      之前的項(xiàng)目的所有者和組的名稱是 www ,權(quán)限是最大的777,后來的項(xiàng)目的用戶名是 root ,權(quán)限不是最大,所以需要將項(xiàng)目assests文件夾改為777就可以了。

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)