[BlueOnyx:04986] Re: SquirrelMail - PHP
Titus Bolton
titus at antennasystems.com
Wed Jul 7 16:13:37 -05 2010
Looks like there's not a proper handler/action for PHP.
Check httpd.conf, and your siteX.include files to make sure they weren't modified.
Check your path too.
On Jul 7, 2010, at 4:07 PM, Al Cooper wrote:
> Hi All,
>
> I am running the latest version of BlueOnyx. Just this afternoon I started to get the following PHP page when I try to use a browser to go to SquirrelMail:
>
> <?php
>
> /**
> * index.php
> *
> * Redirects to the login page.
> *
> * @copyright © 1999-2006 The SquirrelMail Project Team
> * @license http://opensource.org/licenses/gpl-license.php GNU Public License
> * @version $Id: index.php,v 1.14.2.7 2006/02/03 22:27:46 jervfors Exp $
> * @package squirrelmail
> */
>
> // Are we configured yet?
> if( ! file_exists ( 'config/config.php' ) ) {
> echo '<html><body><p><strong>ERROR:</strong> Config file ' .
> '"<tt>config/config.php</tt>" not found. You need to ' .
> 'configure SquirrelMail before you can use it.</p></body></html>';
> exit;
> }
>
> // If we are, go ahead to the login page.
> header('Location: src/login.php');
>
> ?>
>
>
> Any Idea what broke?
>
> Thanks for your help.
>
> Al
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean. _______________________________________________
> Blueonyx mailing list
> Blueonyx at blueonyx.it
> http://www.blueonyx.it/mailman/listinfo/blueonyx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20100707/ea74063a/attachment.html>
More information about the Blueonyx
mailing list