Page 1 of 1

ACP - Portal Modules [phpBB Debug]PHP Warning

Posted: 20. January 2020 09:45
by Harewood
Hi,
I get the following error at the top of the ACP _ Portal Modules page when trying to Edit a Module:

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
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 138: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 138: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 138: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_acp.php on line 138: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3037)
All works fine, but would like to fix... any help appreciated.

Using:
php ver 7.1.33
phpBB ver 3.3.0

Re: ACP - Portal Modules [phpBB Debug]PHP Warning

Posted: 20. January 2020 12:11
by Kirk
Hi
What phpBB and PHP version are you using?

Re: ACP - Portal Modules [phpBB Debug]PHP Warning

Posted: 15. March 2020 13:21
by Harewood
Hi Kirk,
I`m using:

Code: Select all

PHP version:	7.1.33
Board version:	3.3.0 
In addition I`ve just found that I cannot login to the forum using the Portal Logon box, I get the following error message:

Code: Select all

The submitted form was invalid. Try submitting again.

Re: ACP - Portal Modules [phpBB Debug]PHP Warning

Posted: 15. March 2020 17:28
by Kirk
Take this customized version of me, link in my signature. Uninstall the portal first.

Re: ACP - Portal Modules [phpBB Debug]PHP Warning

Posted: 17. March 2020 11:09
by Harewood
Thank you.. ;)