4.0-dev
branchcomposer install
and then npm install
I expect to see content both on the Frontend and backend like this:
I saw a blank Page both on the Frontend and the Backend(Administrator) sides.
I noticed this when I turned on debugging for the one I installed on my Ubuntu Server and the One I have locally on my Mac OSX, here is the result:
Labels |
Added:
?
|
Status | New | ⇒ | Closed - Unconfirmed Report |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-11 14:02:08 |
Closed_By | ⇒ | franz-wohlkoenig |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/24151
closed as unconfirmed Report. Please reopen if Issue persist.
@ghazal thanks for Investigation.
closed as unconfirmed Report. Please reopen if Issue persist.
@ghazal thanks for Investigation.
Do you have a similar environment like mine?
System information
Status | Closed - Unconfirmed Report | ⇒ | Discussion |
Closed_Date | 2019-03-11 14:02:08 | ⇒ | |
Closed_By | franz-wohlkoenig | ⇒ |
Set to "open" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/24151
reopened as Issue persist.
My environment:
mac 10.12
node 11.10.0
npm 6.8.0
Composer version 1.8.4
All packagers installed and updated via Homebrew
iTerm instead of Mac Terminal
php 7.2.5
MySQL 5.7.22
Actually, I am using Bitnami MAMP stack, so I don't have to care about these versions.
Based on what you just posted above, the only notable difference in our configuration is the MySQL versions, mine is v8
while yours is v5.7
. Noticing that, I downgraded to v5.7
and everything works fine now.
It appears Joomla v4.0
might be having compatibility issues with MySQL v8
.
Thanks, @ghazal and @franz-wohlkoenig
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-11 17:49:21 |
Closed_By | ⇒ | bosunski |
Can this be re-opened please and change the title from (mac osx) to (mysql 8) as it definitely needs investigating
Alright ... I'll do that.
Status | Closed | ⇒ | New |
Closed_Date | 2019-03-11 17:49:21 | ⇒ | |
Closed_By | bosunski | ⇒ |
Title |
|
I didn't think of the error logs earlier as I already removed MySQL 8 and installed 5.7. I will install v8
again and get the error logs across.
Status | New | ⇒ | Discussion |
Does this need updating? https://docs.joomla.org/Joomla_and_MySQL_8
Category | ⇒ | MS SQL |
Labels |
Added:
J4 Issue
|
Close this as a known issue as there is a doc page for it?
closed as stated above; Issue can always be reopened.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-11 17:03:00 |
Closed_By | ⇒ | franz-wohlkoenig |
Actually, there should be one issue open somewhere tracking the progress of MySQL 8 compatibility in the CMS. Without that, items will be continually closed pointing to that docs page which gives the impression that Joomla is not making efforts to support MySQL 8 (hell it still doesn't fully support 5.7).
Closing items and pointing to a doc page generally comes across as "this is how Joomla works, here is the documentation reference explaining it".
Status | Closed | ⇒ | New |
Closed_Date | 2019-05-11 17:03:00 | ⇒ | |
Closed_By | franz-wohlkoenig | ⇒ |
Status | New | ⇒ | Discussion |
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-10 03:53:09 |
Closed_By | ⇒ | Quy |
Closing in favor of #25452 as it has additional details.
Everything worked fine for me today.
Using a mac too.
Try this:
git clone --depth=1 -b 4.0-dev https://github.com/joomla/joomla-cms/
composer install
npm ci
instead of
npm install