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.
Webpage Display On All Plugins
Moderators: Developers, Moderators
-
- Posts: 8
- Joined: Fri Jan 05, 2018 2:26 pm
Webpage Display On All Plugins
- Attachments
-
- plugins.PNG (21.88 KiB) Viewed 11001 times
Re: Webpage Display On All Plugins
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
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.
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='/';
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
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
-
- Posts: 8
- Joined: Fri Jan 05, 2018 2:26 pm
Re: Webpage Display On All Plugins
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.
Re: Webpage Display On All Plugins
From the new version, simply delete the log and rra directories, and then then:
Then, refresh your page and the upgrade will proceed. That easy.
Code: Select all
cp -rpf new_version old_version
Before history, there was a paradise, now dust.
Re: Webpage Display On All Plugins
Or use
Then copy as above, this means that in the future, you can just perform:
No need to copy files after that
Code: Select all
git clone https://github.com/cacti/cacti <new dir>
Code: Select all
cd <cacti dir>
git pull
git checkout release/<release number>
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
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Who is online
Users browsing this forum: No registered users and 0 guests