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

打包后,某個(gè)頁(yè)面出錯(cuò),好像未打包進(jìn)去

foggy

問題描述

二進(jìn)制打包,其他頁(yè)面訪問都正常,但有一個(gè)頁(yè)面訪問出錯(cuò)

webman/console 的版本是 v1.2.35

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

運(yùn)行項(xiàng)目的服務(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'
    ]
];

報(bào)錯(cuò)信息

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

截圖報(bào)錯(cuò)信息里報(bào)錯(cuò)文件相關(guān)代碼

截圖

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

863 0 0
0個(gè)回答

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