|
|
| Author |
Message |
it Cacti User
Joined: 17 Jun 2008 Posts: 118
|
Posted: Thu Jul 10, 2008 8:50 am Post subject: [SOLVED] problem installing cacti plugin arch |
|
|
after i install the cacti plugin arch, my cacti got broken.
i don t see anymore the page of crete device and other pages too.
the way i installed:
i copied all the files from files0.8j to cacti directory
cp *.* /var/www/cacti
any help??? |
|
| Back to top |
|
 |
streaker69 Cacti Pro User
Joined: 27 Mar 2006 Posts: 647 Location: Psychic Amish Network Administrator
|
Posted: Thu Jul 10, 2008 11:14 am Post subject: Re: problem installing cacti plugin arch |
|
|
| it wrote: | after i install the cacti plugin arch, my cacti got broken.
i don t see anymore the page of crete device and other pages too.
the way i installed:
i copied all the files from files0.8j to cacti directory
cp *.* /var/www/cacti
any help??? |
you should have done this:
cp -rf * /var/www/cacti
as there are subdirectories in there that need to be copied as well. |
|
| Back to top |
|
 |
it Cacti User
Joined: 17 Jun 2008 Posts: 118
|
Posted: Thu Jul 10, 2008 11:26 am Post subject: |
|
|
| thx it works, i appreciate ur help , u r right |
|
| Back to top |
|
 |
|