id summary reporter owner description type status priority component severity resolution keywords cc release 9579 trac-admin add is broken shumisha@… Radek Bartoň "Hello, Trying to add file using trac-admin: {{{ trac-admin /var/trac/my_trac/ download add my_file.php.zip description=""Latest version of my_file"" }}} I got the following error: {{{ AttributeError: 'DownloadsApi' object has no attribute 'store_download' }}} I fixed it by replacing: `api.store_download(context, download, file)` with `api._add_download( context, download, file)` in `consoleadmin.py` Rgds " defect closed normal DownloadsPlugin normal fixed 0.12