Viewing 4 replies - 1 through 4 (of 4 total)
  • Your theme has spaces and tabs after the php closing tag in

    wp-content/themes/infoway/functions/theme-options.php

    Try to remove everything after ?> (at the end of the file) and see if it works.

    Looks like another user having the same theme spotted the issue already, and opened a topic on Infoway’s support forum: https://www.ads-software.com/support/topic/headers-already-sent-in-infowayfunctionstheme-optionsphp?replies=1

    Thread Starter robbief1

    (@robbief1)

    Thank you.

    I didn’t understand what you say about the ‘theme’ and “php closing tag” sorry, so I went to my WordPress site to see if I could figure it out and I now cannot get on to it (!)

    I typed in https://www.biblicalfoods.co.uk/wp-admin/ and https://www.biblicalfoods.co.uk/

    It says “Warning: Cannot modify header information – headers already sent by (output started at /home/biblical/public_html/wp-content/themes/infoway/functions/theme-options.php:182) in /home/biblical/public_html/wp-includes/pluggable.php on line 1207”

    Hi,

    • The issue is generated by your theme, which is called InfoWay, and not by this plugin. Since the problem is coming from your theme, you should contact the theme author here.
    • There’s also a quick fix for the issue, namely to remove all spaces, line breaks and tabs after the closing PHP tag “?>” in this theme file:

      wp-content/themes/infoway/functions/theme-options.php

      To do that you’ll need to open and edit the file above using a FTP client or the file manager provided by your hosting company.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘installation issue’ is closed to new replies.