PHP Yii: appears undefined offset or undefined index solution

Source: Internet
Author: User
Tags yii

Today, porting a program to a remote server has a number of unusual errors, no local errors, and a variety of problems after the server. The problem that you are experiencing for the first time is summarized later and will be updated continuously


1.php Yii: appears undefined offset or undefined index solution

Workaround: Modify the configuration in php.ini, no increase

Log_errors = on
error_log = "/usr/local/lnmp/php/var/log/error_log"
error_reporting=e_all&~e_notice

Remember to restart Apache/ngnix.


2. Cannot use the EXEC () function warning:exec () has been disabled for security reasons in

The exec () function is not available

Program error: Warning:exec () has been disabled for security reasons in

Reason: There is a disable_functions configuration in php.ini, the default configuration, CLI execution functions are prohibited, if necessary, in php.ini will disable_functions = exec, Popen, system .... , delete the function you need to perform from the list to restart Apache.

is completely a problem with configuration.

Php-apache2handler.ini

Ini

Disable_functions = Proc_open, Popen, exec, System, shell_exec, PassThru
@author www.yiicms.net

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.