-
Notifications
You must be signed in to change notification settings - Fork 180
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
Cannot run the WebGUI #706
Comments
It looks like when the command "sed -i "s;XX_ALLSKY_HOME_XX;${ALLSKY_HOME};" functions.php save_file.php" is run from the install script and updates functions.php it is not only updating the define direction on line 13 but also the condition statement on line 19. If you want to manually fix, edit the includes/functions.php file and replace line 19 back to the original value: if (ALLSKY_HOME == "XX_ALLSKY_HOME_XX") { |
This solved my issue. |
Many thanks. That has sorted my issue. Neil |
Sorted with instructions above. |
Hi all, as I have same problem since today, but without much knowledge, can someone please help/ assist on this matter? |
Hi. You will find functions.php in the directory /var/www/html/includes/ Just right click the file and select Text Editor. Or use nano from command shell. Cheers Neil |
Hey Neil, |
Line 19 shows me: |
Got it! Thx |
Trying the latest 0.8v out on my other RPi4b. I did an update of Raspabian first with apt. Then followed the wiki update instructions . However from the RPi and Chrome I cannot access the WebGUI. I t keeps telling me to sudo /gui/install.sh --update to access it and that doesn't work. No errors in the logfile either. Any ideas?
The text was updated successfully, but these errors were encountered: