Keyword

fatal error with upgrade joomla last version 3.4

  • luca caliciotti
  • luca caliciotti's Avatar Topic Author
  • Offline
  • New Member
More
10 years 2 months ago - 10 years 2 months ago #141491 by luca caliciotti
fatal error with upgrade joomla last version 3.4 was created by luca caliciotti
Hello friends I need support. With the upgrade to the latest version joomla I discovered that the plugin allvideo no longer works correctly (I installed the latest version). This follows the error message that I get in the articles where there is the string.
There may be solutions? Thank you very much
www.parrocchiasantagata.com/storia-devozioni/item/video-foto-storiche-anno-2007
Fatal error: Call to a member function get() on a non-object in /home/xxxx/public_html/plugins/content/jw_allvideos/jw_allvideos.php on line 86
Last edit: 10 years 2 months ago by luca caliciotti.

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #141504 by Lefteris
Hi,

It looks like the extension you are using to display your content is not triggering the AllVideos correctly. Try to add the following code just before line 86:
		if(!is_object($params))
			$params = class_exists('JParameter') ? new JParameter($params) : new JRegistry($params);

Please Log in or Create an account to join the conversation.

  • luca caliciotti
  • luca caliciotti's Avatar Topic Author
  • Offline
  • New Member
More
10 years 2 months ago #141539 by luca caliciotti
Replied by luca caliciotti on topic fatal error with upgrade joomla last version 3.4
Thanks for the reply, I temporarily disabled the plugin AllVideos. Thanks for the support

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #141541 by Lefteris
Have you tried to apply the fix?

Please Log in or Create an account to join the conversation.

  • luca caliciotti
  • luca caliciotti's Avatar Topic Author
  • Offline
  • New Member
More
10 years 2 months ago #141544 by luca caliciotti
Replied by luca caliciotti on topic fatal error with upgrade joomla last version 3.4
I tried it a while ago and everything works properly. We solved !!! Thanks for the support !!!

Please Log in or Create an account to join the conversation.

  • luca caliciotti
  • luca caliciotti's Avatar Topic Author
  • Offline
  • New Member
More
More
10 years 2 months ago #141566 by Lefteris
You are welcome.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum