Closed imammashur closed 3 years ago
@imammashur did you download img file form PiHome website? change changes made to database permission? on temperature sensors you need to un-comment following line from crontab
*/1 * * * * python /var/www/cron/gpio_ds18b20.py >/dev/null 2>&1
@pihome-shc yes i download it from the website. how do I change the permission? I have send sudo chmod -R 777 to all the files and follow the instruction that assigned on the webserver but I still got permission denied.
Thank you for the temperature sensors, it works now.
@imammashur if img file is downloaded from PiHome website then you dont need to make any changes, no harm running follwoing two commands
chown -R www-data /var/www
chgrp -R www-data /var/www
@imammashur any further action required?
Hello there.
I got 2 errors.
Thank you.