错误信息:
[10-Aug-2020 10:25:41 PRC] PHP Warning: require(): open_basedir restriction in effect. File(/home/wwwroot/ting/vendor/autoload.php) is not within the allowed path(s): (/home/wwwroot/ting/public/:/tmp/:/proc/:/home/wwwroot/huanyue/:/home/wwwroot/office/huanyue-office/:/home/wwwroot/office/ting/) in /home/wwwroot/ting/public/index.php on line 24
[10-Aug-2020 10:25:4...
安装composer提示需要opcache,已经在phpmanager开启了opcache却依然提示错误:
PHP Warning: PHP Startup: Invalid library (appears to be a Zend Extension, try loading using zend_extension=php_opcache.dll from php.ini) in Unknown on line 0
查看php.ini发现phpmanager开启opcache有问题:
phpmanager是在php.ini中添加了:
[PHP_OPCACHE]
extension=php_opcache.dll
这是错误的,正确的...