中文站点-网站精选 - Joomla 4 beta2-dev — No more articles in backend but showing in front end
Joomla 4 beta2-dev — No more articles in backend but showing in front end
Information
I have no more access to articles in backend, while they are showing in front end, after upgrading, from beta1-dev to beta2-dev, with a clean install package (Joomla_4.0.0-beta2-dev-Development-Full_Package.zip). If I am not mistaken, it happened around 2020-06-23.
Not sure if it is related, but now I get this exception each time I refresh the now blank administrator/index.php?option=com_content&view=articles
link :
Exception has occurred.
UnexpectedValueException: FormFactory not set in JoomlaCMSMVCModelListModel
评级: 0.00
票: 0
传出命中: 6
传入命中: 0
收藏 夹: 0
Activity
richard67 commented on Jun 28, 2020
How can you upgrade with a full install package??? That seems wrong to me. Did you just unpack the new files but kept the old database? If so, this is definitely wrong! Or if not, how did you apply the database changes between these versions if not doing an update?
vintzl commented on Jun 28, 2020
OFF TOPIC. You don't help me…
Anyway, you belong to the joomla organization and you ignore that
/administrator/components/com_admin/sql/updates/mysql/
holds all the incremental db updates??? (here for mysql, but also for postgresql)richard67 commented on Jun 28, 2020
I don’t ignore that. I asked if and how you have applied them in order to find out what went wrong.
richard67 commented on Jun 28, 2020
And I am a normal volunteer like everybody here. That I belong to the Organisation on GitHub doesn’t mean I am a speaker or have any other position in the community than a volunteer unpaid contributor.
vintzl commented on Jun 28, 2020
Do not know why, but I had to run twice this sql script
to get my articles back, while I had
#__workflow_associations
populated with the good data.But the exception remains.