-
Notifications
You must be signed in to change notification settings - Fork 142
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
Permission denied on login page #169
Comments
i dotn know what caused it, but i changed the session path now to inside the tasmoadmin dir. |
I checked and they are |
heya, do you set the data dir on a CIFS mount if you create the container? |
just a remark : "APACHE_SERVER_NAME=tasmoadmin.example.com" is no longer required in your docker command. ps not related to your issue. |
It's local file on the system an it worked fine initially. I tried recreating it as I said and it created the files anew and set the proper permissions. No errors in the docker LOG. |
OK confirming that it works with 1.3.3 and 1.4.0 now. One side question - on my changelog page it shows Old Commit Revision => Unknown is this expected for docker? I removed the old image and downloaded the 1.4.0 but still the same. |
oh and one minor cosmetic issue that I forgot to mention - the both error messages I saw initially were partially hidden by the top navigation bar. I just saw the first one because it was rendered for half a second before the navigation and then went to see the page source. |
heya, changelog) cosmetic) Offtopic: im looking for a GUI to see if the containers git image updates, do you know sth? how do you know their is a new update for tasmoadmin docker? portiner just allows me to pull the latest, but it does now show a notification for a new update. |
Sorry for the delay - I missed the notification for your last comment. |
I am using docker image like this:
docker run -d --restart unless-stopped --name tasmoadmin -p 9001:80 -v /etc/tasmoadmin:/data -e APACHE_SERVER_NAME=tasmoadmin.example.com raymondmm/tasmoadmin
It was working fine and I updated a sonoff. I Tried logging today after the machine was off for a week or so and I got:
Warning: session_start(): open(/tmp/sess_151oa80i2sgrv2buqi9eld5l0i, O_RDWR) failed: Permission denied (13) in /var/www/tasmoadmin/includes/top.php on line 7
Warning: session_start(): Failed to read session data: files (path: ) in /var/www/tasmoadmin/includes/top.php on line 7
I tried restarting and reinstalling, which updated to version 1.3.1 but the issue is the same. I removed the configuration folder and it recreated it while asking me to register. It them updated the file with username and pass but I still cannot login and see those messages.
The text was updated successfully, but these errors were encountered: