Photo Plug-in for WordPress
May 18th, 2005 by jbloom
This Plug-in allows your posting WordPress users to upload images and easily place them in their post.
It has an easy to use upload button and even builds you photo album(s) of all your uploads. You can assign photos to specific albums in the nice Manage|Options|Photopress Album interface.
One problem I had with this plug-in was that when I first enabled it I got these errors in the administration panel.
Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site14/fst/var/www/ html/blog/wp-content/plugins/photopress.php:2) in /home/virtual/site14/fst/var/www/html/blog/wp-admin/admin.php on line 6
This was solved easily enough by adding an .htaccess file on my web server. You’ll need to add this line to it.
PHP_FLAG output_buffering on
Hope it helps someone.