Open the home Dashboard
A clean interface on the right
Blocks all over the place. Post Installation Messages notification and link to the frontend as a plain link, not styled.
Safari 14, Mac OS X 11.2.3, Joomla 4 RC 1
Labels |
Added:
?
|
@stimpsonjcat Did you update from a previous Beta? Or from a previous nightly build? The latter is not supported and so can cause a mess. Please report back. Thanks in advance.
@stimpsonjcat Did you update from a previous Beta? Or from a previous nightly build? The latter is not supported and so can cause a mess. Please report back. Thanks in advance.
@richard67 Made yesterday the update from previous nightly build 4.0.0-beta8-dev to:
4.0.0-2021-05-30 | 4.0.0-rc2-dev |
---|
successfully. Looks same as from @sandramay0905
the database is out of date.
Updating from nightlies is not supported and results in SQL statements from update SQL scripts not being executed, or being executed twice, depending on which script has been run as last with the previous update.
The reason for this is that we have decided to combine update SQL scripts to reduce their number before making RC 1.
It was this PR here: #34139 .
What you can do is to go through the update SQL scripts 4.0.0-2021-04-22.sql, 4.0.0-2021-04-27.sql and 4.0.0-2021-05-21.sql and check which os the SQL statements haven't run yet. But that requires some database knowledge.
@richard67 the update scripts address structure not content and in this case it is content so they wont help in this case
@brianteeman No, you know pretty well that the update SQL scripts touch both structure and content and that I had to make one after your PR especially for that. See #33375 . I's the schema checker which ignores content updates, but we have and always had content updates like insert into menu table or whatever else in our update SQL scripts, and you know that.
sorry -multitasking during a meeting with the eu and my brain exploded
@stimpsonjcat It seems the database was not up to date since longer, so you could be lucky and the fix could be easy: Go to "System - Manage - Database" and check what the database checker reports, but don't use the "Fix" button because this will only fix the structure but not the data needed to solve your problem. There should be a problem about schema version not matching. Note which database schema version is reported (should be the lower one of these 2 with respect to the naming scheme of the update SQL scripts). Then check which update SQL scripts are available for your database type and run all which have a later schema version in their name.
E.g. if your database is MySQL or MariaDB, you can find the script here: https://github.com/joomla/joomla-cms/tree/4.0-dev/administrator/components/com_admin/sql/updates/mysql
If your database schema version is e.g. "4.0.0-2020-12-20.sql"m you have to run scripts "4.0.0-2021-04-22.sql", "4.0.0-2021-04-27.sql" and "4.0.0-2021-05-30.sql",
The "4.0.0-2021-04-27.sql" is the one which solves your problem.
@stimpsonjcat If you don't have much content created yet or are just testing, the easiest thing you can do is to make a new, clean installation of 4.0 RC 1 and then copy your content to there from the (messed) installation. Updating between releases will be safe, so you will be able to update to RC 2, RC 3 and so on (with the possibility to skip some RC x on the way) and then to final. But updating from nightlies or between nightlies is officially not supported.
Updated from (existing website) J4-Beta7 to RC1. No problems encountered during upgrade.
At first glance no difference on chrome-browsers and safari (Big Sur with iPad, iPhone emulator) on front & back-end.
Media manager is cleaned up and usable (still limited on docs, video media).
The option and other tabs items/dropdowns are stretched to available width, is this per design? A bit silly on a 23inch monitor.
In general I like it!
Will go deeper in the coming days....
Is there an upgrade path from J3 to J4?? I tried with J3-3.10 first then J4 but failed horrible, aka broken.
Is there an upgrade path from J3 to J4?? I tried with J3-3.10 first then J4 but failed horrible, aka broken.
In order to upgrade from 3.9.x to Joomla 4, you have to go via the latest 3.10 release. There is no direct upgrade path between 3.9 and 4.x planned nor supported. All upgrades go via 3.10.
For the upgrade please follow these steps:
https://www.joomla.org/announcements/release-news/5837-joomla-4-rc-1-and-joomla-3-10-alpha-6.html
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-06-07 08:10:38 |
Closed_By | ⇒ | drmenzelit |
Closing this now. Can be re-opened if the solutions posted above don't work.
Looks like a update from a beta. Please clean your browser cache and open the admin template style and save or do a clean install.
Clean install of today (safari, mac):