I recently downloaded the vimcolor plugin for wordpress so my code samples could look nice and spiffy, with the syntax highlighting I am accustomed to seeing. There were of course a few problems. The most notable was some path problems. It was trying to use these values: < ?php $in_file = tempnam($GLOBALS['conf']['file_directory_temp'], 'pl'); $out_file = tempnam($GLOBALS['conf']['file_directory_temp'], 'htm'); > I never saw any of these set in any of the configuration files for wordpress, so I just hardcoded in some values […] (Read more)