I just did a fresh install of Cacti with "emerge cacti".
After installing the DB, creating the cacti user, editing the config file, I point my browser to the cacti dir, and after a couple of secods of waiting I get a zero sized reply:
http://cacti.fiskah.net
Anyone who had this trouble?
Im running MySQL 4.1.20, PHP 5.1.4, Gentoo Linux.
Zero sized reply from cacti
Moderators: Developers, Moderators
Moving to the linux forum.
1) Did you apply the patches to cacti yet?
2) Did you forget to set the default files for the webroot? (i.e. index.php)?
3) Did you forget to configure apache with php?
1) Did you apply the patches to cacti yet?
2) Did you forget to set the default files for the webroot? (i.e. index.php)?
3) Did you forget to configure apache with php?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
What patches?BSOD2600 wrote:1) Did you apply the patches to cacti yet?
Nope server is working fine, its just cacti that is malfunctioning.BSOD2600 wrote:2) Did you forget to set the default files for the webroot? (i.e. index.php)?
Same as above.BSOD2600 wrote:3) Did you forget to configure apache with php?
It seems that I have now solved the problem.
It lay in line 66 of config.php:
I had to change that to:
It lay in line 66 of config.php:
Code: Select all
$config["library_path"] = ereg_replace("(.*[\/\\])include", "\\1lib", dirname(__FILE__));
Code: Select all
$config["library_path"] = "/var/www/localhost/htdocs/cacti/lib";
Who is online
Users browsing this forum: No registered users and 3 guests