Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Errors in install.php line 10 and functions.php line 1898


chrishajer
Participant

@chrishajer

Sounds to me like you edited a file (maybe db-mysqli.php) and have a blank line or a space after the closing ?> in the file. PHP doesn’t like that, so it throws that Warning: Cannot modify header information - headers already sent by error. Check any file you modified (db-mysqli.php?) for a blank line or space after the closing ?>

Skip to toolbar