|
|
| Author |
Message |
weiherd
Joined: 27 Mar 2008 Posts: 7
|
Posted: Thu Apr 10, 2008 4:52 am Post subject: [SOLVED] Help for install plugin-arch 0.8.7b on windows |
|
|
Helo, I got this error after install plugin-architecture 0.8.7b
Warning: reset() [function.reset]: Passed variable is not an array or object in C:\AppServ\www\cacti\lib\functions.php on line 146
Warning: Variable passed to each() is not an array or object in C:\AppServ\www\cacti\lib\functions.php on line 147
Warning: reset() [function.reset]: Passed variable is not an array or object in C:\AppServ\www\cacti\lib\functions.php on line 146
Warning: Variable passed to each() is not an array or object in C:\AppServ\www\cacti\lib\functions.php on line 147 |
|
| Back to top |
|
 |
malibumaniac
Joined: 08 Apr 2008 Posts: 14
|
Posted: Thu Apr 10, 2008 5:30 am Post subject: |
|
|
read the manual for installing it.
you should apply on a freshly installed (not configured) cacti.
after applied the files, you have to edit the globals.php in the include folder.
and dont forget to import the sql. |
|
| Back to top |
|
 |
weiherd
Joined: 27 Mar 2008 Posts: 7
|
Posted: Thu Apr 10, 2008 9:30 am Post subject: |
|
|
| malibumaniac wrote: | read the manual for installing it.
you should apply on a freshly installed (not configured) cacti.
after applied the files, you have to edit the globals.php in the include folder.
and dont forget to import the sql. |
can i have a step to edit globals.php ??? your help is much appreciate  |
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 6791 Location: WA, USA
|
Posted: Thu Apr 10, 2008 3:18 pm Post subject: |
|
|
1) wrong forum, moving.
2) just a tip, make sure to re-apply NTFS security to the new plugin arch files, which the rest of your cacti installation has. |
|
| Back to top |
|
 |
weiherd
Joined: 27 Mar 2008 Posts: 7
|
Posted: Fri Apr 11, 2008 4:26 am Post subject: Re: Help for install plugin-architecture 0.8.7b on windows |
|
|
| weiherd wrote: | Helo, I got this error after install plugin-architecture 0.8.7b
Warning: reset() [function.reset]: Passed variable is not an array or object in C:\AppServ\www\cacti\lib\functions.php on line 146
Warning: Variable passed to each() is not an array or object in C:\AppServ\www\cacti\lib\functions.php on line 147
Warning: reset() [function.reset]: Passed variable is not an array or object in C:\AppServ\www\cacti\lib\functions.php on line 146
Warning: Variable passed to each() is not an array or object in C:\AppServ\www\cacti\lib\functions.php on line 147 |
I did successful install pa0.8.7b on windows using the step below
1) extract cacti-plugin-arch
2) copy all the files in cacti-plugin-arch\files-0.8.7b to cacti folder
3) modify global.php in cacti\include
#if your cacti logon page http://servername/cacti/ put cacti with /
$config['url_path'] = '/cacti/';
4) modify php.ini to turn off warning
display_errors = off
5) restart apache service
 |
|
| Back to top |
|
 |
|