- Posts: 17
COMMUNITY FORUM
fatal error with upgrade joomla last version 3.4
- luca caliciotti
-
Topic Author
- Offline
- New Member
Less
More
10 years 1 month ago - 10 years 1 month 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
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 1 month ago by luca caliciotti.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 1 month ago #141504
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic fatal error with upgrade joomla last version 3.4
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:
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);
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- luca caliciotti
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 17
10 years 1 month 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.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 1 month ago #141541
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic fatal error with upgrade joomla last version 3.4
Have you tried to apply the fix?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- luca caliciotti
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 17
10 years 1 month 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
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 17
10 years 1 month ago #141545
by luca caliciotti
Replied by luca caliciotti on topic fatal error with upgrade joomla last version 3.4
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 1 month ago #141566
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic fatal error with upgrade joomla last version 3.4
You are welcome.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.