Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
This topic contains 6 replies, has 2 voices, and was last updated by shakazamba 7 years ago.
The topic ‘RSS Import Error’ is closed to new replies.
Tagged: rss
Hi,
We do not have any firewall and we can access from many different locations using the previously specified user-password…
It sounds very strange!
Can you please check again?
Enabling error display, and running cron manually hitting "run now" from plugin configuration tab, we got this messages:
Strict Standards: Non-static method Feed::getContent() should not be called statically in /plugins/system/jasocial_feed/Feed.php on line 181
Fatal error: Call to a member function onBeforeStore() on null in ./plugins/system/jasocial_feed/tables/joomla.php on line 156
thanks in advance
We did it! Alone….
for everyone encounter the same error, update the file
plugins/system/jasocial_feed/tables/joomla.php
replace this instruction:
$tagsObserver = $this->table->getObserverOfClass('JTableObserverTags');
with this
$tagsObserver = $this->table->getObserverOfClass('Joomla\CMS\Table\Observer\Tags');
this seems to be introduced with last Joomla release as stated here
https://issues.joomla.org/tracker/joomla-cms/18328?lang=es-CO
.
This topic contains 6 replies, has 2 voices, and was last updated by shakazamba 7 years ago.
The topic ‘RSS Import Error’ is closed to new replies.