From: John C. <joh...@ua...> - 2004-06-09 20:45:06
|
Reini, I have set up phpWiki on a machine running IIS (apparently, in CGI mode) and I get a similar problem with Apache. What is your setup? I'm going to load a virtual machine and I want to see if I can duplicate the problem with a similar setup as yours. John Cole -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of John Cole Sent: Tuesday, June 08, 2004 10:40 AM To: php...@li... Subject: [Phpwiki-talk] crash with auth user... Reini, I've tracked the offending line down to line 133 in Template.php: eval('?>' . $this->_munge_input($this->_tmpl)); I can echo out the contents of $this->_munge_input($this->_tmpl) so that call isn't crashing me. Here is the contents of $this->_munge_input($this->_tmpl) ----------------------------------------------------------------- stuff. * * NS/MO/IE/Op Browsers before 4.0 don't like that. */ if (browserVersion() >= 4.0) printf("\n", CHARSET); ?> _print( Template('head') );?> _print( Template('body') );?> \n", $RCS_IDS); } ?> ----------------------------------------------------------------- It appears that there is a comment header missing somewhere. John ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Phpwiki-talk mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |