for the garbage collector to work I need to fill in in the php path:
config['dashticz_php_path']='******'
Does anybody know what the php path is on a synology nas?
kind regards,
Benny
garbage collector php path synology
Moderators: leecollings, htilburgs, robgeerts
-
- Posts: 2290
- Joined: Monday 29 August 2016 22:40
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: garbage collector php path synology
With a default installation you would run dashticz on a php-enabled webserver (like Apache).
Then the dashticz_php_path will have it's default location: './vendor/dashticz/' and you can remove config['dashticz_php_path'] from your CONFIG.js.
If you decide to run the php files from a different (php-enabled) webserver then first you have to copy the ./vendor/dashticz folder to that server.
If you for instance copied it to <webroot>/dashticzphpfolder on server http://192.168.178.1:88 then use the following setting:
Code: Select all
config['dashticz_php_path']='http://192.168.178.1:88/dashticzphpfolder/';
Who is online
Users browsing this forum: FireWizard and 1 guest