<font color='black' size='2' face='Arial, Helvetica, sans-serif'>
<div>I recently had to migrate servers, so I installed a completely new server at the new hosting provider, and then did a CMUexport / CUMimport between two BlueOnyx boxes.</div>
<div> </div>
<div>The new box I installed, it updated all the patches, and then I imported (fine, no errors seen) all the sites in.</div>
<div> </div>
<div>Someone just pointed to me that PHP doesn't work. It's not just site based, but server-wide (coz I tried to go into the server's webmail). The results shows:</div>
<div> </div>
<div>Nothing is changed .. it's a standard BO install.</div>
<PRE><?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');
?></PRE><PRE> </PRE><PRE>Error log:</PRE><PRE>[Fri Nov 12 23:54:47 2010] [error] [client x.x.x.x] PHP Warning: Unknown: open_basedir restriction in effect. File(/home/.sites/33/site<br>
5/web/fence.php) is not within the allowed path(s): (/tmp/:/var/lib/php/session/) in Unknown on line 0<br>
[Fri Nov 12 23:54:47 2010] [error] [client x.x.x.x] PHP Warning: Unknown: failed to open stream: Operation not permitted in Unknown on<br>
line 0<br>
[Fri Nov 12 23:54:47 2010] [error] [client x.x.x.x] PHP Warning: Unknown: Failed opening '/home/.sites/33/site5/web/fence.php' for in<br>
clusion (include_path='.:/usr/share/pear:/usr/share/php') in Unknown on line 0<br>
</PRE></font>