johannes.jarolim.com/yapb-forum

Full Version: Problem with publishing photo's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest

HI

Am trying out your plug-in-- looks cool, but I have a problem when using it .. I get the following message when publishing

quote
Warning: Cannot modify header information - headers already sent by (output started at /home/myhost/www/kira/wp-content/plugins/yet-another-photoblog/lib/phpExifRW-1.1/exifReader.inc:1715) in /home/myhost/www/kira/wp-includes/pluggable.php on line 329
end-quote

Any ideas what could cause that?

Also, if I am publishing files that have a exif date before todays, it creates a post in the past (ie, the date of the post is the date of the exif)

Many thanks in advance
Dave

Guest

Hello,
I have exactly the same problem. Same error and strange post date.
I use wp 2.2 and yapb 1.5.
I tried to uncheck the box "Post date from image exif data if available" but it does not change anything. I tried several different pictures too, but always from the same camera.
I hope you'll find a solution because your plugins look great and I would like to use it
regards
Fabiano

Guest

Guest Wrote:Hello,
I have exactly the same problem. Same error and strange post date.
I use wp 2.2 and yapb 1.5.
I tried to uncheck the box "Post date from image exif data if available" but it does not change anything. I tried several different pictures too, but always from the same camera.
I hope you'll find a solution because your plugins look great and I would like to use it
regards
Fabiano

same at here but after a while the file is smoothly upload on the website and then i try send again its happen again the error show again but in my post already have a post with image on it.

any solution?

viorel

same problem for me too.

http://www.anghel.ca/mariesophie/

+ the large images are left side croped Sad


wp 2.2 + yapb 1.5 + grain

Viorel

i found myself a solution: the file exifReader.inc had some extra space at the end. open the file, and delete the extra space at the end, after the php close marks.

for me this solution work.

i have yet the problems with the large images that are right croped and the mosaic page.

Guest

Viorel Wrote:i found myself a solution: the file exifReader.inc had some extra space at the end. open the file, and delete the extra space at the end, after the php close marks.

for me this solution work.

i have yet the problems with the large images that are right croped and the mosaic page.

The headers already sent problem is caused by the extra space at the end.
Hi Viorel -

Thanks for reporting (and solving) that issue - I was on holidays the last weeks and will include that fix in YAPB 1.5.1 soon.

Thanks from Salzburg,

Johannes

Guest

Johannes Wrote:Hi Viorel -

Thanks for reporting (and solving) that issue - I was on holidays the last weeks and will include that fix in YAPB 1.5.1 soon.

Thanks from Salzburg,

Johannes

Just for your reference I just downloaded and installed 1.5.1 and experienced the same error. All ok now thanks to this thread. Wink
Hi -

Thanks for the feedback! I managed to include an older version of the exifreader in this release. I repackaged it and it should be corrected thanks to your feedback.

Greets from Salzburg,

Johannes

JORGE (Guest)

Try this.

In php.ini set output_buffering=on; then restart apache. Typically, the php.ini file is located in /etc.
Reference URL's