|
Hello
After upgrading from 1.6 to 1.7.0.2, there is no css or javascript anywhere on the store or admin area - except the admin login screen.
Now when I say no css/js, I do not mean the paths or urls are incorrect, and this is unlikely to be a css/js merging issue (as it was never enabled, and I’ve tried both ways). No, I mean they are literally not included in the HTML.
Observe the top of the HTML source of a typical admin page which should have many css/js link and script tags;
<!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" xml:lang="en" lang="en"> <head> </head>
<body id="html-body" class=" adminhtml-system-config-edit"> <div class="wrapper"> <noscript> <div class="noscript"> <div class="noscript-inner"> <p><strong>JavaScript seems to be disabled in your browser.</strong></p> <p>You must have JavaScript enabled in your browser to utilize the functionality of this website.</p> </div> </div> </noscript> <div class="header"> <div class="header-top"> Etc
Javascript is in fact enabled, and I have tried this on multiple browsers.
Thanks
|