Geshi on WebSVN makes my code files appear blank
- by Travis Johnson
In config.php, if i uncomment the following line
$config->useGehsi();
Suddenly, when I load up a C# file, instead of showing the document, it's just a blank page. As soon as I comment out the code above, I'm able to see my C# file, but there's no syntax highlighting.
Anyone have a solution to get GeSHi working with WebSVN when this kind of error occurs?