I installed the 1.4.3a version of squirrelmail.  I added the vlogin plugin to allow 
multiple domains.  When I open the login page and try to login I get the errors below. 
 I have no real PHP experience so I would appreciate any tips on how to troubleshoot 
the errors.  I copied the vlogin config.pho.sample and only changed the section below.

****************config.php change*********************
  $virtualDomains = array(
      'ravenind' => array( 
          'domain'     => 'ravenind.com',
          'org_name'   => 'Raven Industries',
          'org_logo'   => '../images/ravenlogo.gif',
          'org_title'  => '(isset($_SESSION["username"]) ? $_SESSION["username"] . " - 
Mail" : "Mail")',
      ),
      'aerostar' => array( 
          'domain'     => 'aerostar.com',
          'org_name'   => 'Aerostar International',
          'org_logo'   => '../images/aerostarlogo.gif',
          'org_title'  => '(isset($_SESSION["username"]) ? $_SESSION["username"] . " - 
Mail" : "Mail")',
      ),


***************************login errors***************
Warning: Failed opening '../plugins/vlogin/data/config.php' for inclusion 
(include_path='.:/usr/local/lib/php') in 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/functions.php on line 618

Warning: Invalid argument supplied for foreach() in 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/functions.php on line 473



Warning: Failed opening '../plugins/vlogin/data/config.php' for inclusion 
(include_path='.:/usr/local/lib/php') in 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/setup.php on line 19

Warning: Failed opening '../plugins/vlogin/data/config.php' for inclusion 
(include_path='.:/usr/local/lib/php') in 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/functions.php on line 37

Warning: Failed opening '../plugins/vlogin/data/config.php' for inclusion 
(include_path='.:/usr/local/lib/php') in 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/functions.php on line 618

Warning: Invalid argument supplied for foreach() in 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/functions.php on line 473

Warning: Cannot add header information - headers already sent by (output started at 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/setup.php:19) in 
/var/www/squirrelmail-1.4.3a/src/redirect.php on line 36

Warning: Cannot add header information - headers already sent by (output started at 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/setup.php:19) in 
/var/www/squirrelmail-1.4.3a/functions/i18n.php on line 280

Warning: Cannot add header information - headers already sent by (output started at 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/setup.php:19) in 
/var/www/squirrelmail-1.4.3a/src/redirect.php on line 58

Warning: Failed opening '../plugins/vlogin/data/config.php' for inclusion 
(include_path='.:/usr/local/lib/php') in 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/functions.php on line 323

Warning: Invalid argument supplied for foreach() in 
/var/www/squirrelmail-1.4.3a/plugins/vlogin/functions.php on line 391




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
--
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