-
Notifications
You must be signed in to change notification settings - Fork 210
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
Can't edit settings on the GUI #121
Comments
Hi, There might multiple issues:
|
Hi Patrik, I tried several ways of cleaning my browser's cache but always with the same result. So, suggestions 1 and 2 (config.json was writable by all users) didn't solve my problem. Now I'm facing some new bumps but if I cannot overcome them on my own I'll open new issues for them. Thanks again for the help and for the fantastic tool! Thanks, |
I'm happy that it got solved. Keep in mind that release and and ':latest' docker vesrions of the app considered to be stable, while the '-nightly' might contain bugs. Patrik |
Hi Patrik,
Describe the bug
I've upgraded (installed from scratch) to the latest 1.8.0 version and although I've rewritten everything, I can't make it for the site to allow me to change or save any settings.
I've follow all the installation instructions:
Run the creation of the config file:
npm start -- --config-only
Edited the config file with my own configurations (attached config.json)
Changed the permissions on the files explained in issue #98
start pigallery2 with elevated permissions (because I'm using port 81 and because of the explanation on issue #115)
sudo npm start
I can access the environment and login. However I cannot save any changes I make to the settings and I cannot even see its correct configurations.
However, if I change the settings directly on config.json file and restart the server, I can see the changes (like enabling or disabling the random link).
I even dropped the database from MySQL and recreated it (just in case) but with no effect (pigallery was able to recreate the tables which indicated to me it could connect to the database and I could create my user on the settings and see it appearing inside the MySQL database, on the pigallery.user_entity table).
As you can see on the attached printscreen
Even if I change a setting (like the "Images folder" in the print screen case), the "Save" button doesn't allow me to save it.
I can't also find the reindexing buttons we used to have at the bottom of the Settings and it doesn't show mw any "Faces" or "Duplicates" although I had some of both in the previous version.
Environment
Used app version:
If you need any additional information, just let me know.
Thanks,
Marco Angélico
The text was updated successfully, but these errors were encountered: