Andrew | 1 Jun 2004 03:49

Re: Problems with SQL_Squirrel_Logger Plugin

Gerry Doris wrote:

> 
> Thanks for your reply.  I was beginning to think that this was something
> unique with my configuration.
> 
> I checked the code and didn't see why this should happen.  It looks very
> straight forward but for some reason the values aren't being passed.  I
> was wondering if it isn't the result of some Apache/IE security change??? 
> It used to work.
> 
> I previously contacted the plugin author but nothing came of it.  I assume
> he couldn't create the errors.  I'm not sure what to do about it.  I guess
> I'll just remove the plugin.
> 
> 
If it's any help, this is what I get in my httpd-error.log when I try to 
use the 'Show All Activity' or any of the 'Search for' buttons on the 
activity log page.

[Mon May 31 21:38:31 2004] [error] PHP Notice:  Undefined index:  user 
in /usr/local/www/data-dist/admin/showinfo.php on line 3
[Mon May 31 21:38:31 2004] [error] PHP Notice:  Undefined index:  mquery 
in /usr/local/www/data-dist/admin/showinfo.php on line 4
[Mon May 31 21:38:31 2004] [error] PHP Notice:  Undefined index:  nuke 
in /usr/local/www/data-dist/admin/showinfo.php on line 5
[Mon May 31 21:38:31 2004] [error] PHP Notice:  Undefined variable: 
mquery in /usr/local/www/data-dist/admin/showinfo.php on line 68

Could it be something to do with the version of php or maybe a setting 
(Continue reading)

Tomas Kuliavas | 1 Jun 2004 10:02
Picon
Gravatar

Re: Re: Problems with SQL_Squirrel_Logger Plugin

> If it's any help, this is what I get in my httpd-error.log when I try to
> use the 'Show All Activity' or any of the 'Search for' buttons on the
> activity log page.
>
> [Mon May 31 21:38:31 2004] [error] PHP Notice:  Undefined index:  user
> in /usr/local/www/data-dist/admin/showinfo.php on line 3
> [Mon May 31 21:38:31 2004] [error] PHP Notice:  Undefined index:  mquery
> in /usr/local/www/data-dist/admin/showinfo.php on line 4
> [Mon May 31 21:38:31 2004] [error] PHP Notice:  Undefined index:  nuke
> in /usr/local/www/data-dist/admin/showinfo.php on line 5
> [Mon May 31 21:38:31 2004] [error] PHP Notice:  Undefined variable:
> mquery in /usr/local/www/data-dist/admin/showinfo.php on line 68
>
> Could it be something to do with the version of php or maybe a setting
> in the php.ini file? I'm running version 4.3.4 that I installed from the
> FreeBSD ports tree. Here are the parameters in the php.ini file that I
> modified from the stock file FreeBSD installed.
>
> file_uploads = On
> register_globals = Off
> session.auto_start = 1
> session.save_path = /var/php-sessions
> session.use_cookies = 1
> upload_max_filesize = 10M

two more php settings:

error_reporting=E_ALL
display_errors=off

(Continue reading)

p dont think | 2 Jun 2004 05:02

Re: Re: Issues with plugins saying they are installed but not working??

> **Vacation
> I tried this link below for the update for vacation to work with 1.4 but
> it is a bin file and not a tar.gz like it is supposed to be.  Does anyone
> have a copy of it, or can suggest a similar program to use?

Rename it and it'll work as expected.

>>Make sure you've followed the INSTALL file, including setting up the
>
> **sent confirmation
> I reinstalled it and still do not see it tho it is in my administratoin
> settings... but it is not in my display preferences.  What else aside from
> the general add a plugin line do I need in conf.php?  Also, I was never
> told I needed to edit conf.pl for anything... is there a set of directions
> for this?

Hmm, in my response, I told you to follow the INSTALL file.  In the 
INSTALL file, it says this:

"2) Change into the sent_confirmation directory, copy config.php.sample 
to config.php and edit config.php, making adjustments as you deem 
necessary."

It even gives *nix commands to do these things.  You *were* told, but 
you didn't listen.  Please make sure to read documentation carefully 
before posting.

> **custom from
> I checked the plugin page on squirrelmail's site and I have the most
> recent one there.. is there another patch or anything I need to add?  I
(Continue reading)

Mr Test Case | 2 Jun 2004 10:32

Bug Report

