Hi there,
Using the Blogging bundle, when I drag an image, I now have those errors :
/usr/lib/ruby/1.8/cgi.rb:279: warning: already initialized constant CR /usr/lib/ruby/1.8/cgi.rb:282: warning: already initialized constant LF /usr/lib/ruby/1.8/cgi.rb:285: warning: already initialized constant EOL /usr/lib/ruby/1.8/cgi.rb:287: warning: already initialized constant REVISION /usr/lib/ruby/1.8/cgi.rb:289: warning: already initialized constant NEEDS_BINMODE /usr/lib/ruby/1.8/cgi.rb:292: warning: already initialized constant PATH_SEPARATOR /usr/lib/ruby/1.8/cgi.rb:313: warning: already initialized constant HTTP_STATUS /usr/lib/ruby/1.8/cgi.rb:317: warning: already initialized constant RFC822_DAYS /usr/lib/ruby/1.8/cgi.rb:320: warning: already initialized constant RFC822_MONTHS
It appeared after updating to TM v.1248. It was working fine before that...
TIA :)
On 10/9/2006, at 1:39, guerom00 wrote:
Using the Blogging bundle, when I drag an image, I now have those errors : [...]
This was likely caused by requiring the cgi library twice (when uploading images) -- I have ensured it gets required just once now.
There will be a TM update in a day or so, so you can just wait for that if you don’t want to svn checkout the bundle for the fix.