Slackware 8.1a
PHP 4.2.1
MySQL 3.23.49
Apache 1.3.20
rrdtool 4.2.3
Cacti 0.6.8
I do not get to the login screen. I tried doing this.
Code: Select all
update version set cacti="0.6.8";
Code: Select all
update settings set value="" where name="global_auth";
NOTE: test.php which contains <?phpinfo()?>; works fine.
Code: Select all
php cmd.php
sh: /log/rrd.log: No such file or directory
sh: create: command not found
sh: /log/rrd.log: No such file or directory
update: unrecognized option `--template'
Lots more errors about the scripts
I also made sure following was true in php.ini.
Code: Select all
session.use_cookies = 1
session.save_path = /tmp
session.cookie_path = /
TIA