Trying 1.4.1 and I get this error message:
ERROR : Could not complete request.
Query: FETCH (FLAGS UID RFC822.SIZE BODY.PEEK[HEADER.FIELDS (Date To Cc
>From Subject X-Priority Content-Type)])
Reason Given: Error in IMAP command received by server.
Please help with this, thank you
PMJ
-
Before anybody asks me, here are my system specifics:
SM 1.4.1
many plugins - all active plugins are working properly
Apache 2.0.46
PHP 4.3.2
My problem is viewing messages with SM 1.4.1 sent from outlook express 6
exact version:
X-Mailer: Microsoft Outlook Express 6.00.2800.1158
Messages sent
Hi Alex,
I continued debugging a bit and found DB::Connect to fail using the
DSN: "pgsql://mail:[EMAIL PROTECTED]/mail"
So the missing extension refers to "pgsql" I assume? How can this be?
The example 01connect.phpt script delivered with pear WORKS as I
stated before ...
Thanks
Chris
Saturday
Hi Paul,
pdt> Sounds like the user you use to access the DB doesn't have sufficient
pdt> grants to insert rows in the prefs table. Recheck (maybe grant FULL
pdt> access just for testing) and try again...
I checked permissions and the mail user is granted FULL permissions.
Thanks
Chris
--
Hi Alex,
AL> Chris, normally you should have nothing to do. It is expected to have
AL> empty tables at start, of course, like file prefs.
AL> Could you check with psql that you have something like:
=>> \d userprefs
This is what it returned for me:
mail=# \d userprefs
Table "userpr
> >> Warning : main(DB.php) [ function.main ]: failed to create stream:
> >> No such file or directory in
> >> /home/luchtman/public_html/mail/functions/abook_database.php on
> >> line 33
> >>
> >> Fatal error : main() [ function.main ]: Failed opening required
> >> 'DB.php' (include_path='')
> I finally tracked down the problem to the fact, that squirrel is
> trying to cache the user preferences in dbPrefs.php and obviously
> fails, as there is NO record in the prefs table.
>
> It a new install and the address and user preferences tables are as
> empty as they get created due to the d
> Hi,
>
> I finally tracked down the problem to the fact, that squirrel is
> trying to cache the user preferences in dbPrefs.php and obviously
> fails, as there is NO record in the prefs table.
>
> It a new install and the address and user preferences tables are as
> empty as they get created due
One more code change I've just found if you are using the notify plugin.
Change line 11 in focus.php from
$smpage = str_replace('plugins/notify/focus.php', 'src/webmail.php',
$_SERVER['REQUEST_URI']);
to
$smpage = str_replace('plugins/notify/focus.php', 'src/refresh.php',
$_SERVER['REQUEST_URI']
Hi,
I finally tracked down the problem to the fact, that squirrel is
trying to cache the user preferences in dbPrefs.php and obviously
fails, as there is NO record in the prefs table.
It a new install and the address and user preferences tables are as
empty as they get created due to the doc/db-b
> Warning : main(DB.php) [ function.main ]: failed to create stream: No
> such file or directory in
> /home/luchtman/public_html/mail/functions/abook_database.php on line 33
>
> Fatal error : main() [ function.main ]: Failed opening required
> 'DB.php' (include_path='') in
> /home/luchtman/public
Can someone help me with this? I am trying to get squirrelmail to use
SQL for my address book. Now that I have created the database and put
the correct info into option 9 on the conf.pl script I get two errors
when launching the address book.
Here is the errors that I get
Warning : main(DB.ph
I have just refined the code I previously posted to disable the browser
backspace key:
1. Add the following code to webmail.php just after the session_start() -
session_start();
/* added by gcn 12/07/2003 */
if(sqsession_is_registered("visited")){
exit;
}
sqsession_register("yes", "visited"
13 matches
Mail list logo