wpg2 - [help!] header already sent error in Wordpress

jesusson

Joined: 2005-10-07
Posts: 2
Posted: Fri, 2005-10-07 14:32

First of all, thanks for great program.

I am using wp and it sort of works.
However, In some cases, this error occurs.

****************************************************
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/khp/www/wp/wp-content/plugins/wp-gallery2/g2embed.php:443) in /home/hosting_users/khp/www/gallery2/modules/core/classes/GalleryPhpVm.class on line 124
****************************************************

This happens
1. When I click display mode:admin/guest at the right-bottom side.
2. When I click structural category at the left-top.(Under Daniel Park) -> For example, let's suppose it is like this, Gallery>gallery>landscape>img5908. If I click any of these, that error happens.
3. Site admin, if I click save or reset after some changes, same things happen.
You can visit 'photo' in my menu.
(This is my webpage. http://khp.cafe24.com/wp)

and this is 443 of my g2embed.php

//-------------------------------------------------------------------------------------------------------
// Function: Wordpress Image Frames
// Parameters: None
// Returns: None
//-------------------------------------------------------------------------------------------------------

function g2_imageframes() {
global $g2_option;

$wp_siteurl = get_settings('home').'/';

echo '<link rel="stylesheet" href="'.$wp_siteurl.$g2_option['g2_path'].'main.php?g2_controller=imageblock.ExternalCSS&amp;g2_frames='.$g2_option['g2_sidebarblockimageFrame'].'"/>';
echo '<link rel="stylesheet" href="'.$wp_siteurl.$g2_option['g2_path'].'main.php?g2_controller=imageblock.ExternalCSS&amp;g2_frames='.$g2_option['g2_sidebarblockalbumFrame'].'"/>';
echo '<link rel="stylesheet" href="'.$wp_siteurl.$g2_option['g2_path'].'main.php?g2_controller=imageblock.ExternalCSS&amp;g2_frames='.$g2_option['g2_postalbumFrame'].'"/>';
echo '<link rel="stylesheet" href="'.$wp_siteurl.$g2_option['g2_path'].'main.php?g2_controller=imageblock.ExternalCSS&amp;g2_frames='.$g2_option['g2_postimageFrame'].'"/>';

}

//-------------------------------------------------------------------------------------------------------

I read this article,
http://gallery.menalto.com/trip_search?keys=header+already+sent+tids%3A63
but [i]I couldn't find the answer.

Please help. Thank you.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2005-10-07 14:35

output started at /home/hosting_users/khp/www/wp/wp-content/plugins/wp-gallery2/g2embed.php:443

this is obviously a wpg2 error.
please get in touch with the wpg2 developers at wpg2.ozgreg.com
and if they sent you here, still, it's a wpg2 issue.

 
jesusson

Joined: 2005-10-07
Posts: 2
Posted: Fri, 2005-10-07 14:42

Thanks for fast answer.