On 22.03.2010 18:45, John Tamm-Buckle wrote:
Line 6 is:
<html xmlns="http://www.w3.org/1999/xhtml" <?php
//language_attributes('xhtml'); ?>>
Thanks,
John
On Mon, Mar 22, 2010 at 12:38 PM, Piero Steinger <piero@xxxxxxxxxxxxx
<mailto:piero@xxxxxxxxxxxxx>> wrote:
On 22.03.2010 17:47, John Tamm-Buckle wrote:
Hi all,
I'm storing generated data as a post in wordpress using the
wp_insert_post
function, which works great. Users click a "submit" button
and the things
are saved, hurrah!
However, on clicking the submit button I want to automatically
navigate to
the post. This has been less successful. I've tried using:
header('Location: /?p=' . $postId);
In this case, where $postId = wp_insert_post($generated_text), and
$generated_text is the object that saves the output to a post.
Now when I try to save I get the following error:
Cannot modify header information - headers already sent by
(output started
at
/Users/sv/source/wpm/public_html/wp-content/themes/mystique/header.php:6)
in
*/Users/sv/source/wpm/public_html/wp-content/plugins/wpm/wpm.php*
on
line *64*
Line 64 contains the "header('Location: /?p=' . $postId);" line.
Thanks!
John
Hi
What's on line 6 from file
/Users/sv/source/wpm/public_html/wp-content/themes/mystique/header.php?
--Piero
--
Out now:
Kvist 002 - Raglani - Web of Light - 12"
Kvist 003 - EOD - untitled - 12"
Kvist 004 - JD Emmanuel - Solid Dawn - CD
Kvist 005 - Guillaume Gargaud - Here - CD
Coming soon:
Kvist 006 - Tom Hamilton - Pieces for Kohn/Formal & Informal Music - CD
www.kvistrecords.com <http://www.kvistrecords.com>
You have to execute the plugin first, if possible. Alternatively you can
put a JavaScript redirect in the file wpm.php instead of a HTTP redirect.