Cant login to admin after fix for login phpbb 3.2.7

Current Version: 2.1.0
Released: 2015-10-26
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
Havym
Active Member
Posts: 6
Joined: 4. July 2019 21:15
phpBB.com User: Havym

Cant login to admin after fix for login phpbb 3.2.7

Post by Havym »

Hello,

First of all i love this extension and i want to thank the creator for this extension.

I updated our forum to phpbb 3.2.7 and of course i had issues login in using the usermenu of the portal. I got the message "the form is not valid, please try again.
After a search here i found the fix for this problem and i installed it. Now i can login... Yes!

Later on i noticed i got the same message when i was trying to login into the admin part.
I removed the fix so i can login to admin again but the first problem is back.

Does anyone else has the same problem?
User avatar

Solidjeuh
Valued Contributor
Posts: 61
Joined: 26. January 2017 13:12
phpBB.com User: Froddelaar
Location: Aalst, Belgium
Contact:

Re: Cant login to admin after fix for login phpbb 3.2.7

Post by Solidjeuh »

What style do u use? If you have another style then the standard prosilver, did you update that style? Manual edits: https://area51.phpbb.com/code-changes/3.2.6/. Or see if there is an updated version of your style.
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu

Topic author
Havym
Active Member
Posts: 6
Joined: 4. July 2019 21:15
phpBB.com User: Havym

Re: Cant login to admin after fix for login phpbb 3.2.7

Post by Havym »

I use the standard theme prosilver.
User avatar

Kirk
Dev
Posts: 1937
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Cant login to admin after fix for login phpbb 3.2.7

Post by Kirk »

Hi
The login into admin part has nothing to do with the portal, please ask at phpbb.com.
Gruß Udo

Topic author
Havym
Active Member
Posts: 6
Joined: 4. July 2019 21:15
phpBB.com User: Havym

Re: Cant login to admin after fix for login phpbb 3.2.7

Post by Havym »

Well they will probably refer me back to here....
it happend after the fix (https://www.board3.de/viewtopic.php?f=72&t=11572) for the portal. When i remove the fix i can login again to the admin panel.
After the fix installed the problem moves from the login module of the portal to the phpbb admin part.
So i think the problem is in the fix and not in phpbb.
User avatar

Kirk
Dev
Posts: 1937
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Cant login to admin after fix for login phpbb 3.2.7

Post by Kirk »

I don't follow this behavior. Maybe not everything went correctly with the update.
Gruß Udo

Topic author
Havym
Active Member
Posts: 6
Joined: 4. July 2019 21:15
phpBB.com User: Havym

Re: Cant login to admin after fix for login phpbb 3.2.7

Post by Havym »

Thats also possible. Any idea where i can search without needing any scripting knowledge?

Topic author
Havym
Active Member
Posts: 6
Joined: 4. July 2019 21:15
phpBB.com User: Havym

Re: Cant login to admin after fix for login phpbb 3.2.7

Post by Havym »

I still do think the problem is in the portal.
Today i was editing a portal block and saw a php debug warning.

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 789: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 790: A non-numeric value encountered
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_content.php on line 791: A non-numeric value encountered
Is there a way to download the new version of the portal including the fix?
User avatar

Solidjeuh
Valued Contributor
Posts: 61
Joined: 26. January 2017 13:12
phpBB.com User: Froddelaar
Location: Aalst, Belgium
Contact:

Re: Cant login to admin after fix for login phpbb 3.2.7

Post by Solidjeuh »

Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu

Topic author
Havym
Active Member
Posts: 6
Joined: 4. July 2019 21:15
phpBB.com User: Havym

Re: Cant login to admin after fix for login phpbb 3.2.7

Post by Havym »

PHP 7.2.19
I will look into the link after my holliday. Thank you.

i looked into the file on the lines and this is the code on the 3 lines.
It's the same as in the full package of phpbb.

Code: Select all

		'allow_bbcode'	=> ($flags & OPTION_FLAG_BBCODE) ? 1 : 0,
		'allow_smilies'	=> ($flags & OPTION_FLAG_SMILIES) ? 1 : 0,
		'allow_urls'	=> ($flags & OPTION_FLAG_LINKS) ? 1 : 0,
Locked

Return to “Board3 Portal 2.1.x - English Support”