When I register a new user I get this error:
- Code: Select all
[phpBB Debug] PHP Notice: in file /includes/ucp/ucp_register.php on line 341: Undefined variable: username
[phpBB Debug] PHP Notice: in file /includes/ucp/ucp_register.php on line 342: Undefined variable: password_confirm
Warning: Cannot modify header information - headers already sent by (output started at /home/sdabgne/public_html/bgbible/phpBB3/includes/functions.php:2835) in /home/sdabgne/public_html/bgbible/phpBB3/includes/functions.php on line 3294
Warning: Cannot modify header information - headers already sent by (output started at /home/sdabgne/public_html/bgbible/phpBB3/includes/functions.php:2835) in /home/sdabgne/public_html/bgbible/phpBB3/includes/functions.php on line 3296
Warning: Cannot modify header information - headers already sent by (output started at /home/sdabgne/public_html/bgbible/phpBB3/includes/functions.php:2835) in /home/sdabgne/public_html/bgbible/phpBB3/includes/functions.php on line 3297
Warning: Cannot modify header information - headers already sent by (output started at /home/sdabgne/public_html/bgbible/phpBB3/includes/functions.php:2835) in /home/sdabgne/public_html/bgbible/phpBB3/includes/functions.php on line 3298
After that the new username appears correctly on the list.
I am able to post with the new username. But when I try like Admin to see the post details of his post I get this error:
- Code: Select all
Fatal error: Call to undefined function: utf8_sclean_string() in /home/sdabgne/public_html/bgbible/phpBB3/includes/mcp/mcp_post.php on line 249