-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database update not opening #353
Comments
My guess would be a mistake somewhere in the nginx config, but it's just a guess... Could you give us your stack versions (nginx, MySQL/PostgreSQL/SQLite, php, etc...) and your nginx server config? |
The thing is.. no changes were made to nginx Nginx: server {
} Nginx version: 1.6.2 |
I have around the same configuration, but with an x86 CPU. I think you can take a look at the logs. You should be able to find something in there when you try to access the import page. If you still can't find anything, you can also add Hope it helps! |
Thanks!! Turns out that Sonerezh was trying to scan .Trash-1000 that was created after I deleted some tracks: 2018-10-31 11:11:11 Error: [UnexpectedValueException] RecursiveDirectoryIterator::__construct(/export/BANANA-MUSIC/.Trash-1000): failed to open dir: Permission denied but it didnt have permissions to do so all is ok now, Thanks! |
Excellent ;) |
Does Sonerezh should skip directories prefixed with a dot? |
I would be inclined to say yes, since dot files/dirs are hidden by default. |
Hi
I recently upgraded from 1.1.2 to 1.2.4 using the How To on the sonerezh website.
Everything went OK (awesome tweaks and improvements btw) and I then tested the new database update feature, which worked beautifully. It found the metadata changes I had made and also the new files that were added to the directory.
I then proceeded to add more music and fix more metadata and tried to update again.. but the update page no longer opens. When you click the update icon/link it simply refreshes the page (and also stops any playback). The same behaviour happens when you try through the settings page -> database update button.
Steps tried:
The issue can be consistently replicated on different computers / browsers .
On a side note, is the update function available in the cli?
Keep up the great work! any help appreciated
Thanks
The text was updated successfully, but these errors were encountered: