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
In the linux server when I use firebug on the same element I get this
What happened to the ul and li's that I am supposed to have?
<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?
Have you got this resolved? I am having a similar issue.
Have you checked the case of database tables. That is the most common issue copying from windows to linux.
The database tables have correct case like this: "AreaPermissionAssignments". I checked the logs in the dashboard and I can see something like this:
Actually PageWorkflowProgress table exists in the database.
In Firebug, it's showing syntax error in this file: /tools/required/page_controls_menu_js
I just couldn't get my head around this problem.
.......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")
Viewing 15 lines of 19 lines. View entire code block.
I just couldn't get my head around this problem.
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.