The 'dangling' errors message means that the dashticz_v2 symlink in /var/www/html points to the wrong (non existing) location.nosehook wrote: ↑Thursday 06 December 2018 21:37Hi Loki,Lokonli wrote: ↑Thursday 06 December 2018 20:25 Probably a permission issue indeed. I've a slightly different setup, and I'm not an expert, but probably you have to add read permission to all users for the dashticz related files, and execute permission for the folders .If that's not sufficient then addCode: Select all
chmod a+rx /var/www/html/dashticz_v2
Code: Select all
chmod a+rx /home/pi/domoticz/www/dashticz_v2 chmod -R a+rX /home/pi/domoticz/www/dashticz_v2/*
Thanks for the help!
onI got:Code: Select all
chmod a+rx /var/www/html/dashticz_v2
The second option I got no feedback, however,Code: Select all
chmod: cannot operate on dangling symlink '/var/www/html/dashticz_v2'
Code: Select all
Forbidden You don't have permission to access /dashticz_v2/index.html on this server. Apache/2.4.25 (Raspbian) Server at 192.168.0.115 Port 80
cd /var/www/html/dashticz_v2 probably also doesn't work.
Check the symlink pointer with ls -l /var/www/html
Remove the symlink and recreate it again.
Then check whether it works with
Code: Select all
cd /var/www/html/dashticz_v2