Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Dinno

    (@dinno)

    Now I also got a problem uploading pictures. And in my controllcenter I get this on top:
    ader information – headers already sent by (output started at /customers/6/c/b/olderkjaer.com/httpd.www/wp-content/themes/ifeature/functions.php:928) in /customers/6/c/b/olderkjaer.com/httpd.www/wp-includes/option.php on line 837 Warning: Cannot modify header information – headers already sent by (output started at /customers/6/c/b/olderkjaer.com/httpd.www/wp-content/themes/ifeature/functions.php:928) in /customers/6/c/b/olderkjaer.com/httpd.www/wp-includes/option.php on line 838

    At the moment I can not make new pages, because I can not preview them, or upload pictures. Really need help here!!

    I have also tried to contact the authors of the theme, but no reply.

    Thread Starter Dinno

    (@dinno)

    I use iFeature. I took away some white space, some days ago. Then I got the same warnings. After that it went well, until today. Now I get more warnings, only the one in line 1210 is the same

    • This reply was modified 7 years, 5 months ago by Dinno.

    …..
    That warning I get when I want to preview.

    There is no space before or after <?php

    I get this warning:
    Cannot modify header information – headers already sent by (output started at /customers/6/c/b/olderkjaer.com/httpd.www/wp-content/themes/ifeature/functions.php:928) in /customers/6/c/b/olderkjaer.com/httpd.www/wp-includes/pluggable.php on line 1210

    This is in line 928:
    <?php

    And this is in line 1210:
    header(“Location: $location”, true, $status);

    I have no idea of whats wrong??
    Can anybody help??

    Forum: Fixing WordPress
    In reply to: Popup loginwindow
    Thread Starter Dinno

    (@dinno)

    I have been looking for .htpasswd in every .htaccess in most of my files, and can`t find any. But “RewriteRule.//index.php [L]” I found here:

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Forum: Fixing WordPress
    In reply to: Popup loginwindow
    Thread Starter Dinno

    (@dinno)

    Cant see “.htpasswd” any place in .htaccess

    Forum: Fixing WordPress
    In reply to: Popup loginwindow
    Thread Starter Dinno

    (@dinno)

    I am very new to WP, and know very little about any of this….but Im learning something new every day ??

    So my htaccess file… I can see 2 different .htacces files…
    Are you talking about the one in wp-admin?

    this is what it says:
    <Files install.php>
    Order deny,allow
    Deny from all
    Allow from “ip adr”
    </Files>

    if from my site, this is it:

    # -FrontPage-

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    If I press Cansel in the popupwindow, it just disepears, but comes back when I open a new page

    And my hosting says this is something in WP so they will not help.

    Thank you for trying to help me ??

Viewing 7 replies - 1 through 7 (of 7 total)