Posts: 3
Threads: 1
Joined: Sep 2020
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.
Posts: 2,812
Threads: 57
Joined: Jun 2010
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:
die('<b>Error</b>: Could not load stylesheet ' . strtolower($cmtx_stylesheet) . '!');
And add this above it:
PHP Code:
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?
Posts: 3
Threads: 1
Joined: Sep 2020
Okay, the stylesheet was really missing. But I don't know why
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.
Posts: 2,812
Threads: 57
Joined: Jun 2010
I guess you're missing this file as well:
/install/view/default/language/english/main/system.php
Have
you completed
the interview?
Posts: 3
Threads: 1
Joined: Sep 2020
Thank you for the help. It works now.
Somehow FileZilla seems to have problems uploading some of the files.