zlsl / flibusta

Фронтенд для архивов Флибусты
GNU General Public License v2.0
163 stars 28 forks source link

Added zip php extension and fixed some errors with image covers #27

Closed DmitriyStoyanov closed 1 month ago

DmitriyStoyanov commented 1 month ago

Without it we have next error on book view:

Fatal error: Uncaught Error: Class "ZipArchive" not found in /application/modules/book/index.php:45 Stack trace: #0 /application/renderer.php(125): include() #1 /application/public/index.php(148): include('/application/re...') #2 {main} thrown in /application/modules/book/index.php on line 45

Enabled error logging to investigate them.

and fixed some issues with showing cover images

such as:

NOTICE: PHP message: PHP Warning:  Attempt to read property "filename" on bool in /application/public/extract_cover.php on line 105
NOTICE: PHP message: PHP Deprecated:  Implicit conversion from float 232.25806451612902 to int loses precision in /application/public/extract_cover.php on line 19
NOTICE: PHP message: PHP Deprecated:  Implicit conversion from float 232.25806451612902 to int loses precision in /application/public/extract_cover.php on line 20
NOTICE: PHP message: PHP Warning:  file_put_contents(/application/cache/tmp/801120.tmp): Failed to open stream: No such file or directory in /application/public/extract_cover.php on line 143
WARNING: [pool www] server reached pm.max_children setting (5), consider raising it