5.6 Missing Edit bar, Fasthosts server

Permalink
I am attempting to update a site to 5.6 on doing so the edit bar disappears on the front of the site.

Everything works in the admin area, but nothing on the front end? Just the gradient bar.

No errors according the inspectors can anyone spot anything that would break this? Normally I attribute these issues with Javascript problems, but from what I can see everything is loading correctly

I could do with running 5.6 for the speed benefits but may have to revert to 5.5.2.1

TheRealSean
 
TheRealSean replied on at Permalink Reply
TheRealSean
Environment Information
<br />
<b>Warning</b>:  set_time_limit() has been disabled for security reasons in <b>/home/fhlinux007/l/mydomain.com/user/htdocs/updates/concrete5.6.0.2/concrete/core/controllers/single_pages/dashboard/system/environment/info.php</b> on line <b>8</b><br />
# concrete5 Version
5.6.0.2
# concrete5 Packages
Blueberry Image Slider (1.2), Designer Content (3.0.2), eCommerce (2.8.3), Less Compiler (0.9.4), Mail Monkey (2.0.0), Tweetcrete (1.6.5).
# concrete5 Overrides
blocks/logo_block, blocks/flabell_player, blocks/page_list, blocks/youtube_wrap, blocks/external_form, blocks/cta_wraparound, blocks/autonav, blocks/email_form, blocks/cookie_banner, blocks/google_map_v3, blocks/rss_displayer, js/swfobject.js, js/expressInstall.swf, mail/block_form_submission.php, single_pages/media_player.php, themes/lodestar
# Server Software
Apache
# Server API
cgi-fcgi
# PHP Version
5.2.6
# PHP Extensions
adajad replied on at Permalink Reply
adajad
Are you using Twitter Bootstrap in your theme (lodestar)?
TheRealSean replied on at Permalink Reply
TheRealSean
Yes, we are using Twitter bootstrap, though it has been heavily customised.

I do think I have been able to solve the issue?,

There where a couple of errors php in the header files, mainly the use of double quotes in the Area declaration

$a = new GlobalArea(('sideNav'));


I removed the extra brackets cleared the cache and things appear to be working in a default theme now to test with the custom version.

Thank you for your help