国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

第一次運(yùn)行Fatal error: require_once找不到文件

su

環(huán)境centos7.4,php5.4環(huán)境檢測通過,但是運(yùn)行報(bào)錯(cuò)
如下:

# php start.php start -d
PHP Warning:  require_once(/root/workerman-todpole/vendor/autoload.php): failed to open stream: No such file or directory in /root/workerman-todpole/start.php on line 29

Warning: require_once(/root/workerman-todpole/vendor/autoload.php): failed to open stream: No such file or directory in /root/workerman-todpole/start.php on line 29
PHP Fatal error:  require_once(): Failed opening required '/root/workerman-todpole/vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /root/workerman-todpole/start.php on line 29

Fatal error: require_once(): Failed opening required '/root/workerman-todpole/vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /root/workerman-todpole/start.php on line 29
# php -v
PHP 5.4.16 (cli) (built: Apr 12 2018 19:02:01) 
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
# curl -Ss http://www.wtbis.cn/check.php | php
PHP Version >= 5.3.3                   
Extension pcntl check                  
Extension posix check                  

下載的是已經(jīng)完成的程序,沒有動(dòng)任何文件>

7606 2 0
2個(gè)回答

walkor 打賞

看下下載項(xiàng)目中的readme

  • su 2018-07-04

    我看了下我git下來的,好像沒有vendor這個(gè)目錄餓?

rexana3

你要先安裝composer,再用composer下載這個(gè)包,然后就有vendor這個(gè)文件夾了

  • 暫無評論
年代過于久遠(yuǎn),無法發(fā)表回答
??