Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ncarter Friend
    #183040

    I updated to the latest version of Ja Social Feed plugin and now my instagram and flickr feeds no longer work. The main reason i upgraded was to get the benefits of the new release but now am regretting it. My local site still has the old version of ja social feed installed and all the flickr and instagram images are loading fine there, however my live site which has the latest version of the plugin is grabbing nothing from the two social sites. My website is weonlinemall.com and i had to disable my menu item which would have been pulling these images. I wanted to use the menu for a live update of the shows and parties via my smart phone since i have an entertainment website. sadly this cannot be achieved with this new plugin :((((

    Wall Crasher Developer
    #476112

    Hi ncarter,

    Would need a closer look to detect proble, pls PM me url, admin and ftp account of your site

    I have checked on my local but cannot reproduce this problem.

    Please note: JA Social Feed will add new feeds to database only if that feed does not exist on database.

    I am waiting for you information.

    Regards

    ozzymanson2 Friend
    #476135

    i’m also have problems after upgrade to last version

    Cron doesn’t work

    HTTP 500 (Internal Server Error)

    sitename.com/index.php?jasocial_feed_cron=1&jatoken=1355408904

    i’ve made roll back to 1.0.5 and it’s work again

    Wall Crasher Developer
    #476229

    Hi ozzymanson2,

    I would like to take a look on your site to detect this issue. Please pm the ftp, admin access information so I could easy track it down.

    You can try with our following fix, we have update latest version of K2 for JA Wall.

    Here is code to make it more compatible with old K2 version.

    Open file pluginssystemjasocial_feedtablesk2.php and replace the whole function with this new one.

    public function isAvailable() {
    $table = JPATH_ADMINISTRATOR.'/components/com_k2/tables/table.php';
    $tableK2 = JPATH_ADMINISTRATOR.'/components/com_k2/tables/k2item.php';
    if(!defined('K2_JVERSION')) {
    define('K2_JVERSION', '16');
    }
    if(!JFile::exists($table) && !JFile::exists($tableK2)) {
    //raise warning?
    return false;
    }

    //required for new version
    if(JFile::exists($table)){
    require_once($table);
    }

    if(!JFile::exists($tableK2)) {
    //raise warning?
    return false;
    }
    require_once($tableK2);
    return true;
    }

    Please let me know the result.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Wall Crasher 11 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum