[Solved] Cacti Install
Moderators: Developers, Moderators
-
- Posts: 4
- Joined: Tue Apr 22, 2008 8:53 am
[Solved] Cacti Install
I have just ran thru the instructions that i found at http://bsod2600.home.comcast.net/~bsod2 ... stallation
When i get to the point where i test out the install i get a nice http error 404 - File or directory not found. I have gone thru the instructions twice now, and cant find anything wrong. Any suggestions?
When i get to the point where i test out the install i get a nice http error 404 - File or directory not found. I have gone thru the instructions twice now, and cant find anything wrong. Any suggestions?
please read http://forums.cacti.net/viewtopic.php?t=11747 and post your info.
what happens if you try http://localhost/cacti/index.php ?
what happens if you try http://localhost/cacti/index.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 |
-
- Posts: 4
- Joined: Tue Apr 22, 2008 8:53 am
Operating System: windows 2003 sp2
Webserver: IIS 6
Cacti: 0.8.7b
Spine: Not installed yet
MySQL: 5.0.51a
PHP: 5.2.5
RRDTool (Cygwin or Win32 version): cygwin 1.2.27
Net-SNMP: not installed yet
Cygwin (cygwin1.dll version): 1.5.25-cr-0x5f1
Plugin Architecture:
if i browse out to http://localhost/cacti/index.php i get the same error directory or file not found. If i create a test.htm in the cacti dir... i can open that from http://localhost/cacti/test.htm
when i tried to use cygwin to patch cacti... it just ran in a loop continually making new files but never doing anything else.
Webserver: IIS 6
Cacti: 0.8.7b
Spine: Not installed yet
MySQL: 5.0.51a
PHP: 5.2.5
RRDTool (Cygwin or Win32 version): cygwin 1.2.27
Net-SNMP: not installed yet
Cygwin (cygwin1.dll version): 1.5.25-cr-0x5f1
Plugin Architecture:
if i browse out to http://localhost/cacti/index.php i get the same error directory or file not found. If i create a test.htm in the cacti dir... i can open that from http://localhost/cacti/test.htm
when i tried to use cygwin to patch cacti... it just ran in a loop continually making new files but never doing anything else.
1) When you run: php -m from the command prompt, any errors?
2) double check the NTFS permissions for your /cacti/ folder, following the instructions in my guide.
3) inetpub/wwwroot/cacti/index.php DOES exist, right?
2) double check the NTFS permissions for your /cacti/ folder, following the instructions in my guide.
3) inetpub/wwwroot/cacti/index.php DOES exist, right?
| 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 |
-
- Posts: 4
- Joined: Tue Apr 22, 2008 8:53 am
C:\>php -m
[PHP Modules]
bcmath
calendar
com_dotnet
ctype
date
dom
filter
ftp
hash
iconv
json
libxml
mysql
odbc
pcre
Reflection
session
SimpleXML
snmp
sockets
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
zlib
[Zend Modules]
Error in my_thread_global_end(): 2 threads didn't exit
index.php does exist in inetpub/wwwroot/cacti/
checked my permissions... they all check out.
one thing that might be worth noting. when i am going thru the sql db changes. It always tells me query successful. 0 rows modified.
[PHP Modules]
bcmath
calendar
com_dotnet
ctype
date
dom
filter
ftp
hash
iconv
json
libxml
mysql
odbc
pcre
Reflection
session
SimpleXML
snmp
sockets
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
zlib
[Zend Modules]
Error in my_thread_global_end(): 2 threads didn't exit
index.php does exist in inetpub/wwwroot/cacti/
checked my permissions... they all check out.
one thing that might be worth noting. when i am going thru the sql db changes. It always tells me query successful. 0 rows modified.
Well the fact you're getting a 404, means the web server can't find the file....
Create file called phpinfo.php and place it in your /cacti/ directory
Does that page work? If not, then sounds like you have something misconfigured with PHP and IIS -- or that my_thread_global_end issue is affecting stuff. Plenty on google about that one.
Create file called phpinfo.php and place it in your /cacti/ directory
Code: Select all
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
| 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 |
-
- Posts: 4
- Joined: Tue Apr 22, 2008 8:53 am
Who is online
Users browsing this forum: No registered users and 1 guest