414 Request-URI Too Large - problem

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: 414 Request-URI Too Large - problem

Re: 414 Request-URI Too Large - problem

by axew3 » Thu Mar 12, 2020 12:35 pm

Hello! Ok i logged in with the user and this what happen:
the phpBB session cookie isn't set when login done into WP side.

I had to change the lang for the user you provided me to eng, because unfortunately i can't understand nothing into your lang!
All works fine if the user login in phpbb, because the cookie after is correctly recognized in wp.

pm sent
Now, to understand why the cookie is not set when you do login into wp side....
There are also problems with many users into phpBB, sharing same email address that after you'll need to resolve.

Re: 414 Request-URI Too Large - problem

by zpasji » Wed Mar 11, 2020 5:40 pm

have this user try to reset password once, into phpBB or wp?
probably not, I don't remember anymore
--
I sent a message on priv

Re: 414 Request-URI Too Large - problem

by axew3 » Mon Mar 09, 2020 9:53 pm

i've not understand how register, setup me an account to test please

p.s
about password:
have this user try to reset password once, into phpBB or wp?
The loop problem into iframe instead seem to be due to some wrong setting that should lead to not correctly read or detect that the user isn't logged or is logged, because i think maybe, js code fail due to some reason, for this i asked you an account to test a logged in user

Re: 414 Request-URI Too Large - problem

by zpasji » Mon Mar 09, 2020 9:44 pm

thanks your tips are very useful, i'm one step ahead, i am currently having another problem

I log in via phpbb - I'm logged in to phpbb and wp - it's OK

I log in via phpbb and log out via wp - it's OK

I log in via wp and there is a problem ("Incorrect Username / Password.")

I log out via phpbb (effectively) and wordpress does not log me out and the forum page is looped

Re: 414 Request-URI Too Large - problem

by axew3 » Sat Mar 07, 2020 5:54 pm

p.s about heightcaluculation method:
reset the line into page-forum you wrongly edited adding a fixed height as value for the iframe (beside the fact that it will never work because overwritten by js resizer library) into what was, or rebuild page-forum,
then follow this instead:
viewtopic.php?f=2&t=1511

Re: 414 Request-URI Too Large - problem

by axew3 » Sat Mar 07, 2020 5:31 pm

I have a problem with iframe height - it's fixed height
why never you modified adding fixed height to iframe element?
You should in case change the heightcalculation method.
Redirection from the forum admin panel does not work, links from the last topics widget also do not work and opening the link in a new window does not work, message: Something goes wrong with your URL request, please leave this page.
of course it do not work, you choose as fancy url a single letter i
which is reserved wordpress variable, and used into page forum to detect a var i.
You can't use i, nor any of other reserved vars names.
After enabling the w3all plugin, I stop seeing the list of users http://flo.micromedia.pl/florysci/, in the original it looks like this https://ibb.co/LdBNB3Q (was the transfer of users from phpbb to wp)
into original, if wordpress users where ok about this list, there is no reason why after, if you transfer users from phpBB to wp or viceversa, it should not work. In fact an existent wp user, isn't transferred into wordpress, if exists, and nothing changed/updated, except password in case.
Instead, may the question is another: into a wordpress, i transferred phpBB users, and i expected to see them into this list, which is generated by what? An external plugin? May an external plugin that to work, add data in some way about users, but not when a wp_insert_user action executed?

Top