http://www.symfony-project.org/forum/index.php?t=msg&goto=30421
Anyone using sfGallery2Plugin? I have it installed and working with my site's layout—all in about 30 minutes, super cool.
One issue I've noticed… the image paths Gallery2 generates look like:
<img src="/gallery2/main.php...
Which on the production server will work fine… but on my dev machine, don't… it would have to be:
<img src="project_dir/web/gallery2/main.php...
Any thoughts on how to approach dealing with this? Is this something the plugin could be modified to handle? Or does the Gallery2 install need to be customized?