Installed turnkey-bugzilla-13.0-wheezy-i386, works great.  Set up bugzilla for email, users, products, components all is great.  But as Admin I opened whining and got:

Can't locate object method "now" via package "DateTime" at /var/www/bugzilla/editwhines.cgi line 386.

Searched the web and found: 

https://bugzilla.mozilla.org/show_bug.cgi?id=886853

 Frédéric Buclin 2013-07-31 17:12:10 PDT
Fixed in Bugzilla 4.4.1.

*** This bug has been marked as a duplicate of bug 890563 ***

How do I upgrade my 4.4 to 4.4.1 without getting a new TKI iso or crashing my system?

Thanks,

 

By the way good work.

Forum: 

Fixed, had to do "apt-get install patch" first and then the following worked.

$ cd /var/www/bugzilla
$ wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-4.4-to-4.4.1.diff.gz
$ gunzip bugzilla-4.4-to-4.4.1.diff.gz
$ patch -p1 < bugzilla-4.4-to-4.4.1.diff

Worked first time.

Richard

Jeremy Davis's picture

Thanks for posting back when you found the answer! :)

Add new comment