• Hi, just uploaded this website to a new server(tried a another, the same)

    Getting this:

    Warning: mkdir() [function.mkdir]: No such file or directory in /home/wwwappde/public_html/Buckfin/wp-content/plugins/file-manager/BootStart/BootStart.php on line 423

    Warning: Cannot modify header information – headers already sent by (output started at /home/wwwappde/public_html/Buckfin/wp-content/plugins/file-manager/BootStart/BootStart.php:423) in /home/wwwappde/public_html/Buckfin/wp-includes/pluggable.php on line 1167

    This is the link: http://buckfin.app-development.co.uk/

Viewing 1 replies (of 1 total)
  • The header function is telling you HTML is already send before calling the header() function.

    You could ignore these messages as it’s WordPress core related so on updates it’s overwriten. Do you have your DISPLAY_ERRORS defined on true or false?

Viewing 1 replies (of 1 total)

The topic ‘Warning: Cannot modify header information’ is closed to new replies.