hey axew
Yes - the buddtpress avatar
and yes - I have that enabled in the plugin admin page
Can't log in via wordpress
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Can't log in via wordpress
disable for the moment the buddy press integration, because of this:
seem that buddypress removed a db table on recent version ... wow it's needed to recheck the code for bp ... as soon i can i will return with some new about ..WordPress database error Table 'wp47.wp_bp_groups_members' doesn't exist for query SELECT * FROM wp_bp_groups_members .... etc
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Can't log in via wordpress
OK, my mistake on fly, they removed nothing, instead an option need to be active on buddypress or the query of integration plugin fail, so i need to re-look the install procedure and be more precise about how to on this.
In change by the way, the bp_core_fetch_avatar() function, is not working anymore as before, so i had to edit adding some line.
Let me recapitulate things and i will do a post about "buddypress things" where all will be clear and maybe you, can follow reporting problems to resolve in case.
In change by the way, the bp_core_fetch_avatar() function, is not working anymore as before, so i had to edit adding some line.
Let me recapitulate things and i will do a post about "buddypress things" where all will be clear and maybe you, can follow reporting problems to resolve in case.
-
- User w
- Posts: 10
- Joined: Wed Sep 12, 2018 6:29 am
Re: Can't log in via wordpress
OK - thanks for all your efforts
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Can't log in via wordpress
ok here we go ... let me say, any time i take a look on code due to hints like your (bugs reports) i discover that what's was ok yesterday isn't ok today.
I've so start to code, the plugin in a way that will not fail on future if stored data and tables not changes. It's hard for me to test out ever any possible integration aspect with all possibles plugins, but i would like to maintain the integration working fine almost on main features. So thank you for your reports.
The problem about buddypress you reported has been resolved, i'll go to patch the plugin as soon after this reply, when done i will follow. The integration with buddypress to work with the code as is, will require Groups option of buddypress enabled. The procedure hint will be updated about this as soon on the help install page.
But there is one important change about the new (not so new but that I neglected) feature introduced in wordpress: it is not a security bug, but is an important fix for data consistence (about emails) that required a not common way to be resolved. It is important to avoid that an user go to setup an email that is already existent in phpBB and belong to another phpBB user.
The problem is the email confirmation behavior introduced by wordpress: i will go to release as soon possibly within today, the new 1.9.3 version that resolve the buddypress bug and this and more ...
waiting for an hint about email confirmation problem: if no hints, i will resolve the explained problem of the email that is by the way sent out, in some other strange way on future releases.
the concept problem about email confirmation problem is here:
https://wordpress.org/support/topic/hoo ... ing-email/
1.9.3 is coming as soon today if possible
I've so start to code, the plugin in a way that will not fail on future if stored data and tables not changes. It's hard for me to test out ever any possible integration aspect with all possibles plugins, but i would like to maintain the integration working fine almost on main features. So thank you for your reports.
The problem about buddypress you reported has been resolved, i'll go to patch the plugin as soon after this reply, when done i will follow. The integration with buddypress to work with the code as is, will require Groups option of buddypress enabled. The procedure hint will be updated about this as soon on the help install page.
But there is one important change about the new (not so new but that I neglected) feature introduced in wordpress: it is not a security bug, but is an important fix for data consistence (about emails) that required a not common way to be resolved. It is important to avoid that an user go to setup an email that is already existent in phpBB and belong to another phpBB user.
The problem is the email confirmation behavior introduced by wordpress: i will go to release as soon possibly within today, the new 1.9.3 version that resolve the buddypress bug and this and more ...
waiting for an hint about email confirmation problem: if no hints, i will resolve the explained problem of the email that is by the way sent out, in some other strange way on future releases.
the concept problem about email confirmation problem is here:
https://wordpress.org/support/topic/hoo ... ing-email/
1.9.3 is coming as soon today if possible
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Can't log in via wordpress
1.9.3 has been released:
check this and let know what's going on!
https://www.axew3.com/w3/2017/09/wordpr ... tegration/
Code: Select all
= 1.9.3 =
*Release Date - 17 Sep, 2018*
* Fix correct email change confirmation behavior: check this to understand what's the problem and how it has been resolved: https://wordpress.org/support/topic/hook-for-change-pending-email/
* Fix Buddypress integration: fix avatar behavior, while about others profile fields integration, note that Option 'User groups' in WP admin -> Settings -> Buddypress, need to be active for the integration code to work correctly. Check updated help page https://www.axew3.com/w3/2017/09/wordpress-and-buddypress-phpbb-profile-fields-integration/ (added in the common How to List of the Help Install Page)
* If using iframe: updated all iframes files, so you need to replace the iframeResizer.contentWindow.min.js file you placed into phpBB root and recompile the phpBB template. Check in the help page how to: https://www.axew3.com/w3/2016/02/embed-phpbb-into-wordpress-template-iframe-responsive/
* If using iframe: updated/cleaned the phpBB overall_footer.html code (check the 'help iframe responsive procedure' on same previous linked page) for: correct workaround for 'Top distance gap in px when page scroll top' (read inline hint). Check here to understand where the problem was: https://github.com/davidjbradshaw/iframe-resizer/issues/628
* If using iframe: after plugin update and the two steps above, remember to recomplie phpBB template to make effective the update.
* Minor fixes
https://www.axew3.com/w3/2017/09/wordpr ... tegration/