Similar #16350: Modules > New > Choose an Module Type:
4 (latest nightly build)
macOS Sierra, 10.12.5
Firefox 53 (64-bit)
Labels |
Added:
?
|
Rel_Number | 0 | ⇒ | 16350 |
Relation Type | ⇒ | Related to |
Category | ⇒ | com_modules |
I will check this. The local install I installed yesterday doesn't have this error. Will re-download and check it
The MVCFactory is probably not passed down the chain.
MvcFactory is not used to create table object in this model. For some reasons, I could not re-procedure this issue myself in latest 4.0-dev. Could anyone confirms this issue?
My gut feeling is if it works in the git repo or with a fresh install of the nightly build, it's an issue with trying to upgrade a nightly build (which is most assuredly broken right now, the only update logic we have in place is some of the SQL changes).
Status | New | ⇒ | Discussion |
Can install full Package if it helps.
Yes, please !
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-31 08:33:16 |
Closed_By | ⇒ | franz-wohlkoenig |
Status | Closed | ⇒ | New |
Closed_Date | 2017-05-31 08:33:16 | ⇒ | |
Closed_By | franz-wohlkoenig | ⇒ |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-01 03:59:56 |
Closed_By | ⇒ | franz-wohlkoenig |
@laoneo or @joomdonation it looks like the
$this->getTable()
call is failing here (returning boolean instead of a Table object).