Re: [SM-USERS] abook CSV import error - starting over ...

2003-01-07 Thread pdontthink
Mike, Please upgrade your vlogin to version 2.5 as well... your woes might be more than just abook problems; there might be vlogin bugs that are unrelated. After upgrading and reenabling vlogin, I am willing to help sort out any vlogin problems. Cheers, paul > Hello Mike, > On Thursday,

Re: [SM-USERS] abook CSV import error - starting over ...

2003-01-01 Thread Jonathan Angliss
Hello Mike, On Thursday, January 02, 2003, Mike Leone wrote... > Hi Jonathon. I really appreciate your trying to help me. You're more than welcome :) >> Just as a point from what I just observed. The plugin you're trying >> to use has been structured for the 1.2 series, while you seem to be >>

Re: [SM-USERS] abook CSV import error - starting over ...

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/02/03 at 00:32: > Hello Mike, Hi Jonathon. I really appreciate your trying to help me. > Just as a point from what I just observed. The plugin you're trying > to use has been structured for the 1.2 series, while you seem to be > us

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/02/03 at 00:32: > Hello Mike, > On Wednesday, January 01, 2003, Mike Leone wrote... > > >>> I changed the code to: > >>> > >>>require_once('../../src/global.php'); > > > BTW ... my global.php is in '../../functions/global.php', and n

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Jonathan Angliss
Hello Mike, On Wednesday, January 01, 2003, Mike Leone wrote... >>> I changed the code to: >>> >>>require_once('../../src/global.php'); > BTW ... my global.php is in '../../functions/global.php', and not in "src". Odd... You should have got a different message unless you have errors supr

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
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 differ

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/01/03 at 18:03: > >>> Fatal error: Call to undefined function: array() in > >>> /usr/share/squirrelmail/plugins/ > >>> abook_import_export/address_book_import.php on line 20 > >> > >> Erm... curious... what version of PHP are you really

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Jonathan Angliss
Hello Mike, On Wednesday, January 01, 2003, Mike Leone wrote... >>> Register_Globals was set to On. I set it to Off. >> You didn't need to change it, it should work just fine with it On. > I thought the recomended advice these days is to turn it off, for > security reasons. I'll set it back to O

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Alan Lehman
I have the same problem with SM 1.2.10, php-4.1.2, apache-1.3.27 (RH7.3). Mike Leone wrote: Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/01/03 at 03:33: Hello Mike, On Tuesday, December 31, 2002, Mike Leone wrote... Using SM 1.2.10, on apache 1.3.26, PHP 4.1.2. I installed

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/01/03 at 16:34: > >> If you are running with register_globals set to On, you can ignore the > >> first problem, but certainly cannot ignore the second. If you are > >> running with register_globals set to Off, after session_start(); put >

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Jonathan Angliss
>> If you are running with register_globals set to On, you can ignore the >> first problem, but certainly cannot ignore the second. If you are >> running with register_globals set to Off, after session_start(); put >> the following line: >> >> $username = $_SESSION('username'); >> >> And try aga

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/01/03 at 03:33: > Hello Mike, > On Tuesday, December 31, 2002, Mike Leone wrote... > > > Using SM 1.2.10, on apache 1.3.26, PHP 4.1.2. > > > I installed the abook_import_export plugin, and it is active. However, when > > I try an import

Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Jonathan Angliss
Hello Mike, On Tuesday, December 31, 2002, Mike Leone wrote... > Using SM 1.2.10, on apache 1.3.26, PHP 4.1.2. > I installed the abook_import_export plugin, and it is active. However, when > I try an import a CSV file (created by Outlook), I get a frame that states > You need a valid user and pa

[SM-USERS] abook CSV import error

2002-12-31 Thread Mike Leone
Using SM 1.2.10, on apache 1.3.26, PHP 4.1.2. I installed the abook_import_export plugin, and it is active. However, when I try an import a CSV file (created by Outlook), I get a frame that states You need a valid user and password to access this page! Yet there was no page that asked for a user