Just in case, ensure trac.ini contains:
[logging] log_file = trac.log log_level = DEBUG log_type = file After trac.log (easier to see what was written on this attempt), did the trac.log itemize any plug-ins like below? 2010-04-22 15:01:07,286 Trac[loader] DEBUG: Loading trac.ticket.web_ui from /usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg 2010-04-22 15:01:07,287 Trac[loader] DEBUG: Loading trac.mimeview.php from /usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg 2010-04-22 15:01:07,287 Trac[loader] DEBUG: Loading trac.ticket.query from /usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg 2010-04-22 15:01:07,287 Trac[loader] DEBUG: Loading trac.attachment from /usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg 2010-04-22 15:01:07,288 Trac[loader] DEBUG: Loading trac.versioncontrol.svn_fs from /usr/lib/python2.4/site-packages/Trac-0.11.2.1-py2.4.egg Are you on Windows/BitNami or Linux? If Linux, make sure all the plugins are owned by apache (may not matter with tracd, you'll have to read on the trac website for that detail). -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
