1.6.0 bugs and add features lists

User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

1.6.0 bugs and add features lists

Post by axew3 »

Lust of bugs to resolve on next 1.6.0

1) i note that on pass change, sometime the reset fail. This not ever happen, only in certain circumstances i had to reset other time the pass. This point has been already resolved: https://wordpress.org/support/topic/wp_ ... and-patch/

2) iframe correct scroll to top on page change
3) nicename, and email hashed, as keys for user's queries
...
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Pre-release 1.6.0 bugs lists

Post by axew3 »

It would be better to re-think the logic about how forum page on iframe rewrite URLs.
And have url on forum to be more possible like real phpBB url.
This also because with htaccess into phpBB, will be easy to force and get redirect to the correct embedded forum wp page, when a real phpBB URL is requested.
An example could be the link on notification emails.
User avatar
floxshifu
User www
User www
Posts: 57
Joined: Sun Sep 18, 2016 6:14 pm

Re: Pre-release 1.6.0 bugs lists

Post by floxshifu »

Hi,

Still the 1.5.9 or 1.5.8 update I have an error when I'm login with the widget on WP side, it says "General Error trying to redirect to potentially insecure URL", before this update, it was working fine.
Today, I have updated to 1.5.9 and hope it will be fixed, but it's not.
I did the procedure on your site https://www.axew3.com/w3/2016/02/phpbb-l ... subdomain/ here, and after that, when I'm trying to login on WP side I have a 500 internal error...

So I don't understand what happened with the lasts update, but I hope my report will help you to fix it...

Thank you.
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Pre-release 1.6.0 bugs lists

Post by axew3 »

about the potential insecure URL (which is a problem of phpBB).
Here in this online example, the function redirect in functions.php of phpBB has not been edited, and result redirecting ok without any modification. Have you try without adding nothing?

The redirect is done/processed by phpBB based on passed uRL.
This is not a plugin bug. Need to be resolved on phpBB side, if still in trouble, of course, please open a separate topic about.

p.s note the comment on phpBB functions.php, redirect function:
// Attention: only able to redirect within the same domain if $disable_cd_check is false (yourdomain.com -> http://www.yourdomain.com will not work)
User avatar
floxshifu
User www
User www
Posts: 57
Joined: Sun Sep 18, 2016 6:14 pm

Re: Pre-release 1.6.0 bugs lists

Post by floxshifu »

Hi,

Many thanks, my problem is solved, and sorry for the question :)

Have a good day!
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Pre-release 1.6.0 bugs lists

Post by axew3 »

Definitively, there is a problem if on WordPress we change pass on user profile, and this pass contain particular chars.
After the pass not match.

If you experience problem on pass reset, this is the reason.
This will be resolved as soon, even before 1.6.0, with a patch to 1.5.9.

This has been already RESOLVED: 1.5.9 has been patched on WP repository about this and another bug
https://wordpress.org/support/topic/wp_ ... and-patch/
Post Reply