Webpage Display On All Plugins

Support for the Plugin Architecture

Moderators: Developers, Moderators

Post Reply
jamiller11
Posts: 8
Joined: Fri Jan 05, 2018 2:26 pm

Webpage Display On All Plugins

Post by jamiller11 »

I am having an issue with display output for all plugins. I am running cacti 1.1.10 and have downloaded the compatible plugins for 1.x. I am able to install and enable all plugins with no errors. When I click the tab for the plugin page it loads the image below and losses all graphics and frames and just displays the text. I am a newer user to Lunix. My install is on Ubuntu 16.4.2 LTS I have attached a picture of my issue.

Thanks for any help.
Attachments
plugins.PNG
plugins.PNG (21.88 KiB) Viewed 7668 times
netniV
Cacti Guru User
Posts: 3440
Joined: Sun Aug 27, 2017 12:05 am

Re: Webpage Display On All Plugins

Post by netniV »

Version 1.1.10 is quite old, can you update to the latest 1.1.30 version? It looks like the site is unable to find the theme being used. What is the current theme that is set within the system settings?

However, what I really suspect is that you need to update the config.php in the includes folder to have the correct value of url_path so that it reads

Code: Select all

$url_path='/';
If I am right, this would have been made clear when using the 1.1.30 source as I recently submitted code to check for this very issue.
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
jamiller11
Posts: 8
Joined: Fri Jan 05, 2018 2:26 pm

Re: Webpage Display On All Plugins

Post by jamiller11 »

I am using the modern theme. I did use the correct url path with '/' only. One more newbie question. Can I gwet 1.1.30 and just install it over the top of old version? I'm not worried about the data.
User avatar
Osiris
Cacti Guru User
Posts: 1424
Joined: Mon Jan 05, 2015 10:10 am

Re: Webpage Display On All Plugins

Post by Osiris »

From the new version, simply delete the log and rra directories, and then then:

Code: Select all

cp -rpf new_version old_version
Then, refresh your page and the upgrade will proceed. That easy.
Before history, there was a paradise, now dust.
netniV
Cacti Guru User
Posts: 3440
Joined: Sun Aug 27, 2017 12:05 am

Re: Webpage Display On All Plugins

Post by netniV »

Or use

Code: Select all

git clone https://github.com/cacti/cacti <new dir>
Then copy as above, this means that in the future, you can just perform:

Code: Select all

cd <cacti dir>
git pull
git checkout release/<release number>
No need to copy files after that :)
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests