Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/01/03 at 16:34: 

> > I changed the code to:
> >
> >    require_once('../../src/global.php');

BTW ... my global.php is in '../../functions/global.php', and not in "src". Once I 
realized
that, and changed the line, I started getting different error mesages ..

Fatal error: Call to undefined function: addressbook_init() in
/usr/share/squirrelmail/plugins/abook_import_export/address_book_import.php
on line 66

   $abook = addressbook_init(true, true);

Earlier, I see this:

   chdir("..");
   if (!isset($config_php))
      include("../config/config.php");
   if (!isset($i18n_php))
      include("../functions/i18n.php");
  if (!isset($page_header_php))
      include("../functions/page_header.php");
  if (!isset($addressbook_php))
     include("../functions/addressbook.php");
     
I also see a "addressbook.php" in "../src". Should I just load the
addressbook.php in functions - i.e., lose the 
"if (!isset($addressbook.php))"?
              
-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>    AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>
Registered Linux user# 201348

Attachment: msg01625/pgp00000.pgp
Description: PGP signature

Reply via email to