I've edited the necessary conf files and put Hiawatha Monitor in its place, then run the setup_database script for installation. First thing appeared during database setup was this message;
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
Make sure the database settings in settings/website.conf are correct!
Enter MySQL root password: PHP Warning: system() has been disabled for security reasons in /var/www/domain.tld/http/monitor/database/setup_database on line 12
After I've typed the root password for the MySQL server and hit enter, these similar messages followed;
PHP Warning: system() has been disabled for security reasons in /var/www/domain.tld/http/monitor/database/setup_database on line 14
PHP Warning: system() has been disabled for security reasons in /var/www/domain.tld/http/monitor/database/setup_database on line 66
According to phpMyAdmin, it seems like the setup script was able to create the database and the privileged user given in the website.conf. However, there were no tables whatsoever in the database. I've tried importing the "mysql.sql" by hand but, although tables are created and filled after my attempt, I'm not able to login with the default credentials (admin:monitor -> "Login incorrect"). Also, there is a notice on top of the login screen stating:
Only variables should be passed by reference in /var/www/domain.tld/http/monitor/libraries/database/database_connection.php on line 259.
Any ideas?
PHP: v5.4.4-2 (Hiawatha is configured for PHP-FPM, but since script is pointing "/usr/bin/php", it is using cli)
Hiawatha version: 8.4
Operating System: Debian Wheezy