partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 400 forks source link

Synology Installation problem #1026

Closed ghost closed 4 years ago

ghost commented 5 years ago

if I install partkeepr in my synology ds212 in setup 2/2 I have an error like "WARMING UP THE CACHE invalid Response from server", how can I fix it?

Synology ds212j PHP 7.0 or 5.6 Apache 2.2 or nginx

crazyduck commented 4 years ago

Got it working on DS918+:

Created a virtual Host MariaDB10 Apache 2.4 php 7.0 -> PHP-Cache enabled -> packages activated: curl, gd, iconv, intl, ldap, mysqli, pdo_mysql, pdo_sqlite, posix, advanced settings: default_socket_timeout: 600 max_execution_time: 600

also this nginx reverse proxy changing: https://www.bluescreengenerator.de/blog/synology-webstation-timeout-problem-beheben -> ssh in Synology

Edit /var/packages/WebStation/target/misc/VirtualHost-nginx.mustache

add proxy_read_timeout 600s; in {{#apache24}} section

sudo synoservicectl --restart nginx

Afterwards I could pass "Warming up the cache"

christianlupus commented 4 years ago

@MauroApollo could you please verify that your issue is solved in the meantime or not and if this issue is still relevant for you? I added the Will be closed soon! tag to enable the stale bot.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon if no further activity occurs. Thank you for your contributions.