> fatal error:failed opening required '././include/volidate.php'
>
> Is the index.php require modification ???

You could say that.  Try changing that include to be:

require_once('../../include/validate.php');

Or if you're feeling extra fancy and want to make Erin really happy, do this:

if (!defined('SM_PATH')) {
    define('SM_PATH','../../');
}

require_once(SM_PATH . 'include/validate.php');



-- 
Chris Hilts
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to