Upgrade from 2.4.3 to 3.7.1 failed

Post Reply
User avatar
blog2read
Ssr. Bludit
Posts: 17
Joined: Mon Jul 03, 2017 9:20 pm
Location: Switzerland

Hi there

I tried to upgrade Bludit from 2.3.4 to 3.7.1 with normal procedure - overwriting all files in the root folder. But this failed. With admin login I get a white page.

Then I found in the form the two-way-upprade. First to run migrate.php, then upgrade to 3.4.0 and then further. But with same result: White admin page.

Any help?
m.f.G.
Blog Reader
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

This means you followed the tutorial:

https://planet-bludit.ch/update-und-mig ... 34-auf-v30

Did you use the latest version of the script:

https://github.com/anaggh/bludit-script ... n-v2-to-v3
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
blog2read
Ssr. Bludit
Posts: 17
Joined: Mon Jul 03, 2017 9:20 pm
Location: Switzerland

I did it again - seems that migrate.php wasn't copied correctly - now I get a success message from the script.

First step seems to work: I can login to the admin pages.

But second step failed: The site has still white page.

Update: I disabled all plugins - now it starts. So have to find which plugin is faulty.

Update2: It was Custom CSS which seems to be not compatible with recent version.

So this let me ask: How to make changes for templates when not directly in the CSS of the template. Custom CSS was very handy.
m.f.G.
Blog Reader
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

blog2read wrote: Sat Feb 09, 2019 12:30 pm It was Custom CSS which seems to be not compatible with recent version.

So this let me ask: How to make changes for templates when not directly in the CSS of the template. Custom CSS was very handy.
You can use in the same manner for custom CSS the plugin HTML code. Write your code between the tags <style> and </style>:

Code: Select all

<style>

Your code...

</style>
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Post Reply