Re: [SM-USERS] error on login page

2004-10-11 Thread Tomas Kuliavas
> I'm not really all too familiar with PHP. > > How would a script be preloaded before the config.php script is run? > Where should I look for this rogue script? One guess. see auto_prepend_file directives in your configuration files. http://www.php.net/ini.sect.data-handling next time when you w

Re: [SM-USERS] error on login page

2004-10-11 Thread Derek Ealy
I'm not really all too familiar with PHP. How would a script be preloaded before the config.php script is run? Where should I look for this rogue script? Derek Original Message Follows From: "Tomas Kuliavas" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [SM-

Re: [SM-USERS] error on login page

2004-10-11 Thread Tomas Kuliavas
> I was able to make the problem go away by adding unset($theme) before the > line that was failing in config.php. > > I don't know why this was an issue but my guess is that somehow $theme > was somehow defined before and that indexing using a string didn't make > sense according to that definit

Re: [SM-USERS] error on login page

2004-10-10 Thread Derek Ealy
definition. Derek Original Message Follows From: "Tomas Kuliavas" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [SM-USERS] error on login page Date: Fri, 8 Oct 2004 21:41:54 +0300 (EEST) > I didn't realize that PHP 5 could be a problem. I've got other softwar

Re: [SM-USERS] error on login page

2004-10-08 Thread Tomas Kuliavas
> I didn't realize that PHP 5 could be a problem. I've got other software > that requires it. Is there a way to have SM work off of PHP 4, while my > other programs get PHP 5? > > it looks like all of the env[*] stuff you asked about is set to en_US. > > you can see the output of php -i at > http:

Re: [SM-USERS] error on login page

2004-10-08 Thread Tomas Kuliavas
> I didn't realize that PHP 5 could be a problem. I've got other software > that requires it. Is there a way to have SM work off of PHP 4, while my > other programs get PHP 5? php is not a problem. we just don't support it. it is unstable. squirrelmail with core plugins should be able to run in p

Re: [SM-USERS] error on login page

2004-10-08 Thread Derek Ealy
-i at http://www.grandprixsw.com:8000/php-info.txt Derek Original Message Follows From: p dont think <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [SM-USERS] error on login page Date: Thu, 07 Oct 2004 23:07:04 -0700 >which system locale is default on your mandrake install? > &g

Re: [SM-USERS] error on login page

2004-10-07 Thread p dont think
p://pangloss.grandprixsw.com:8000/config.php.txt When I run php -i from the command line on my linux machine I see php version 5 and everything looks normal. Derek Original Message Follows From: p dont think <[EMAIL PROTECTED]> To: Derek Ealy <[EMAIL PROTECTED]> CC: [EMAIL PROTE

Re: [SM-USERS] error on login page

2004-10-07 Thread Tomas Kuliavas
prixsw.com:8000/config.php.txt > > > When I run php -i from the command line on my linux machine I see php > version 5 and everything looks normal. > > Derek > > > > Original Message Follows---- > From: p dont think <[EMAIL PROTECTED]> > To: Derek Ealy

Re: [SM-USERS] error on login page

2004-10-07 Thread Derek Ealy
ge Follows From: p dont think <[EMAIL PROTECTED]> To: Derek Ealy <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [SM-USERS] error on login page Date: Thu, 07 Oct 2004 15:03:35 -0700 Derek Ealy wrote: > Here is line 78 of config.php > > $theme[0]['PATH

Re: [SM-USERS] error on login page

2004-10-07 Thread p dont think
Derek Ealy wrote: > Here is line 78 of config.php > > $theme[0]['PATH'] = SM_PATH . 'themes/default_theme.php'; > > When I got to work this morning I had a browser that was open and was > already logged into SquirrelMail. From there I was able to see and > delete my emails. So it appears that

Re: [SM-USERS] error on login page

2004-10-07 Thread Derek Ealy
mes/ice_theme.php'; $theme[7]['NAME'] = 'Ice'; $theme[8]['PATH'] = SM_PATH . 'themes/seaspray_theme.php'; $theme[8]['NAME'] = 'Sea Spray'; $theme[9]['PATH'] = SM_PATH . 'themes/bluesteel_theme.php'; $theme[9]['NAME&

Re: [SM-USERS] error on login page

2004-10-07 Thread Derek Ealy
only related to the login screen. Derek Original Message Follows From: p dont think <[EMAIL PROTECTED]> To: Derek Ealy <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [SM-USERS] error on login page Date: Wed, 06 Oct 2004 22:21:13 -0700 > I restarted my mail server

Re: [SM-USERS] error on login page

2004-10-07 Thread Tomas Kuliavas
> I restarted my mail server machine today and got the following error > message when trying to get to the login screen of Squirrelmail 1.4.3a > > Fatal error: Cannot use string offset as an array in > /var/www/html/squirrelmail-1.4.3a/config/config.php on line 78. > > > Any idea what's wrong? Re

Re: [SM-USERS] error on login page

2004-10-06 Thread p dont think
> I restarted my mail server machine today and got the following error > message when trying to get to the login screen of Squirrelmail 1.4.3a > > Fatal error: Cannot use string offset as an array in > /var/www/html/squirrelmail-1.4.3a/config/config.php on line 78. > > Any idea what's wrong? s

[SM-USERS] error on login page

2004-10-06 Thread Derek Ealy
I restarted my mail server machine today and got the following error message when trying to get to the login screen of Squirrelmail 1.4.3a Fatal error: Cannot use string offset as an array in /var/www/html/squirrelmail-1.4.3a/config/config.php on line 78. Any idea what's wrong? Thanks, Derek __