An uncaught Exception was encountered
在方山等地區(qū),都構建了全面的區(qū)域性戰(zhàn)略布局,加強發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務理念,為客戶提供成都網(wǎng)站制作、成都網(wǎng)站設計 網(wǎng)站設計制作定制網(wǎng)站,公司網(wǎng)站建設,企業(yè)網(wǎng)站建設,品牌網(wǎng)站制作,成都全網(wǎng)營銷,外貿(mào)網(wǎng)站制作,方山網(wǎng)站建設費用合理。
Type: TypeError
Message: Return value of Elasticsearch\ClientBuilder::buildLoggers() must be an instance of Elasticsearch\void, none returned
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php7.2
php -v 驗證
sudo apt-get install php7.2-fpm
sudo apt-get install php7.2-mbstring
sudo apt-get install php7.2-xml
sudo apt-get install php7.2-dev
sudo apt-get install php7.2-MySQL
sudo apt-get install php7.2-sqlite3 php7.2-tidy php7.2-curl
git clone https://github.com/phpredis/phpredis
cd phpredis/
phpize
which php-config7.2
./configure --with-php-config=/usr/bin/php-config7.2
make
make test
sudo make install
修改php.ini
extension=redis.so
修改nginx
#fastcgi_pass 127.0.0.1:9000;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;