Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Luna Garden Moderator
    #1069500

    Hi,

    We couldn’t access to your site, the browser keeps on loading.

    If you use Firewall, set to allow us to access your site.

    shakazamba Friend
    #1069536

    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?

    shakazamba Friend
    #1069759
    This reply has been marked as private.
    shakazamba Friend
    #1069816

    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

    • This reply was modified 6 years, 6 months ago by  shakazamba.
    shakazamba Friend
    #1069820

    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

    shakazamba Friend
    #1069827

    .

    • This reply was modified 6 years, 6 months ago by  shakazamba.
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  shakazamba 6 years, 6 months ago.

The topic ‘RSS Import Error’ is closed to new replies.