I subscribe to the squirrelmail-users mailing list.
  [ ]  True - No need to CC me when replying
  [x]  False - Please CC me when replying  (by the way, my mail is
sourceforge <at> gushi.org, this is a test account for squirrelmail)

This bug occurs when I use the SAConf plugin.

The description of the bug:

As soon as I try to configure it, I get:

Warning: main(../src/validate.php): failed to open stream: No such file or
directory in
/usr/local/squirrelmail/squirrelmail-1.4.3/plugins/saconf/saconf_options.php
on line 9

Fatal error: main(): Failed opening required '../src/validate.php'
(include_path='.:/usr/local/lib/php') in
/usr/local/squirrelmail/squirrelmail-1.4.3/plugins/saconf/saconf_options.php
on line 9

I can reproduce the bug by:

Installing the saconf plugin and trying to set any kind of preferences.

(Optional) I got really bored and here's a fix:

I've tried correcting the paths.  While I can point the plugin at the new
version of validate.php, it can't find other files and reports that it
cant find SM_PATHclass/mime.types.php or something very similar.
(Continue reading)

Tomas Kuliavas | 2 Jun 2004 12:24
Picon
Gravatar

Re: Re: Getting HTML area to work


> The plugin is set to work, but it does not show up in the browser.
>
> $plugins[5] = 'htmlarea';

How about $plugins[#] = 'html_mail';

http://www.squirrelmail.org/plugin_view.php?id=209

-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

Jonathan Angliss | 3 Jun 2004 08:10
Favicon

ANNOUNCE: SquirrelMail 1.4.3a released

The SquirrelMail team are pleased to announce the release of
SquirrelMail 1.4.3a. This is a minor release, and contains only one
change over the 1.4.3 release. This is to fix the compose issue that
was accidentally introduced.

You can get your copy of this release from the website at:

  http://www.squirrelmail.org/download.php

Happy Squirrelling.
  SquirrelMail Development Team

-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

Christian Frey | 3 Jun 2004 09:39
Picon

BayesSpam Bugzilla *NOT* Available

> And finally, the Bugzilla URL is:
> http://www.kydance.net/bugzilla/

The requested URL /bugzilla/ was not found on this server.

christian.

-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

Mark London | 3 Jun 2004 14:43
Picon
Favicon

Exiting from plugin to message list rather than options?

Is it possible to exit from a plugin, back to the list of messages 
one was viewing, before the plugin was selected? I.e., instead of 
displaying the options page.  If not then, then at least exiting to 
the list of messages in inbox?   Thanks. -  Mark

-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs

Tonia M. Bartz | 3 Jun 2004 19:05

Re: Re: Issues with plugins saying they are installed

No offense, but please don't yell or get angry with me, P.  I am still
getting used to this and configuring php files since it's one language I
never learned thoroughly.  I am sorry if that bothers you.  I thought this
list was for help.

**Sent confirmation
I have sent confirmation working, however, none of my emails are actually
being sent.  I have been waiting 20 minutes for a test email I sent through
squirrelmail.  I just tried outlook and it sent instantly.  Not sure what
happened there.

 **custom from
I AM paying attention to version numbers.  I tried the updated script
changes that are mentioned but when I add those in, I get a php error on
line 1 of my compose.php script and therefore can't send mail.

**plugin update
I checked the config.php file and it is there....  but I still cannot see a
list of updates or something saying there isn't any at all.  I guess I am
also not sure where this is supposed to appear.  I have tried going to just
options and also into administration.

-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
(Continue reading)

Tomas Kuliavas | 3 Jun 2004 20:31
Picon
Gravatar

Re: Re: Re: Issues with plugins saying they are installed

> **plugin update
> I checked the config.php file and it is there....  but I still cannot see
> a
> list of updates or something saying there isn't any at all.  I guess I am
> also not sure where this is supposed to appear.  I have tried going to
> just
> options and also into administration.

sm-path/plugins/pupdate/config.php
...
 // Username of admin capable of viewing plugin list
   $update->adminusername = "your-login-name";
...

http://www.topolis.lt/screen-shots/squirrelmail/pupdate/pupdate1.png
http://www.topolis.lt/screen-shots/squirrelmail/pupdate/pupdate2.png

-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
--
squirrelmail-plugins mailing list
List Address: squirrelmail-plugins <at> lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins
http://squirrelmail.org/cvs


Gmane