|
From: David L. <reg...@so...> - 2015-08-31 02:27:32
|
On 08/29/2015 01:56 AM, Fabian Keil wrote: > David Lawson <reg...@so...> wrote: > >> I can not configure privoxy. When I try to open this site >> http://config.privoxy.org/, I get the following message: >> >> >> 500 Internal Privoxy Error >> >> Privoxy encountered an error while processing your request: >> >> *Could not load template file |default| or one of its included components. >> * >> >> I am using firefox 40.0 with openSuSE 13.2*. *I get the same error >> message using Chromium*. >> *The version of privoxy I have is 3.0.23-8.8.1 (86x64). >> >> >> Any help would be appreciated > If you didn't modify the Privoxy configuration to change the > template directory, this is probably a packaging or "hardening" > issue. > > You could try tracing Privoxy with strace or enable logging before > reproducing the issue to see which files Privoxy is trying to open > and whether or not they exist and are accessible for Privoxy. > > Fabian somewhat of an update, I get the same error with Midiori and Opera. I have tried the following: 1. completely remove all privoxy files.; 2. installed an older version.; 3. reinstalled privoxy 3.0.23-8.8.1.; 4. tried to enable logging by doing: logdir /var/log/privoxy; logfile logfile; debug 1 1024 8192 but nothing is being written to the log file. I have either not enabled logging properly or something else is happening or not happening. I am willing to try anything else including downloading the source and compiling it. What can I do next? |