Blank Edit Bar after site move
Permalink
I just migrated my site from the test directory to the "live" directory on the same server. I followed the "Move a site" instructions to the letter. Now the edit bar shows up, but is blank and I'm unable to edit any pages. Also, when I go to the dashboard via mysite.com/index.php/dashboard it displays fine the first time, but upon leaving and returning to dashboard - all links are compressed to the left side in one column and some overlap.
I ran the developer tools in my browser to check the console for errors, and it shows an error at the following location: updates/concrete5.6.1.2_updater/concrete/core/models/workflow/progress/history.php on line 34
I'm stuck guys. Any help would be VERY much appreciated!
I ran the developer tools in my browser to check the console for errors, and it shows an error at the following location: updates/concrete5.6.1.2_updater/concrete/core/models/workflow/progress/history.php on line 34
I'm stuck guys. Any help would be VERY much appreciated!
Hostco, Thanks for the reply.
I have configured the config/site.php. The line you're talking about was not in that file. It mostly pertained to the database and a line about the update. Perhaps it would be worth putting the DIR_REL line in just to see what happens though.
I cleared the site cache before I moved the site over to the new directory, and again after the site was in place. I clear my browser cache frequently as well.
I have configured the config/site.php. The line you're talking about was not in that file. It mostly pertained to the database and a line about the update. Perhaps it would be worth putting the DIR_REL line in just to see what happens though.
I cleared the site cache before I moved the site over to the new directory, and again after the site was in place. I clear my browser cache frequently as well.
If you would not mind providing us with admin access to your site, we can take a look at it to see what is causing the issue.
Please private message the access details.
Thank you
Please private message the access details.
Thank you
Update: I got the Edit Bar to display and I now have edit capabilities. I did this by deleting the update directory and re-uploading it. However, when in edit mode - the edit options display odd and if editing a block - it only shows the html only.
The dashboard is also still displaying compressed with links on top of each other.
The dashboard is also still displaying compressed with links on top of each other.
Hi,
The is being caused by mod_pagespeed
Disable this on your server and all will be back to normal.
The is being caused by mod_pagespeed
Disable this on your server and all will be back to normal.
Thanks sooo much!!! That did it!
You are welcome :)
Take a look inside
/config/site.php
Make sure this setting is not still pointing to the old location
If you moved your site to the root, change it to
or delete the line completely as its not needed if concrete5 is in the root.
Last, clear the concrete5 cache as well as your browser cache.