Project moved from dev to production server
Message: Application Instantiation Error
File: /mnt/c/local-dev/public_html/itsolutions/euroguidance_network/web/libraries/src/Factory.php
Line: 137
apache2, php 7.1.9, ubuntu16.04.1
Labels |
Added:
?
|
Title |
|
Category | ⇒ | Libraries |
It is totally fresh joomla 3.7 updated to 3.8 and moved to production. Very strange...
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-09-19 18:48:59 |
Closed_By | ⇒ | nnerijuss |
Same issue, got a website working on a local server, and once uploaded, got the same error, on site and admin, tried to change template, disabled extensions, still got it anyhow
@FabriceFRANK Please ask help on the forums. This repository concerns in first Place Joomla coding.
Unfortunately that's not going to be enough to see why you're getting that message.
All it's telling us is that a call to
Joomla\CMS\Factory::getApplication()
is failing becauseJoomla\CMS\Factory::$application
hasn't been set (or someone unset it in a really odd twist) and the call togetApplication()
doesn't have a parameter to attempt to load an application subclass.