POXMOX 3.4 web interface cannot load

supersonic

New Member
May 9, 2015
1
0
1
I've tryed to load the web interface from several different computers, with Firefox, MS Explorer and Chrome, but the result was the same - blank page with the following HTML code:
Code:
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=10">
    <title>Proxmox Virtual Environment</title>
 
    <link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" />
    <link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
<script type="text/javascript">function gettext(buf) { return buf; }</script>    <script type="text/javascript" src="/pve2/ext4/ext-all-debug.js"></script>
    <script type="text/javascript" src="/pve2/ext4/pvemanagerlib.js"></script>
    <script type="text/javascript" src="/pve2/ext4/locale/ext-lang-en.js"></script>
    <script type="text/javascript">if (typeof(PVE) === 'undefined') PVE = {};
PVE.UserName = ''
PVE.CSRFPreventionToken = 'null';
// we need this (the java applet ignores the zindex)
Ext.useShims = true;
Ext.History.fieldid = 'x-history-field';
Ext.onReady(function() { Ext.create('PVE.StdWorkspace');});
</script>
    
  </head>
  <body>
    <!-- Fields required for history management -->
    <form id="history-form" class="x-hidden">
    <input type="hidden" id="x-history-field"/>
    </form>
  </body>
</html>
 
I've tryed to load the web interface from several different computers, with Firefox, MS Explorer and Chrome, but the result was the same - blank page with the following HTML code:
Code:
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=10">
    <title>Proxmox Virtual Environment</title>
 
    <link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" />
    <link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
<script type="text/javascript">function gettext(buf) { return buf; }</script>    <script type="text/javascript" src="/pve2/ext4/ext-all-debug.js"></script>
    <script type="text/javascript" src="/pve2/ext4/pvemanagerlib.js"></script>
    <script type="text/javascript" src="/pve2/ext4/locale/ext-lang-en.js"></script>
    <script type="text/javascript">if (typeof(PVE) === 'undefined') PVE = {};
PVE.UserName = ''
PVE.CSRFPreventionToken = 'null';
// we need this (the java applet ignores the zindex)
Ext.useShims = true;
Ext.History.fieldid = 'x-history-field';
Ext.onReady(function() { Ext.create('PVE.StdWorkspace');});
</script>
    
  </head>
  <body>
    <!-- Fields required for history management -->
    <form id="history-form" class="x-hidden">
    <input type="hidden" id="x-history-field"/>
    </form>
  </body>
</html>

Hi,
looks not bad.
Is your Firefox actual? Have you clear the browser cache?

I have the same output with an full displayed login-mask:
Code:
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=10">
    <title>Proxmox Virtual Environment</title>
 
    <link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" />
    <link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
<script type="text/javascript">function gettext(buf) { return buf; }</script>    <script type="text/javascript" src="/pve2/ext4/ext-all-debug.js"></script>
    <script type="text/javascript" src="/pve2/ext4/pvemanagerlib.js"></script>
    <script type="text/javascript" src="/pve2/ext4/locale/ext-lang-en.js"></script>
    <script type="text/javascript">if (typeof(PVE) === 'undefined') PVE = {};
PVE.UserName = ''
PVE.CSRFPreventionToken = 'null';
// we need this (the java applet ignores the zindex)
Ext.useShims = true;
Ext.History.fieldid = 'x-history-field';
Ext.onReady(function() { Ext.create('PVE.StdWorkspace');});
</script>
    
  </head>
  <body>
    <!-- Fields required for history management -->
    <form id="history-form" class="x-hidden">
    <input type="hidden" id="x-history-field"/>
    </form>
  </body>
</html>
Udo
 
Hi,
I have a similar problem this happen after i ran "apt-get upgrade" currently my GUI isn't loading on any browser.When I go to vi /usr/share/pve-manager/ext4/pvemanagerlib.js this file is empty. before there used be chunks of codes there. i have been looking everywhere for this file I don't have a backup of it. and I have been looking online everywhere I can't find it. any tips and advice is really appreciate it.
 
Last edited: