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?
Cant login to admin after fix for login phpbb 3.2.7
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.
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.
-
- Valued Contributor
- Posts: 63
- 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
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.
phpBB NL Extension translations, also on request.
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
Re: Cant login to admin after fix for login phpbb 3.2.7
I use the standard theme prosilver.
Re: Cant login to admin after fix for login phpbb 3.2.7
Hi
The login into admin part has nothing to do with the portal, please ask at phpbb.com.
The login into admin part has nothing to do with the portal, please ask at phpbb.com.
Gruß Udo
Re: Cant login to admin after fix for login phpbb 3.2.7
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.
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.
Re: Cant login to admin after fix for login phpbb 3.2.7
I don't follow this behavior. Maybe not everything went correctly with the update.
Gruß Udo
Re: Cant login to admin after fix for login phpbb 3.2.7
Thats also possible. Any idea where i can search without needing any scripting knowledge?
Re: Cant login to admin after fix for login phpbb 3.2.7
I still do think the problem is in the portal.
Today i was editing a portal block and saw a php debug warning.
Is there a way to download the new version of the portal including the fix?
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
-
- Valued Contributor
- Posts: 63
- 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
What PHP are you using? Also see: https://www.phpbb.com/customise/db/exte ... 91#p658491
phpBB NL Extension translations, also on request.
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
--> Click Here: Myarea51secrets.com <--
Support my translations: https://paypal.me/myarea51secrets
Re: Cant login to admin after fix for login phpbb 3.2.7
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.
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,