?
avatar fastslack
fastslack
25 Apr 2015

After update to 3.4.1 i receive this fatal error:

Fatal error: Call to undefined method JInstallerAdapterTemplate::setManifest() in /wwwroot/libraries/cms/installer/adapter/template.php on line 183

Seems that this method is not declared

$ grep setManifest * -d rec
libraries/cms/installer/adapter/module.php:     $this->setManifest($this->parent->getManifest());
libraries/cms/installer/adapter/module.php:     $this->setManifest($this->parent->getManifest());
libraries/cms/installer/adapter/module.php:     $this->setManifest($this->parent->getManifest());
libraries/cms/installer/adapter/template.php:       $this->setManifest($this->parent->getManifest());
libraries/cms/installer/adapter/template.php:       $this->setManifest($this->parent->getManifest());

avatar fastslack fastslack - open - 25 Apr 2015
avatar infograf768
infograf768 - comment - 25 Apr 2015

See https://github.com/joomla/joomla-cms/blob/staging/libraries/cms/installer/adapter.php#L865
That is staging, but I just checked and it is on the same line in 3.4.1

JInstallerAdapterTemplate extends JInstallerAdapter

avatar fastslack
fastslack - comment - 27 Apr 2015

I solved the issue unpacking the 3.4.1 package to rewrite all files but seems that into the Joomla! update is not included some needed files

avatar OctavianC
OctavianC - comment - 29 Apr 2015

Happened to me as well, but as I recall I updated to the stable version after using an alpha or beta build of 3.4.0. Can't reproduce it at this point though :(

avatar zero-24 zero-24 - change - 29 Apr 2015
Category Libraries
avatar zero-24 zero-24 - change - 29 Apr 2015
Title
Fatal error: Call to undefined method JInstallerAdapterTemplate::setManifest()
Fatal error: Call to undefined method JInstallerAdapterTemplate::setManifest()
avatar ggppdk
ggppdk - comment - 30 Apr 2015

It happened to me too not long ago,
also i know another user,

i solved it by unpacking J3.4.1 to overwrite all files too

i looked at the class file it was older version, it seems that Joomla update is not including all needed files when Updating from J3.4.0 betas (sorry i don't remember exact version)

avatar brianteeman
brianteeman - comment - 30 Apr 2015

It is expected that updates from beta releases may have issues. Upgrading a
beta is not supported

On 30 April 2015 at 21:22, Georgios Papadakis notifications@github.com
wrote:

It happened to me too not long ago,
also i know another user,

i solved it by unpacking J3.4.1 to overwrite all files too

i looked at the class file it was older version, it seems that Joomla
update is not including all needed files when Updating from J3.4.0 betas
(sorry i don't remember exact version)


Reply to this email directly or view it on GitHub
#6840 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar ggppdk
ggppdk - comment - 30 Apr 2015

@brianteeman , that explains it,
the packages were made to included needed files for updating from stable

then this is not a serious issue,
since no real production sites are using Betas

avatar zero-24
zero-24 - comment - 30 Apr 2015

As it sounds that this issue comes from a beta update i will close this issue for now.

If we get reports on a stable update this can always re-open again. Thanks :smile:

avatar zero-24 zero-24 - change - 30 Apr 2015
Title
Fatal error: Call to undefined method JInstallerAdapterTemplate::setManifest()
Fatal error: Call to undefined method JInstallerAdapterTemplate::setManifest()
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-04-30 21:01:44
Closed_By zero-24
avatar zero-24 zero-24 - close - 30 Apr 2015

Add a Comment

Login with GitHub to post a comment