php Yii: 出現undefined offset 或者 undefined index解決方案

來源:互聯網
上載者:User

今天將程式移植到遠程伺服器中出現很多異常的錯誤,本地沒有任何錯誤,到伺服器之後出現各種問題。現將首次遇到的問題進行總結後期將不斷對此進行更新


1.php Yii: 出現undefined offset 或者 undefined index解決方案

解決方式: 修改php.ini中配置,沒有則增加

log_errors = Onerror_log = "/usr/local/lnmp/php/var/log/error_log"error_reporting=E_ALL&~E_NOTICE

記得要重啟Apache/ngnix哦


2.無法使用exec()函數 Warning: exec() has been disabled for security reasons in  

exec()函數無法使用

程式報錯:Warning: exec() has been disabled for security reasons in

原因:在php.ini中存在 disable_functions配置,預設配置中,cli執行函數都是被 禁止的,如果需要的話,需要在php.ini中將 disable_functions = exec , popen, system …. ,將你需要執行的函數從列表中刪掉在重啟apache即可 。

完全是配置的問題。

php-apache2handler.ini

php.ini

disable_functions = proc_open, popen, exec, system, shell_exec, passthru
@author   www.yiicms.net

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.