I'm not sure what I did, the portal was working just fine but now when I access to the portal I get this error:
General Error
utf8_strpos: Offset must be an integer
What can cause this error?
Also another question, what is the use of board3_menu"_1"? can't it just be board3_menu?
Edit:I changed this line in includes/utf/utf_tools.php so I can get errors
trigger_error('utf8_strpos: Offset must be an integer', E_USER_ERROR);
to
trigger_error('utf8_strpos: Offset must be an integer', E_USER_ERROR);
here is what I get:
[phpBB Debug] PHP Notice: in file /includes/utf/utf_tools.php on line 310: Invalid error type specified
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4319: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4321: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4322: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4323: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3494)