carloravelli
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When clicked, permalinks show dead pages (404)Works like magic, thanks 🙂 I guess I should’ve seen this coming, had to create the wp-config.php file by myself too. Server settings I guess?
Forum: Fixing WordPress
In reply to: When clicked, permalinks show dead pages (404)The last one, that uses the title. So the homepage would link to http://…./beta/home and about would link to http://…./beta/about
Chris, alright that sounds like a good reason. Would moving it from the beta folder to the root cause any problems when I do get it working in the beta folder?
Forum: Fixing WordPress
In reply to: Cannot modify header information error – functions.phpMagic! Did it have to do with the admin_init?
I’ve got to look through that a couple of times to see what I did wrong.Works perfectly, thanks a lot!
Forum: Fixing WordPress
In reply to: Cannot modify header information error – functions.phpIt differs per page. On the page where I save the metaboxes I only get that error, yes. On pages that don’t have the meta boxes I get errors telling me wordpress can’t find the meta boxes, but that’s logic.
Forum: Fixing WordPress
In reply to: Cannot modify header information error – functions.phpI’m using a custom theme made by me and 2 other front-end developers. Everything made from the ground up basically.
Back-ups are made when the website is ready to go live so nope… none yet.
I keep thinking it’s got to do with the metaboxes file, because I really didn’t make any other changes, certainly nothing to do with php. I did edit the admin-header.php file but then again I completely replaced wp-admin.
If you really need to I could post a link to the development url of the site, not sure if that would help.
Forum: Fixing WordPress
In reply to: Cannot modify header information error – functions.phpSorry, but getting no answer and not being able to find anything else in on the internet being similar to this gets stressful. I’ll stick to the rules from now on 🙂
Only active plugin was Contact Form 7, did as you said and still the same issue.
Regarding updates, only things I did were replace wp-admin and wp-includes (only those folders, not the config files and such) and upload and remove tinymce.Forum: Fixing WordPress
In reply to: Cannot modify header information error – functions.phpA succesful save with twentyeleven, so that’s my theme’s issue right?
Weird thing is it this issue came out of nowhere.Forum: Fixing WordPress
In reply to: Cannot modify header information error – functions.phpCan you show us the code where you save your metabox date?
Check my previous comment, that’s the metaboxes.php file that has everything.
Forum: Fixing WordPress
In reply to: Cannot modify header information error – functions.phpNot sure what switching themes is going to do, but I’ll go ahead and do that.
And I already checked that link before, whitespaces are not the problem, I’m pretty sure of that. wp-config is clean as it came in the package, only thing I did was turn debug on.
Forum: Fixing WordPress
In reply to: Cannot modify header information error – functions.phpNope, just a note to show where the 6th line is (that’s where the error starts).
Forum: Fixing WordPress
In reply to: Cannot modify header information error – functions.phpDoesn’t do the trick. Someone else told me it could be that add_meta_box is outputting html is messing it up, could that be it?
Forum: Fixing WordPress
In reply to: Unusual issues with both wordpress and my theme (wp-admin related)One thing I get is whenever I try to save something the php debug tells me
Warning: Cannot modify header information - headers already sent by (output started at /home/yc/domains/yc.keytoe.nl/public_html/wp-content/themes/yourconnector/inc/functions.php:7) in /home/yc/domains/yc.keytoe.nl/public_html/wp-includes/pluggable.php on line 881)The line with the wp-includes file varies depending on what page I am so it can’t be that. Line 7 in my functions file is a php tag so that doens’t really help me out either…
[ Duplicate http://ww.wp.xz.cn/support/topic/cannot-modify-header-information-error-functionsphp?replies=12 – Closing. Please don’t do that and stick to one thread. ]
Forum: Fixing WordPress
In reply to: Pagination disfunction – Pages show the same postsAwesome, works right away, thanks!