Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • helenbn Friend
    #770470

    Hi,

    I get the following error when trying to translate EasyBlog posts:

    Unknown column ‘ispending’ in ‘where clause’ SQL=SELECT _FROM #_easyblogpost WHERE ispending = 0 AND (language=’en-US’ OR language=’‘ OR language=”)

    I have en-us as my default language.

    I don’t know how to fix this.

    Thanks, Helen

    Pankaj Sharma Moderator
    #778506

    Hi the error seems to be from the Database of easyblog of your site , kindly check go to extension manager –> database –> fix and hit fix
    Also did consult the issue with the extension support team .

    helenbn Friend
    #785222

    Will do. Thank you.

    helenbn Friend
    #804693

    Hi,

    Here is the temporary fix from Stack Ideas:

    **Easyblog 5 no longer using ‘ispending’ columns, I believe they haven’t update this yet.

    JoomlaFolder/administrator/components/com_jalang/helpers/content/adapters/easyblog_post.php

    //LINE 48
    $this->translate_filters = array(‘ispending = 0’);

    //I temporary change this to use ‘state’, but I am not really sure this translate_filters task
    $this->translate_filters = array(‘state = 0’);
    **

    This seems to be working with this edit. Do you agree with the fix?
    Helen

    Pankaj Sharma Moderator
    #808122

    Hi its issue from the extension ,
    as they provided code for it and it work fine , you can use it :).

    helenbn Friend
    #808737

    Will this be included in the next update? Or must I remember to hack this?

    Pankaj Sharma Moderator
    #809740

    Hi
    I will forward it to team fro review on it , But you need to backup the custom changes in future upgrades as its not sure at this time about the updates can contain this fix.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

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