Closed (fixed)
Project:
Gallery
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2005 at 20:48 UTC
Updated:
24 Sep 2005 at 01:21 UTC
I was receiving a lot of "headers already sent" type errors when trying to access some of the navigation options in my embedded gallery. Particularly when I tried to add a comment to an image or use any of the other options such as "Print on shutterfly.com", "make highlight", etc.
In gallery.module, about line 240 I commented out the following line:
// print "<!--"; print_r($path) ; print "-->";
Now everything seems to work fine. This hasn't broken anything else that I can tell, yet. It looks like it might be something used for debugging or trying to get clean URIs but I don't know.
Comments
Comment #1
alexandreracine commentedSince there is no more activity here, Gallery 2 is out, Drupal 4.6.3 is out and gallery.module was updated by Walkah a couple of days ago, please update everything and try again.
Closed.