Team,
It looks like the home page modification onR1.4 is broken.
I am getting the following error:
The requested URL /nagiosxi/includes/components/homepagemod/main.php was not found on this server.
Any suggestions?
Thanks
Home Page Modification broken on 2014R1.4
Re: Home Page Modification broken on 2014R1.4
Odd, there should not be a main.php in the homepagemod folder.
When do you receive this error?
Is "Home" listed under the dashboards menu?
Was this install and upgrade from a pre 2014 version? If so, what was the upgrade path?
When do you receive this error?
Is "Home" listed under the dashboards menu?
Was this install and upgrade from a pre 2014 version? If so, what was the upgrade path?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Home Page Modification broken on 2014R1.4
Go to Admin -> Manage Components and hover over the wrench icon for the Home Page Modification component. What link is displayed in the lower-left corner?
Also, please run the following and post the results:
Also, please run the following and post the results:
Code: Select all
grep "href" /usr/local/nagiosxi/html/includes/components/homepagemod/homepagemod.inc.php
Former Nagios employee
Re: Home Page Modification broken on 2014R1.4
i) Link that is displayed in the lower-left corner is:
http://<HOST_NAME>/nagiosxi/admin/components.php?config=homepagemod
ii). Results of
"href" => $desturl.'/useropts.php',
iii). When I click onto the Dashboards menu, I am presented with the "Home Page" sub menu under "My Dashboards" on the left hand side of the page.
http://<HOST_NAME>/nagiosxi/admin/components.php?config=homepagemod
ii). Results of
Code: Select all
grep "href" /usr/local/nagiosxi/html/includes/components/homepagemod/homepagemod.inc.phpiii). When I click onto the Dashboards menu, I am presented with the "Home Page" sub menu under "My Dashboards" on the left hand side of the page.
Re: Home Page Modification broken on 2014R1.4
What happens when you try to access the "Home Page Modification" directly by typing in the browser's address bar the following?
Code: Select all
http://<ip address>/nagiosxi/admin/components.php?config=homepagemodBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Home Page Modification broken on 2014R1.4
When I type in directly into the browser's address bar, I am successfully directed to the "Home Page Modification Settings" page.
Thanks
Code: Select all
http://<ip address>/nagiosxi/admin/components.php?config=homepagemodThanks
Re: Home Page Modification broken on 2014R1.4
Have you tried making mods and saving the changes? Can you access the component under the "Manage Components" page now or you are still having an issue?
Be sure to check out our Knowledgebase for helpful articles and solutions!