Dinno
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationNow 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 838At 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.
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationI 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.
Forum: Fixing WordPress
In reply to: Cannot modify header error – accessing wp.admin…..
That warning I get when I want to preview.There is no space before or after <?php
Forum: Fixing WordPress
In reply to: Cannot modify header error – accessing wp.adminI 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 1210This is in line 928:
<?phpAnd 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 loginwindowI 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 loginwindowCant see “.htpasswd” any place in .htaccess
Forum: Fixing WordPress
In reply to: Popup loginwindowI 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 ??