This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Error 3.3 -> 3.4
#1

I want to updgrade from 3.3 to 3.4 and after that to 4.0.
When I try to upgrade from 3.3 to 3.4 I get the following error in the first step:

Error: Could not load stylesheet stylesheet.css!

I already checked that the header.php is correctly transmitted, as mentioned in another post, but it still does not work.
Reply
#2

In the first step of the installer? Check that this file exists:

/install/view/default/stylesheet/css/stylesheet.css

If it does, open /system/engine/base.php and find this line:

PHP Code:
<?php 
die('<b>Error</b>: Could not load stylesheet ' . strtolower($cmtx_stylesheet) . '!');

And add this above it:

PHP Code:
<?php 
var_dump
(CMTX_DIR_VIEW . 'default/stylesheet/css/' . strtolower($cmtx_stylesheet));

That will show the location of the file that it's trying to find.

Have you completed the interview?
Reply
#3

Okay, the stylesheet was really missing. But I don't know why  Confused

Now I get an error in the second step, when I click "Click 'Start' to begin.":
Error: Could not load language main/system!

Info: I have already translated the 3.3 to german which I want to upgrade now.
Reply
#4

I guess you're missing this file as well:
/install/view/default/language/english/main/system.php

Have you completed the interview?
Reply
#5

Thank you for the help. It works now.
Somehow FileZilla seems to have problems uploading some of the files.
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post

Forum Jump:


Users browsing this thread: 1 Guest(s)