On Friday, November 23, 2012 6:54:51 PM UTC+1, mimi wrote: > > My trac instalation is (was) 12.2 hosted on the Apache (2.2.22) for > Windows (W2k8x32) which goes along with the VisualSVN (2.5.5) distriburion. > > Trac has been installed following the instructions: > http://www.visualsvn.com/server/trac/ > > After compiling the TracTicketChainedFieldsPlugin > http://trac-hacks.org/wiki/TracTicketChainedFieldsPlugin as described on > the webpage > > and trac installation (all projects) has been destroyed. :-(. When > I'm accessing my server https:/xxxxxx/trac I see: > > Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request. >
It it quite likely that the plugin is broken or somehow misconfigured. I don't know anything about the plugin, but your first option to research anything like this is to enable debug logging and restart webserver and check the messages for errors and problems: http://trac.edgewall.org/wiki/TracLogging I can assure you that compile & copy of an egg will not break Trac or Python installations, but a plugin problem may naturally render your project inaccessible until it is resolved. :::simon https://www.coderesort.com -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/yN5U7f0HDskJ. 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.
