Bonjour,
Tentant d'installer OJN sur mon RPI, je n'arrive pas à résoudre cette erreur (log apache) :
[Fri Jul 17 14:40:49 2015] [error] [client 192.168.1.128] PHP Notice: Undefined index: ztamps in /var/www/OpenJabNab/http-wrapper/ojn_admin/class/template.class.php on line 45
Je précise que j'ai aussi domoticz installé sur mon RPI. Cause possible du problème ?
Merci d'avance de votre aide, je suis bloqué là-dessus depuis trop de temps !
(ci-dessous fichiers conf apache et ojn)
pi@ojn ~ $ cat /etc/apache2/sites-available/default
DocumentRoot /var/www/OpenJabNab/http-wrapper/
Options FollowSymLinks
AllowOverride All
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
pi@ojn ~ $ cat /etc/apache2/sites-available/default
DocumentRoot /var/www/OpenJabNab/http-wrapper/
Options FollowSymLinks
AllowOverride All
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined