I ran once into a similar problem some time ago (on an old RAQ550 server), when upgrading with yum.<br>I dont remember the config file which I modified for the GUI to work. It was the problem of php upgrading from php4 to php5, and the gui showed blank. <br>
Maybe its related to this , maybe not. I'll have a look if I find the analogue of that config file on my BO server.<br><br>Rgds,<br><br>Enid<br><br><div class="gmail_quote">On Mon, Sep 14, 2009 at 10:57 PM, David Thacker <span dir="ltr"><<a href="mailto:David@thackernet.com">David@thackernet.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sent: Friday, September 11, 2009 2:23 PM<br>
Subject: [BlueOnyx:02360] No main menu after big YUM Update<br>
<div><div></div><div class="h5"><br>
<br>
> Hi all,<br>
><br>
> I've got BX running on a test server on my desk, an MSI something or<br>
> other<br>
> that I bought from Gerald about 18 months ago.  I rarely power this<br>
> server<br>
> up, but have decided to spend more time getting ready to put it into<br>
> production.  So, I powered it up, and logged in via GUI, and proceeded<br>
> to<br>
> do a YUM Update (via GUI).<br>
><br>
> It has something like 332 updates to install...<br>
><br>
> So, I let it go ahead, and everything appeared to proceed normally.<br>
><br>
> Since the update, when I log in to the GUI as admin, I get a<br>
> nearly-blank<br>
> page instead of the main admin menu.  A PNG of the page is attached.<br>
><br>
> I've rebooted the server a couple times, didn't help.<br>
><br>
> Tried both Chrome and IE8 browsers, same result.  Both of these browsers<br>
> did work fine before the YUM Update.  Also tried an old IE6 browser on<br>
> another desktop, same problem.<br>
><br>
> Logged in via SSH and tried a YUM Clean All then YUM Update again, but<br>
> nothing is updated.<br>
><br>
> Any ideas on what I can do to get my web GUI back?<br>
><br>
> I did get a YUM Update report emailed to me, and can attach that if it<br>
> is<br>
> useful.  As far as I can see, it reports a successful update.<br>
><br>
> Regards,<br>
><br>
> David Thacker<br>
<br>
<br>
</div></div>Here's the HTML source of the blank main admin menu page in case that<br>
prompts any clues:<br>
<br>
--<br>
<br>
<HTML><br>
<HEAD><br>
<META HTTP-EQUIV="expires" CONTENT="-1"><br>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"><br>
</HEAD><br>
<br>
  <script language="Javascript" type="text/javascript"<br>
src="/libJs/ajax_lib.js"></script><br>
  <script language="Javascript"><br>
    <!--<br>
      checkpassOBJ = function() {<br>
        this.onFailure = function() {<br>
          alert("Unable to validate password");<br>
        }<br>
        this.OnSuccess = function() {<br>
          var response = this.GetResponseText();<br>
          document.getElementById("results").innerHTML = response;<br>
        }<br>
      }<br>
<br>
<br>
      function validate_password ( word ) {<br>
        checkpassOBJ.prototype = new ajax_lib();<br>
        checkpass = new checkpassOBJ();<br>
        var URL = "/uifc/check_password.php";<br>
        var PARAM = "password=" + word;<br>
        checkpass.post(URL, PARAM);<br>
      }<br>
<br>
    //--><br>
  </script><br>
<br>
<SCRIPT LANGUAGE="javascript"><br>
// top.code may not exist yet<br>
if(top.code != null && top.code.css_captureEvents != null)<br>
  top.code.css_captureEvents(window);<br>
</SCRIPT><br>
<br>
<BODY ALINK="#FFFFFF" onLoad=" return true"<br>
STYLE="background-color:#D2D2D2;background-image:url(/libImage/BlueOnyx/BackgroundCorner.gif);background-repeat:no-repeat;background-attachment:fixed;"><br>
<FONT STYLE="font-family:Arial,Helvetica,sans-serif;font-size:12px;"><br>
<CENTER><br>
<br>
<FORM NAME="form" ID="form" ACTION="/nav/blank.php" METHOD="POST"<br>
ENCTYPE="multipart/form-data" ><br>
<INPUT TYPE="HIDDEN" NAME="_save" VALUE=""><br>
<SCRIPT LANGUAGE="javascript"><br>
<br>
<br>
if (!document.form && document.getElementById)<br>
 document.form = document.getElementById("form");<br>
<br>
document._form_form_wait = 'Please wait for the changes to complete.';<br>
<br>
<br>
<br>
function _Form_submitHandler_form() {<br>
  var form = document.form;<br>
<br>
  // call all handlers<br>
  for(var i = 0; i < form.elements.length; i++) {<br>
    element = form.elements[i];<br>
    if(element.changeHandler != null && !element.changeHandler(element))<br>
      return false;<br>
    if(element.submitHandler != null && !element.submitHandler(element))<br>
      return false;<br>
  }<br>
<br>
  return true;<br>
}<br>
<br>
document.form.onsubmit = _Form_submitHandler_form;<br>
</SCRIPT><br>
<br>
<BR><br>
<br>
</FORM><br>
<br>
</CENTER><br>
</FONT><br>
</BODY><br>
<HEAD><br>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"><br>
</HEAD><br>
</HTML><br>
<br>
<br>
--<br>
<br>
<br>
Any ideas?<br>
<br>
David Thacker<br>
<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div><br>