rvolz / BicBucStriim

BicBucStriim streams books, digital books. It fills a gap in the functionality of current NAS devices that provide access to music, videos and photos -- but not books. BicBucStriim fills this gap and provides web-based access to your e-book collection.
Other
408 stars 73 forks source link

An update to Synology DSM 7.2 reports an Error 502 #398

Closed KSchwaier closed 1 year ago

KSchwaier commented 1 year ago

After update my Synology Ds220+ to DSM 7.2 reports the before well working BicBucStriim an Error 502. Also the installcheck.php produces an Error 502. What can I do?? Greetings

rvolz commented 1 year ago

Please look at https://github.com/rvolz/BicBucStriim/wiki/Debug-mode to find the problem

mikespub commented 1 year ago

Starting with DSM 7.2 only Apache 2.4 and Nginx are supported as back-end for Web Station, and no longer the previous Apache 2.2. Also the supported PHP versions are different, see https://www.synology.com/en-global/dsm/7.2/software_spec/web_station

So first make sure you can see any PHP page working before trying to diagnose specific BicBucStriim issues :-)

Then if you use PHP 8.x as new PHP back end, you'll need the updated code in #391 or release 1.6.x at https://github.com/mikespub-org/rvolz-BicBucStriim for now (at least until it has been merged into the v1 branch).