[cvs] [Wiki] changed: FAQ/Admin/Troubleshoot

Chuck Hagenbuch chuck at horde.org
Sat May 27 21:25:31 PDT 2006


chuck  Sat, 27 May 2006 21:25:31 -0700

Modified page: http://wiki.horde.org/FAQ/Admin/Troubleshoot
New Revision:  6.8
Change log:  including ?> actually results in two of them

@@ -15,9 +15,9 @@
 
 In order to get an idea of what really happened, take a look in the web server's error log, in which more verbose errors should be found. There is a good chance that the error is caused by omitting IMAP support from PHP; you can check whether that is the case by examining your server configuration with a PHP script such as the following:
 
 <code type="php">
-<?php phpinfo(); ?>
+<?php phpinfo();
 </code>
 
 Don't confuse PHP's IMAP support with Apache's {{mod_imap}}, which refers to image maps.
 


More information about the cvs mailing list