Page 1 of 1

Upgrade from 2.4.3 to 3.7.1 failed

Posted: Sat Feb 09, 2019 10:02 am
by blog2read
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?

Re: Upgrade from 2.4.3 to 3.7.1 failed

Posted: Sat Feb 09, 2019 11:26 am
by Edi
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

Re: Upgrade from 2.4.3 to 3.7.1 failed

Posted: Sat Feb 09, 2019 12:30 pm
by blog2read
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.

Re: Upgrade from 2.4.3 to 3.7.1 failed

Posted: Sat Feb 09, 2019 1:31 pm
by Edi
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>