Troubleshoot known issues in this tutorial for SpotWeb Synology. I describe a number of problems that can occur with SpotWeb on your Synology nas.
You need to manually download the spk file. And then install manually as well. Go to http://synology.nzbusenet.com/?fulllist=true and download the latest version here.
Login via SSH to your Synology. And execute the command below. This may solve the problem for you.
php /usr/local/bin/php56/volume1/web/spotweb/bin/upgrade-db.php
This issue was addressed in the latest version of SpotWeb. It is wise to convert this to php7. Because php 7 is faster than php5.
This is correct SpotWeb was not created for version 7. You need to select version 5. You will then receive notifications such as “Notice: Undefined index: userid in /volume1/web/spotweb/lib/SpotSecurity.php online 140 Notice: Undefined index: prefs in”
Go to the Main menu and then to Web Station.
Go to PHP settings. You must select version 5.6 here. Then click Apply.
Go to the Main Menu.
Then go to the Web Station.
Go to PHP settings. You must select version 5.6 here. Then click Apply.
you must be logged in as Admin in SpotWeb. Otherwise you will not see this button.
You must log in via SSH. And then the next command. This is not for beginners.
sude vi /etc/nginx/conf.d
Copy and paste the following.rewrite /spotweb/api/?$ /spotweb/index.php?page=newznabapi break;
Be the first to comment