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

打包后,某個頁面出錯,好像未打包進去

foggy

問題描述

二進制打包,其他頁面訪問都正常,但有一個頁面訪問出錯

webman/console 的版本是 v1.2.35

執(zhí)行的打包命令:php webman build:bin 8.0

運行項目的服務(wù)器是centos 7 , PHP版本為8.0

程序代碼

return [
    'enable' => true,

    'build_dir'  => BASE_PATH . DIRECTORY_SEPARATOR . 'build',

    'phar_filename' => 'webman.phar',

    'bin_filename' => 'webman.bin',

    'signature_algorithm'=> Phar::SHA256, //set the signature algorithm for a phar and apply it. The signature algorithm must be one of Phar::MD5, Phar::SHA1, Phar::SHA256, Phar::SHA512, or Phar::OPENSSL.

    'private_key_file'  => '', // The file path for certificate or OpenSSL private key file.

    'exclude_pattern'   => '#^(?!.*(composer.json|/.github/|/.idea/|/.git/|/.setting/|/runtime/|/vendor-bin/|/build/|/vendor/webman/admin/))(.*)$#',

    'exclude_files'     => [
        '.env', 'LICENSE', 'composer.json', 'composer.lock', 'start.php', 'webman.phar', 'webman.bin', 'key.key'
    ]
];

報錯信息

ErrorException: include(phar:///home/www/wwwroot/jsg8/webman.bin/plugin/admin/app/view/Test/vavle.html): Failed to open stream: phar error: "plugin/admin/app/view/Test/vavle.html" is not a file in phar

截圖報錯信息里報錯文件相關(guān)代碼

截圖

下面是目錄結(jié)構(gòu)
截圖

742 0 0
0個回答

年代過于久遠,無法發(fā)表回答
??