Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 31 total)

  • Jigesh
    Participant

    @jigesh

    Elaborate more, or this might be an issue with your server provider


    Jigesh
    Participant

    @jigesh

    Hello,

    Can you put your url to check? This is unusual.

    Thanks.


    Jigesh
    Participant

    @jigesh

    Yes Connected!


    Jigesh
    Participant

    @jigesh

    skype: itinnovator Name: Jigesh Raval
    Thanks.


    Jigesh
    Participant

    @jigesh

    Hello @stilld

    Is there any kind of data showing of actual user on order page?

    If not, than i need to check database fields of leanpress order table , there must be user id passed in the database.

    Thanks.


    Jigesh
    Participant

    @jigesh

    Hello @stilld

    I feel i can surely help you in this, can you please print your order screenshot here ?

    I mean your order page admin screenshot and not codes.

    Thanks.


    Jigesh
    Participant

    @jigesh

    Hello,

    If you are able to give url , i can test and help you out in this.

    Thanks


    Jigesh
    Participant

    @jigesh

    Hello @stilld

    I am sorry, i didn’t read everything carefully. From your last comment what i can understand is
    bp_displayed_user_id() – This function only work on any user profile.
    bp_loggedin_user_id() – Logged in user id is global function can work anywhere.

    I hope you get this.

    Thanks.


    Jigesh
    Participant

    @jigesh

    @afercia, hi what i understand is we need DATA from database , The link you suggested me has also written this, YOU CAN USE: $myrows = $wpdb->get_results( “SELECT id, name FROM mytable” );

    same thing i did, and it works,

    i also understand that wpdb::prepare(); requires two parameters but after applying two parameters notification is updating but BUBBLE isn’t appearing , so i needed to remove it.

    Its working fine with my solution , do you mean removing wpdb::prepare(); would have security reason? i don’t think so, ultimately both the way we are fetching data from database.

    Correct me if i am wrong. thanks.


    Jigesh
    Participant

    @jigesh

    @afercia, Hurray! finally i solved this,

    here is the solution on my blog:

    http://itinnovator.co/discussion/subject/buddypress-live-notification-unexpected-token-or-wpdbprepare-error-solved-3

    Hope this helps someone. thanks.


    Jigesh
    Participant

    @jigesh

    is there any update on this ? thanks.


    Jigesh
    Participant

    @jigesh

    @afercia , hello you found any solution ? i am talking with brajesh about it! may be he will give solution about it.

    Thanks..


    Jigesh
    Participant

    @jigesh

    which version you were using? i had some problem with this plugin before one or two days but it is because of wp 3.6 Jquery version, i had to replicate it back to 3.5.2 , so this plugin don’t work with new jquery version.


    Jigesh
    Participant

    @jigesh

    yes this is something easily manageable but if it is continue sly giving error than create an account (test) for me, i will enter and will check.

    Thanks, looking forward to account details.


    Jigesh
    Participant

    @jigesh

    strange can you tell me what is the full url of your profile page?


    Jigesh
    Participant

    @jigesh

    i agree with mercime, we can’t help you if you can’t have your site online.


    Jigesh
    Participant

    @jigesh

    Great! its my pleasure sir!. 🙂


    Jigesh
    Participant

    @jigesh

    No your permalinks structure is not updated , please choose POST NAME as your permalinks structure and than update.


    Jigesh
    Participant

    @jigesh

    Please go to settings –> permalinks & update permalinks structure again and than give a try will work 100% , thanks.


    Jigesh
    Participant

    @jigesh

    Please send me your site URL in message, thanks.


    Jigesh
    Participant

    @jigesh

    where do you want your links to be appear for registration ? i can see your registration slug is this

    http://logicsforyou.com/welcome-you/ , let me know more.


    Jigesh
    Participant

    @jigesh

    you need to fix it with no conflict jquery condition, if you don’t know it, than give me access to your site, i will do that. thanks.


    Jigesh
    Participant

    @jigesh

    give me username and password to enter into site, i will look at it.


    Jigesh
    Participant

    @jigesh

    alright, please give me your site name in personal message, i will try to fix it. thanks.


    Jigesh
    Participant

    @jigesh

    I think i got the solution put

    define( ‘BP_ENABLE_MULTIBLOG’, true ); somewhere before
    /* That’s all, stop editing! Happy blogging. */

    my configuration is something like this

    define(‘WP_ALLOW_MULTISITE’, true);

    define( ‘BP_ENABLE_MULTIBLOG’, true );

    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, true);
    $base = ‘/’;
    define(‘DOMAIN_CURRENT_SITE’, ‘freshintend.com’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    i was facing same issue but after putting that line , it works fine now, please confirm me if it help. regards.

Viewing 25 replies - 1 through 25 (of 31 total)
Skip to toolbar