I just recently got PHP working with Trac and mod_python, several times (a couple of test builds, and a production build). All total, it took a good 150 man hours, albeit by two inexperienced devs. However, I think I may be able to lend some insight... it looks like it's having some sort of problem using the PHP syntax highlighter (PHP has one built in, in the command-line executable, by using php -sn, as the log indicates.) You might find more clues by trying to run php -sn from the command line and see what you get back.
(Per php --help, php -sn specifically returns the syntax-colored source code, without loading a php.ini for configuration first.) On Mar 24, 4:50 pm, Rainer Sokoll <[EMAIL PROTECTED]> wrote: > On Sat, Mar 24, 2007 at 08:50:22AM -0700, dayton wrote: > > > Thanks Graham, but this doesn't seem to work either. I even tried > > removing all the PHP hooks from the httpd.conf and got the same > > result. I'll keep investigating and report back anything I figure > > out. By the way, I left out that my server is running FreeBSD 6.2, > > and I had the same error when it ran FreeBSD 6.1. > > Have you tried to disable php at all (meaning comment out the php module > in your httpd.conf)? > > Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
