Uploaded from windows to linux server, now toolbar is blank

Permalink
Hye guys, I uploaded from a windows server to a linux server and now when I try to edit my toolbar is blank. It is still there just blank. On my local dev (windows when I use firebug I get this
<div id="ccm-page-controls-wrapper" class="ccm-ui">
<div id="ccm-toolbar">
<div id="ccm-intelligent-search-results">
<div id="ccm-dashboard-overlay" style="visibility: visible; display: none;">
<div id="ccm-edit-overlay">
</div>


In the linux server when I use firebug on the same element I get this
<div id="ccm-page-controls-wrapper">
<div id="ccm-toolbar"></div>
</div>


What happened to the ul and li's that I am supposed to have?

sambrody24
 
BlueFractals replied on at Permalink Reply
BlueFractals
Have you got this resolved? I am having a similar issue.
JohntheFish replied on at Permalink Reply
JohntheFish
Have you checked the case of database tables. That is the most common issue copying from windows to linux.
BlueFractals replied on at Permalink Reply
BlueFractals
The database tables have correct case like this: "AreaPermissionAssignments". I checked the logs in the dashboard and I can see something like this:

.......adodb-exceptions.inc.php:78 mysql error: [1146: Table 'tlo.PageWorkflowProgress' doesn't exist] in EXECUTE("select wp.wpID from PageWorkflowProgress pwp inner join WorkflowProgress wp on pwp.wpID = wp.wpID where cID = '1' and wpIsCompleted = 0 order by wpDateAdded asc")
(1146)
......
......


Actually PageWorkflowProgress table exists in the database.

In Firebug, it's showing syntax error in this file: /tools/required/page_controls_menu_js
var menuHTML = '';
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!-- insert CSS for Default Concrete Theme //-->
<style type="text/css">@import "/concrete/css/ccm.default.theme.css";</style>
<style type="text/css">@import "/concrete/css/ccm.app.css";</style>
</head>
<body>
......
......
<div id="ccm-theme-wrapper" class="ccm-ui">
<h1>An unexpected error occurred.</h1>
<div class="ccm-error block-message alert-message error">mysql error: [1146: Table 'tlo.PageWorkflowProgress' doesn't exist] in EXECUTE("select wp.wpID from PageWorkflowProgress pwp inner join WorkflowProgress wp on pwp.wpID = wp.wpID where cID = '1'  and wpIsCompleted = 0  order by wpDateAdded asc")


I just couldn't get my head around this problem.
BlueFractals replied on at Permalink Reply
BlueFractals
I reinstalled the whole thing as it was just a small site. In my case, that turned out to be easier than trying to figure out what went wrong.