Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 16,276 through 16,300 (of 26,877 total)
  • Author
    Search Results
  • #100073
    arpowers
    Member

    We are having a similar issue, all of the sudden the sync between bbPress and WordPress stopped working.

    Debating regenerating salts, but we have several systems integrated, would have to switch em all, and don’t know if this would fix the problem..

    Ap

    #105173
    arpowers
    Member

    We are having a similar issue, all of the sudden the sync between bbPress and WordPress stopped working.

    Debating regenerating salts, but we have several systems integrated, would have to switch em all, and don’t know if this would fix the problem..

    Ap

    #100072

    I remember I had similar issue before a while back, not exact the same, I end up reinstalling the whole thing several times coz I had thought it was my installation problem. Finally I just gave up. I may try it some time later again.

    #105172

    I remember I had similar issue before a while back, not exact the same, I end up reinstalling the whole thing several times coz I had thought it was my installation problem. Finally I just gave up. I may try it some time later again.

    #95119
    Anonymous User 7670885
    Inactive

    @JJJ: Ok, thank’u very much :)

    My actual forum is with smf but i want migrate to wordpress + forum (and bbpress plugin promises[?] very good) ;)

    But i’ve many topic that need to move inside blog. My future work is: smf to bbpress to bbpress_plugin + migration of many topic in blog – maybe thanks to: https://wordpress.org/extend/plugins/post-type-switcher/ :D

    PS: you can call me if you need a betatester ;)

    Small bug: i’ve maked a forum and put a new topic in it. After of this i’ve changed this forum in category and maked a new sub-forum inside it. Finally i’ve move topic from category[when i’ve changed forum in category no topics deleted or migrated] to forum and counter results with two topics and two posts (in realty i’ve just one post in one topic) ;)

    #100071
    markusdrake
    Member

    I don’t know why, but changing my salts in the config file and through the admin portion of the site to match new ones got things rolling for me.

    https://api.wordpress.org/secret-key/1.1/salt/ and changed my wordpress values in the config.php file and admin section of the site, then copied the values (again) to bbpress’s config.php file.”

    #105171
    markusdrake
    Member

    I don’t know why, but changing my salts in the config file and through the admin portion of the site to match new ones got things rolling for me.

    https://api.wordpress.org/secret-key/1.1/salt/ and changed my wordpress values in the config.php file and admin section of the site, then copied the values (again) to bbpress’s config.php file.”

    #100201
    markusdrake
    Member

    Actually scratch that, it is working now. Changing the salts for wordpress has solved everything. I’ll post again if I figure out any thing specific that I may have changed or done that enabled the user role permissions to start working again.

    #105301
    markusdrake
    Member

    Actually scratch that, it is working now. Changing the salts for wordpress has solved everything. I’ll post again if I figure out any thing specific that I may have changed or done that enabled the user role permissions to start working again.

    #100200
    markusdrake
    Member

    Looking at the cookies in my browser (after clearing them, then re-logging in) bbpress still insists on setting and using forums.domain.com as the cookie path and not using the base domain cookie.

    #105300
    markusdrake
    Member

    Looking at the cookies in my browser (after clearing them, then re-logging in) bbpress still insists on setting and using forums.domain.com as the cookie path and not using the base domain cookie.

    #100199
    Gautam Gupta
    Participant

    Good that it is working now. :)

    #105299
    Gautam Gupta
    Participant

    Good that it is working now. :)

    #100198
    markusdrake
    Member

    Right now, for some reason unknown to me, the database IS showing roles for users now. I’m going to try and revist any steps I’ve done prior to this and post them here.

    I didn’t get a chance to test out your steps above before it (by magic) decided to work.

    Though I don’t understand why this would have resolved any issues I was experiencing, the last thing I did to the site was:

    https://api.wordpress.org/secret-key/1.1/salt/ and changed my wordpress values in the config.php file and admin section of the site, then copied the values (again) to bbpress’s config.php file.

    ** I found this via another post while searching Google, so reluctantly I performed the steps. **

    #105298
    markusdrake
    Member

    Right now, for some reason unknown to me, the database IS showing roles for users now. I’m going to try and revist any steps I’ve done prior to this and post them here.

    I didn’t get a chance to test out your steps above before it (by magic) decided to work.

    Though I don’t understand why this would have resolved any issues I was experiencing, the last thing I did to the site was:

    https://api.wordpress.org/secret-key/1.1/salt/ and changed my wordpress values in the config.php file and admin section of the site, then copied the values (again) to bbpress’s config.php file.

    ** I found this via another post while searching Google, so reluctantly I performed the steps. **

    #100197
    Gautam Gupta
    Participant

    Please ensure that User database table prefix option in WordPress Integration panel is set to the appropriate value. That is a must and I’m pretty sure that that would be the problem.

    #105297
    Gautam Gupta
    Participant

    Please ensure that User database table prefix option in WordPress Integration panel is set to the appropriate value. That is a must and I’m pretty sure that that would be the problem.

    #100196
    Gautam Gupta
    Participant

    Hmm. Browse into your wp_usermeta table, and check the wp capability of any user (preferably a member). And check if there is any bb capability for that user or not. If there is, then what it is? If not then paste this code in bb-config.php, refresh your forums and then delete this line. Check again.

    bb_apply_wp_role_map_to_orphans();

    #105296
    Gautam Gupta
    Participant

    Hmm. Browse into your wp_usermeta table, and check the wp capability of any user (preferably a member). And check if there is any bb capability for that user or not. If there is, then what it is? If not then paste this code in bb-config.php, refresh your forums and then delete this line. Check again.

    bb_apply_wp_role_map_to_orphans();

    #100070
    markusdrake
    Member

    Have you guys been able to fix this using Ashfame’s link?

    One of my issues happens to be this exact problem.

    #105170
    markusdrake
    Member

    Have you guys been able to fix this using Ashfame’s link?

    One of my issues happens to be this exact problem.

    #100195
    markusdrake
    Member

    Guatam,

    Right now I am using standard settings but bbpress and wpress use separate databases. Also – bbpress IS seeing the user tables just fine because I am able to log in with wpress users into my message forums.

    My only db related issue is that the bpress “User Role Map” has no relevance to newly (or already-existing) users.

    ** I actually had to modify a entry in my wp_usermeta table to re-establish keymaster access to an admin account. (meta_key = bbpcapabilities) **

    The other issue really lies with the cookie wordpress is creating not being seen/recognized/considered by bpress. And having gone through the instructions provided on the site and through the wordpress integration section – one site cannot see the other site’s cookie.

    #105295
    markusdrake
    Member

    Guatam,

    Right now I am using standard settings but bbpress and wpress use separate databases. Also – bbpress IS seeing the user tables just fine because I am able to log in with wpress users into my message forums.

    My only db related issue is that the bpress “User Role Map” has no relevance to newly (or already-existing) users.

    ** I actually had to modify a entry in my wp_usermeta table to re-establish keymaster access to an admin account. (meta_key = bbpcapabilities) **

    The other issue really lies with the cookie wordpress is creating not being seen/recognized/considered by bpress. And having gone through the instructions provided on the site and through the wordpress integration section – one site cannot see the other site’s cookie.

    #100194
    Gautam Gupta
    Participant

    What is the database prefix of your WP install? Have you set the correct value in the bbPress settings?

    #105294
    Gautam Gupta
    Participant

    What is the database prefix of your WP install? Have you set the correct value in the bbPress settings?

Viewing 25 results - 16,276 through 16,300 (of 26,877 total)
Skip to toolbar