• smvmedia

    (@smvmedia)


    Here’s the error I’m getting:

    ini_set(‘memory_limit’, ‘256M’); ini_set(‘upload_max_filesize’, ’64M’); ini_set(‘post_max_size’, ’64M’); ini_set(‘file_uploads’, ‘On’); ini_set(‘max_execution_time’, ‘300’);
    Warning: Cannot modify header information – headers already sent by (output started at /home/content/75/9008575/html/wp-config.php:8) in /home/content/75/9008575/html/wp-includes/pluggable.php on line 1216

    (you can see the error at the top of the page AND I can’t even open the login page)

    Using Godaddy so I can’t change the php options (can only switch version).

    Ideas?

    • This topic was modified 7 years ago by smvmedia.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • lisa

    (@contentiskey)

    -What was the last change made before this error occurred?
    -Do you have a backup of database and files available?
    -Have you had a conversation with GoDaddy about this situation?

    Thread Starter smvmedia

    (@smvmedia)

    no change.
    No backup
    Godaddy said it was a WP issue and punted me.

    lisa

    (@contentiskey)

    can you access your database via PHPmyAdmin area in GoDaddy control panel?
    can you access your files + WP Content folder via File Manager area in GoDaddy control panel?

    Thread Starter smvmedia

    (@smvmedia)

    i think this account is on the deluxe hosting that doesn’t allow me to edit the php values easily.
    Yes, I can access files.

    lisa

    (@contentiskey)

    1-as a substitute for backup:
    -you can check on your content and make a copy of your database (i.e. export database as sql file) for safekeeping
    -you can download your files (at least your WP Config file and WP Content folder) for safekeeping

    2-is there a limitation to your hosting plan? — maybe you can upgrade the GoDaddy plan?

    3-while the error message you shared does not seem like a plugin conflict, you could deactivate all plugins temporarily to see if it helps. rename the plugin folder to “plugins-old”.

    • This reply was modified 7 years ago by lisa.
    stephencottontail

    (@stephencottontail)

    Are those ini_set lines in your wp-config.php file? Can you check line 8 of your wp-config.php file? (You can post it to Pastebin but please be sure to remove your database information and your authentication keys if you do so.)

    Rajan Vijayan

    (@rajanit2000)

    Hi @smvmedia.,

    Put this code after
    <?php

    ini_set('memory_limit', '256M'); 
    ini_set('upload_max_filesize', '64M'); 
    ini_set('post_max_size', '64M'); 
    ini_set('file_uploads', 'On'); 
    ini_set('max_execution_time', '300'); 
    Thread Starter smvmedia

    (@smvmedia)

    on which page should I add that? Is that wp-config.php?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Header error’ is closed to new replies.