Editing/Adding (whole Jquery = Backend) not working after login.
Permalink
Hi there,
I have a very, very simple site working well until last night when I did the update from 5.4.1.1 to 5.4.2.1. On the homepage there's a simple slideshow block (c5 original) that works well too (see here http://www.mazuhn.de ) - even after the update BUT if I now login there is no jquery available and the whole c5 system isn't usable (no editing, no design change, no properties etc. etc.).
Thats code of my header.php in the elements-folder - I've changend nothing from 5.4.1.1 to 5.4.2.1
Chrome's java console gives me these errors:
Resource interpreted as Script but transferred with MIME type text/html.
Uncaught SyntaxError: Unexpected token <
all linked to the js-folder inside the 5.4.2.1 update
I've searched the forum up and down and all I found was problems with additional skripts within the header or body that don't come with c5 causing problems - but no hints why my installation stopped working with a out of the box slideshow block. My guess is, it must have something to do with the slideshow block, because after log in its gone and it re-appears after log out from the dashboard - a behaviour that doesn't exist before the update.
Any help? I've loads of things to change for that domain and can't do anything right now. Thanks in advance.
Christian
I have a very, very simple site working well until last night when I did the update from 5.4.1.1 to 5.4.2.1. On the homepage there's a simple slideshow block (c5 original) that works well too (see here http://www.mazuhn.de ) - even after the update BUT if I now login there is no jquery available and the whole c5 system isn't usable (no editing, no design change, no properties etc. etc.).
Thats code of my header.php in the elements-folder - I've changend nothing from 5.4.1.1 to 5.4.2.1
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style type="text/css">@import url(http://fonts.googleapis.com/css?family=Lato:100,100italic,light,lightitalic,regular,regularitalic,bold,bolditalic,900,900italic);</style> <style type="text/css">@import "<?php echo $this->getThemePath()?>/mazuhn.css";</style> <style type="text/css">@import "<?php echo $this->getStyleSheet('typography.css')?>";</style> <?php Loader::element('header_required'); ?> </head> <body> <div id="fullwrapper"> <div id="innerwrapper"> <div id="header"> </div>
Chrome's java console gives me these errors:
Resource interpreted as Script but transferred with MIME type text/html.
Uncaught SyntaxError: Unexpected token <
all linked to the js-folder inside the 5.4.2.1 update
I've searched the forum up and down and all I found was problems with additional skripts within the header or body that don't come with c5 causing problems - but no hints why my installation stopped working with a out of the box slideshow block. My guess is, it must have something to do with the slideshow block, because after log in its gone and it re-appears after log out from the dashboard - a behaviour that doesn't exist before the update.
Any help? I've loads of things to change for that domain and can't do anything right now. Thanks in advance.
Christian