Page 1 of 1
Home Page Modification broken on 2014R1.4
Posted: Tue Sep 09, 2014 3:01 pm
by gfsa
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
Re: Home Page Modification broken on 2014R1.4
Posted: Tue Sep 09, 2014 5:16 pm
by abrist
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?
Re: Home Page Modification broken on 2014R1.4
Posted: Tue Sep 09, 2014 5:17 pm
by tmcdonald
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:
Code: Select all
grep "href" /usr/local/nagiosxi/html/includes/components/homepagemod/homepagemod.inc.php
Re: Home Page Modification broken on 2014R1.4
Posted: Wed Sep 10, 2014 9:05 am
by gfsa
i) Link that is displayed in the lower-left corner is:
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.php
"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.
Re: Home Page Modification broken on 2014R1.4
Posted: Wed Sep 10, 2014 5:01 pm
by lmiltchev
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=homepagemod
Re: Home Page Modification broken on 2014R1.4
Posted: Thu Sep 11, 2014 8:40 am
by gfsa
When I type in
Code: Select all
http://<ip address>/nagiosxi/admin/components.php?config=homepagemod
directly into the browser's address bar, I am successfully directed to the "Home Page Modification Settings" page.
Thanks
Re: Home Page Modification broken on 2014R1.4
Posted: Thu Sep 11, 2014 5:11 pm
by lmiltchev
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?