[Symfony\Component\Process\Exception\RuntimeException] The Proc
*[Symfony\Component\Process\Exception\RuntimeException]
The Process class relies on proc_open, which is not available on your PHP installation. *
cd /usr/local/php/etc
vim php.ini
解決方法:
開啟php.ini,並搜尋disable_functions指令,找到類似如下內容:
disable_functions = passthru,exec,system,chroot,scandir,chgrp,chown,shell_exec,proc_get_status,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server
找到proc_open並刪除即可。
/usr/local/apache/bin/apachectl restart
相關文章
- Laravel [Symfony\Component\Process\Exception\RuntimeException] The ProcLaravelException
- [Symfony Component Process Exception RuntimeException] The Process class relies on proc_open, whichException
- Symfony\Component\Debug\Exception\FatalErrorExceptionExceptionError
- 執行composer install報錯:Symfony\Component\Process\Exception\ProcessTimedOutExceptionException
- laravel Symfony\Component\HttpKerenl\Exception\Method...LaravelHTTPException
- [Symfony\Component\Debug\Exception\FatalThrowableError] Class 'LaravelLocalization' not foundExceptionErrorLaravel
- Symfony\Component\Debug\Exception\FatalThrowableError Class 'Lcobucci\JWT\Builder' not foundExceptionErrorJWTUI
- 關於laravel Symfony\Component\HttpKerenl\Exception\Method...錯誤資訊LaravelHTTPException
- local.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Allowed memory size of 134217728ErrorException
- Java-Exception與RuntimeExceptionJavaException
- java異常——RuntimeException和User Define ExceptionJavaException
- 解決:Exception in thread "main" java.lang.RuntimeException: don't run elasticsearch as root.ExceptionthreadAIJavaElasticsearch
- Exception starting filter struts2 java.lang.RuntimeException: com.opensymphony.xwork2.inject.DependeExceptionFilterJava
- Symfony DomCrawler庫
- 1.symfony 元件庫學習之 symfony/console元件
- Symfony4中文文件: 安裝和設定Symfony框架框架
- ExceptionException
- Process Monitor Process (PMON) (121)
- symfony學習筆記2—純的PHP程式碼和symfony的區別筆記PHP
- PROC提取資料
- Oracle exceptionOracleException
- Java——ExceptionJavaException
- Oracle dedicated server process and shared server processOracleServer
- php之Symfony框架是什麼PHP框架
- proc_create_data函式建立/proc/目錄下的檔案函式
- Important directory for OBIEE 11g for system component and java componentImportJava
- 什麼是@Component,@Component的作用是什麼
- linux proc/loadavgLinux
- Linux /proc、/dev PrincipleLinuxdev
- oracle ProC程式設計OracleC程式程式設計
- Exception和ErrorExceptionError
- 異常(Exception)Exception
- 2.4.ExceptionException
- Exception testingException
- deadlock exceptionException
- debug exceptionException
- HotSpot JVM ComponentHotSpotJVM
- Symfony4 生成控制器命令