• Resolved ASWmag

    (@aswmag)


    Hello, complete newbie here. I have this problem and cannot figure out how to fix it.

    Warning: Cannot modify header information – headers already sent by (output started at /home/site/public_html/wp/wp-content/themes/boulevard/header.php:2) in /home/site/public_html/wp/wp-content/plugins/issuem-functions.php on line 147

    I saw the FAQ where it tells me to remove the white spaces in the line (in my case header.php:2) and it did nothing to fix it. Any ideas?

    Secondly,

    These errors also occurs when going to a sample page:

    Warning: krsort() expects parameter 1 to be array, null given in /home/site/public_html/wp/wp-content/plugins/issuem-functions.php on line 39

    Warning: array_shift() [function.array-shift]: The argument should be an array in /home/site/public_html/wp/wp-content/plugins/issuem-functions.php on line 41

    Warning: Cannot modify header information – headers already sent by (output started at /home/site/public_html/wp/wp-content/themes/boulevard/header.php:2) in /home/site/public_html/wp/wp-content/plugins/issuem-functions.php on line 142

    Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Using ftp or by logging into your hosted site change the name of plugins/issuem-functions.php to plugins/xissuem-functions.php

    Thread Starter ASWmag

    (@aswmag)

    Hmm, I tried as your suggested but now the site goes to this error:

    Warning: require_once(issuem-functions.php) [function.require-once]: failed to open stream: No such file or directory in /home/site/public_html/wp/wp-content/plugins/issuem.php on line 872

    Fatal error: require_once() [function.require]: Failed opening required ‘issuem-functions.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/site/public_html/wp/wp-content/plugins/issuem.php on line 872

    What now?

    issuem.php on line 872 shows it was not renamed as far as I can tell.
    Rename the entire plugins folder so wp will not look for plugins.

    Thread Starter ASWmag

    (@aswmag)

    Hi Kmessinger, thank you for the support.

    Okay, I renamed the Plugins folder, and it seemed to get the site back up and running. However, does that mean that the plug-ins (issuem) won’t work? I don’t have any content yet too see (waiting to import files from old Joomla setup).

    Also, out of curiosity…what happens on 12/22/2012 per your profile statement of staying alive till then? I’m in the East Bay, and haven’t heard of anything happening on that date.

    Thread Starter ASWmag

    (@aswmag)

    Okay, just looked in the the WP-admin section, and it does seem like renaming the folder affects plugins as I suspected. So I don’t quite understand the purpose…?

    https://postimage.org/image/5g9r0p2fh/

    Renaming the folder essentially deactivates the plugin which removes the issue which stops the error.

    Thread Starter ASWmag

    (@aswmag)

    Thanks Jarret.

    Well guys, I want to have the IssueM Plugin + a working site. What can I do?

    As this is a paid plugin you’ll need to contact the developer for support to hopefully resolve your issue.

    Hi ASWmag,
    It seems like a scary error but normally all that it means is that there is not a closing php ?> tag at the end of your issuem-functions.php file or that there is extra space after the closing tag. Either way all you need to do is either add the closing tag or make sure that the closing tag is on the last line of the file (i.e there is no white space after the closing php tag it is on the last line).

    Hope this helps,
    Sunny

    Also, out of curiosity…what happens on 12/22/2012 per your profile statement of staying alive till then?

    The world ends on 12/21, according to the Mayan calendar source code.

    Thread Starter ASWmag

    (@aswmag)

    Thanks everyone. I contacted Issuem support and they updated the plugin to fix the above.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Header Errors (already sent by output)’ is closed to new replies.