全站搜索

Laravel錯誤

新聞中心 69750

5.1在php7環境上(shàng)運行(xíng)出現的(de)錯誤

Fatal error: Uncaught ReflectionException: Class log does not exist in /home/liuman/jlcloud2/vendor/laravel/framework/src/Illuminate/Container/Container.php:736 Stack trace: #0 /home/liuman/jlcloud2/vendor/laravel/framework/src/Illuminate/Container/Container.php(736): ReflectionClass->__construct(‘log’) #1 /home/liuman/jlcloud2/vendor/laravel/framework/src/Illuminate/Container/Container.php(626): Illuminate\Container\Container->build(‘log’, Array) #2 /home/liuman/jlcloud2/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(674): Illuminate\Container\Container->make(‘log’, Array) #3 /home/liuman/jlcloud2/vendor/laravel/framework/src/Illuminate/Container/Container.php(837): Illuminate\Foundation\Application->make(‘log’) #4 /home/liuman/jlcloud2/vendor/laravel/framework/src/Illuminate/Container/Container.php(800): Illuminate\Container\Container->resolveClass(Object(ReflectionParameter)) #5 /home/liuman/jlcloud2/vendor/laravel/framework/src/Illuminate/Container/Container.php(769): Illuminate\Container\Container in /home/liuman/jlcloud2/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 736

解決方案:

删除vendor文(wén)件(jiàn)夾和(hé)composer.lock

composer install

laravel 500錯誤是storage沒有(yǒu)權限

解決方案:chmod -R 777 storage

cache錯誤

file_put_contents(/..cache/services.json): failed to open stream: Permission denied

解決方案:sudo php artisan cache:clear

php composer.phar install報錯

先安裝composer,然後運行(xíng)php composer.phar install –no-scripts

PDO錯誤,已安裝PDO還提示

[PDOException]
SQLSTATE[HY000] [2002] No such file or directory

解決方案:将.env下的(de)DB_HOST=localhost改爲DB_HOST=127.0.0.1

SQLSTATE[HY000] [1045]

解決方案:
php artisan cache:clear
php artisan config:clear

php artisan 沒反應

composer dumpautoload

The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.

php artisan key:generate

[Dotenv\Exception\InvalidFileException]
Dotenv values containing spaces must be surrounded by quotes.

.env文(wén)件(jiàn)中文(wén)或者空格必須加引号

OpenSSL extension is required

打開(kāi)php.ini啓用(yòng)php_openssl

Key path “file://storage\oauth-public.key” does not exist or is not readable

php artisan passport:install

[Composer\Downloader\TransportException] The “https://packagist.phpcomposer.com/p/provider-2017-07%24c3e8d929d5d06fa b76cef9c5b5e4305dbe89c1599b79e63eee70490a6b8df914.json” file could not be d ownloaded (HTTP/1.1 404 Not Found)

composer diagnose

[ErrorException] proc_open(): fork failed – Cannot allocate memory

/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024

/sbin/mkswap /var/swap.1

/sbin/swapon /var/swap.1

LogicException Key path “file:///storage/oauth-public.key” does not exist or is not readable

chown www-data:www-data storage/oauth-*.key

chmod 600 storage/oauth-*.key

[Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table users add unique users_email_unique(email))

AppServiceProvider.php

use Illuminate\Support\Facades\Schema;

public function boot()
{
    Schema::defaultStringLength(191);
}

Illuminate\Database\QueryException : SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client

C:\ProgramData\MySQL\MySQL Server 8.0\my.ini裏default_authentication_plugin=caching_sha2_password改default_authentication_plugin=mysql_native_password

exception:”InvalidArgumentException”
file:”C:\web\jinguan\vendor\laravel\framework\src\Illuminate\Http\JsonResponse.php”
line:75
message:”Malformed UTF-8 characters, possibly incorrectly encoded”

Event::fire錯誤是redis沒開(kāi)

Class session does not exist

chmod -R 777 bootstrap/cache

Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?)

php.ini打開(kāi)擴展

extension=fileinfo

上(shàng)一篇: 下一篇:

相(xiàng)關推薦

  • 聯系我們

    7100

    聯系我們 CONTACT US熱(rè)線電話(huà):16514415678 聯系我們,尋找更多合作機會(huì) “合作共赢,共創價值”的(de)價值觀緻力于爲客戶提供專業(yè)的(de)信息化解決方案。

    查看全文(wén)
  • 關于我們

    6901

    盤錦睿智網絡科技有限公司是一家緻力于爲各個(gè)行(xíng)業(yè)提供MES、PLM、OA、IPD、體系建設、流程再造、管理(lǐ)提升等軟件(jiàn)和(hé)服務的(de)企業(yè)。業(yè)界資深團隊爲您的(de)企業(yè)提供診斷、審核、定制(zhì)軟件(jiàn)和(hé)管理(lǐ)方案。集信息化解決方案、咨...

    查看全文(wén)

您好!請登錄

點擊取消回複
    1
    您有(yǒu)新消息,點擊聯系!
    0

    客官請稍後,玩命加載中!