2014-02-13 80 views
1

我幾天前將phpMyAdmin升級到最新版本,遵循站點教程(刪除並替換Xampp中的phpMyAdmin文件夾的所有內容,並用最新的文件替換舊的config.inc.php)。升級後,我經常會收到錯誤消息和錯誤代碼。「發生了致命的JavaScript錯誤,您想發送錯誤報告嗎?」關於phpmyadmin

  { 
"exception": { 
    "mode": "onerror", 
    "message": "Uncaught ReferenceError: makeProfilingChart is not defined", 
    "stack": [ 
     { 
      "line": "1", 
      "func": "?", 
      "uri": "sql.php?target=", 
      "scriptname": "sql.php" 
     } 
    ], 
    "useragent": "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36", 
    "uri": "sql.php?target=" 
}, 
"script_name": "sql.php", 
"pma_version": "4.1.7", 
"browser_name": "CHROME", 
"browser_version": "32.0.1700.107", 
"user_os": "Win", 
"server_software": "Apache/2.4.7 (Win32) OpenSSL/1.0.1e PHP/5.5.6", 
"user_agent_string": "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36", 
"locale": "en", 
"configuration_storage": "enabled", 
"php_version": "5.5.6", 
"microhistory": { 
    "pages": [ 
     { 
      "hash": "index.php?db=&table=&server=1&target=&token=9e78f35e781e58d1a3a46f930985af27" 
     }, 
     { 
      "hash": "db_structure.php?db=widget_crop&table=&server=1&target=&token=9e78f35e781e58d1a3a46f930985af27", 
      "params": { 
       "opendb_url": "db_structure.php", 
       "safari_browser": "0", 
       "querywindow_height": "400", 
       "querywindow_width": "600", 
       "collation_connection": "utf8mb4_general_ci", 
       "lang": "en", 
       "server": "1", 
       "text_dir": "ltr", 
       "pma_text_default_tab": "Browse", 
       "pma_text_left_default_tab": "Structure", 
       "confirm": "true" 
      } 
     }, 
     { 
      "hash": "sql.php?db=widget_crop&table=users&server=1&target=&token=9e78f35e781e58d1a3a46f930985af27", 
      "params": { 
       "opendb_url": "db_structure.php", 
       "safari_browser": "0", 
       "querywindow_height": "400", 
       "querywindow_width": "600", 
       "collation_connection": "utf8mb4_general_ci", 
       "lang": "en", 
       "server": "1", 
       "text_dir": "ltr", 
       "pma_text_default_tab": "Browse", 
       "pma_text_left_default_tab": "Structure", 
       "confirm": "true" 
      } 
     } 
    ], 
    "current_index": "3" 
} 
} 

我無法恢復到舊版本,因爲我已經刪除它,錯誤導致沒有響應鼠標點擊,我卡在它。

回答

6

在Chrome瀏覽器中,我也有一個錯誤消息(「發生了致命的JavaScript錯誤,您希望發送錯誤報告嗎?」)。我在Internet Explorer中嘗試'localhost/phpmyadmin',它運行良好。因此,我在Chrome瀏覽器中停用了PageXray擴展程序。它適用於Chrome瀏覽器。祝你好運。

1

這是Google Chrome上次更新時出現的問題。在其他jQuery和其他代碼中會發生此問題。我建議你使用鉻。

1

當安裝了某些擴展程序時,Chrome瀏覽器出現此問題。對於我來說,這是PageXray。禁用了PageXray擴展,phpmyadmin工作正常,加載速度也更快。

相關問題