Re: [SM-USERS] PHP5 Error - How to fix

2005-03-16 Thread Paul Lesneiwski
Terry Allen wrote: Terry Allen wrote: Hi again, We just upgraded to PHP 5.x & I knew it would break Squirrelmail, which it has with the usual error: Fatal error: Cannot re-assign $this Does the current 1.5.x development version have a fix for this if I install it Yes , or is there an e

Re: [SM-USERS] undefined function: setpref() on logout after upgrade to 1.4.4 on FC3.

2005-03-16 Thread Gavin Henry
On Wednesday 16 Mar 2005 21:49, you wrote: > Gavin Henry wrote: > > Dear all, > > > > Searched the archives, but no firm answer to this one: > > > > Fatal error: Call to undefined function: setpref() in > > /usr/share/squirrelmail/plugins/show_user_and_ip/functions.php on line > > 156 > > > > This

Re: [SM-USERS] undefined function: setpref() on logout after upgrade to 1.4.4 on FC3.

2005-03-16 Thread Paul Lesneiwski
Gavin Henry wrote: Dear all, Searched the archives, but no firm answer to this one: Fatal error: Call to undefined function: setpref() in /usr/share/squirrelmail/plugins/show_user_and_ip/functions.php on line 156 This is after an upgrade via noarch RPM, to 1.4.4 on Fedora Core 3. I don't remember

Re: [SM-USERS] Folder tree in 1.5

2005-03-16 Thread Paul Lesneiwski
[EMAIL PROTECTED] wrote: In pre 1.5 versions is was possible to return to the inbox by clicking the Inbox in the left frame. In 1.5 this is no longer possible; quite annoying. How easy is it to reimplement this? What version are you using. You need to include more useful info so we can help you.

Re: [SM-USERS] PHP5 Error - How to fix

2005-03-16 Thread Terry Allen
On Wed, 16 Mar 2005 20:51:20 +1100 Terry Allen <[EMAIL PROTECTED]> wrote: Hi again, We just upgraded to PHP 5.x & I knew it would break Squirrelmail, which it has with the usual error: Fatal error: Cannot re-assign $this Of course, it would help if you had written in which file this happ

Re: [SM-USERS] PHP5 Error - How to fix

2005-03-16 Thread Terry Allen
> > Does the current 1.5.x development version have a fix for this if I > install it Yes >, or is there an easy fix I can make to a stable version? I don't remember, but I thought some PHP5 fixes were made to 1.4.4. You need to tell us what version you are running for this to be useful.

Re: [SM-USERS] PHP5 Error - How to fix

2005-03-16 Thread Terry Allen
> Hi again, We just upgraded to PHP 5.x & I knew it would break Squirrelmail, which it has with the usual error: Fatal error: Cannot re-assign $this SquirrelMail 1.5.0 is old development version. Use 1.4.4 or 1.5.1cvs. -- Hi again, Yes, I had planned on using the latest version of either bran

Re: [SM-USERS] Folder tree in 1.5

2005-03-16 Thread Fredrik Jervfors
> In pre 1.5 versions is was possible to return to the inbox by clicking > the Inbox in the left frame. In 1.5 this is no longer possible; quite > annoying. How easy is it to reimplement this? > > -Patrick Have you tried the suggestions in the FAQ

Re: [SM-USERS] Content-type locale question

2005-03-16 Thread Tomas Kuliavas
> Hi, > > > I've found that unix-mail,email,mailx commands doesn't send mime version > and content-type information with header while sending messages. But body > can contain locale specific characters. So squirrelmail puts ? over the > character that differs from US-ASCII ones. Is there a way to

Re: [SM-USERS] Rewrite src/*.php

2005-03-16 Thread Tomas Kuliavas
> Greetings, > > > Is it at all possible to host SquirrelMail in the root of a web site > _and_ > to eliminate the src/ directory from the path, possibly via mod_rewrite? > > My goal is, for example, http://webmail.domain.com/login.php (etc) > instead of http://webmail.domain.com/src/login.php (and

Re: [SM-USERS] PHP5 Error - How to fix

2005-03-16 Thread Alexandros Vellis
On Wed, 16 Mar 2005 20:51:20 +1100 Terry Allen <[EMAIL PROTECTED]> wrote: > Hi again, > We just upgraded to PHP 5.x & I knew it would break > Squirrelmail, which it has with the usual error: > > Fatal error: Cannot re-assign $this Of course, it would help if you had written in which file

Re: [SM-USERS] PHP5 Error - How to fix

2005-03-16 Thread Tomas Kuliavas
> Hi again, > We just upgraded to PHP 5.x & I knew it would break > Squirrelmail, which it has with the usual error: > > > Fatal error: Cannot re-assign $this SquirrelMail 1.5.0 is old development version. Use 1.4.4 or 1.5.1cvs. -- Tomas ---

Re: [SM-USERS] Time Out Error \'Search results for Fatal error: Maximum execution time of 30 seconds exceeded\'

2005-03-16 Thread Tomas Kuliavas
> I am a customer on one of ionhosting.com's webservers. > > > I have used Squirrelmail happily for some time, but recently have been > getting the following error when trying to retrieve my mail: > > Fatal error: Maximum execution time of 30 seconds exceeded in > /usr/local/cpanel/base/3rdparty/sq

Re: [SM-USERS] Rewrite src/*.php

2005-03-16 Thread Jeremy Shaffner
On 3/15/05 11:45 PM, "Jonathan Angliss" <[EMAIL PROTECTED]> wrote: > You'll have difficulty doing it because of things like plugins, > images, css files, javascript files, etc. Because these files are > outside of the src/ directory, and the request for them is usually > relative to the src di

Re: [SM-USERS] Rewrite src/*.php

2005-03-16 Thread Jeremy Shaffner
On 3/15/05 10:37 PM, "Olivier DUCROT" <[EMAIL PROTECTED]> wrote: > Look at apache virtual host configuration > > You can define a virtual host name with a direct access to the */src/ > directory and a default page as login.php Using src/ as the DocumentRoot also breaks, for much the same reaso

Re: [SM-USERS] undefined function: setpref() on logout after upgrade to 1.4.4 on FC3.

2005-03-16 Thread Jason S
On Wed, 16 Mar 2005 10:59:42 - (GMT), Gavin Henry <[EMAIL PROTECTED]> wrote: > Dear all, > > Searched the archives, but no firm answer to this one: > > Fatal error: Call to undefined function: setpref() in > /usr/share/squirrelmail/plugins/show_user_and_ip/functions.php on line 156 > > This

Re: [SM-USERS] PHP5 Error - How to fix

2005-03-16 Thread Jason S
On Wed, 16 Mar 2005 02:00:30 -0800, Paul Lesneiwski <[EMAIL PROTECTED]> wrote: > > > Terry Allen wrote: > > Hi again, > > We just upgraded to PHP 5.x & I knew it would break Squirrelmail, > > which it has with the usual error: > > > > Fatal error: Cannot re-assign $this > > > > Does the c

[SM-USERS] Re: Cannot Forward Large Attachments

2005-03-16 Thread Daniel Watts
Bob White wrote: I've been running SM for several years, and in the last few weeks, have upgraded the server and SM (to 1.4.4). Apache is at 2.0.50, and PHP is 4.3.8. All recent patches have been applied. Under Mandrake 10.1, I'm running a Cyrus IMAP server, fed by Fetchmail from my ISP, RoadRunn

[SM-USERS] undefined function: setpref() on logout after upgrade to 1.4.4 on FC3.

2005-03-16 Thread Gavin Henry
Dear all, Searched the archives, but no firm answer to this one: Fatal error: Call to undefined function: setpref() in /usr/share/squirrelmail/plugins/show_user_and_ip/functions.php on line 156 This is after an upgrade via noarch RPM, to 1.4.4 on Fedora Core 3. What to edit? -- Kind Regards,

Re: [SM-USERS] Rewrite src/*.php

2005-03-16 Thread Sven Pfeifer
Hi Jeremy, On Di, 15.03.2005, 16:23, Jeremy Shaffner sagte: > Greetings, > > Is it at all possible to host SquirrelMail in the root of a web site _and_ > to eliminate the src/ directory from the path, possibly via mod_rewrite? > > My goal is, for example, http://webmail.domain.com/login.php (etc)

[SM-USERS] Folder tree in 1.5

2005-03-16 Thread list
In pre 1.5 versions is was possible to return to the inbox by clicking the Inbox in the left frame. In 1.5 this is no longer possible; quite annoying. How easy is it to reimplement this? -Patrick --- SF email is sponsored by - The IT Product Gu

Re: [SM-USERS] PHP5 Error - How to fix

2005-03-16 Thread Paul Lesneiwski
Terry Allen wrote: Hi again, We just upgraded to PHP 5.x & I knew it would break Squirrelmail, which it has with the usual error: Fatal error: Cannot re-assign $this Does the current 1.5.x development version have a fix for this if I install it Yes , or is there an easy fix I can make t

[SM-USERS] PHP5 Error - How to fix

2005-03-16 Thread Terry Allen
Hi again, We just upgraded to PHP 5.x & I knew it would break Squirrelmail, which it has with the usual error: Fatal error: Cannot re-assign $this Does the current 1.5.x development version have a fix for this if I install it, or is there an easy fix I can make to a stable version? Many than

[SM-USERS] Content-type locale question

2005-03-16 Thread Emre Ersin
Title: Content-type locale question Hi, I’ve found that unix-mail,email,mailx commands doesn’t send mime version and content-type information with header while sending messages. But body can contain locale specific characters. So squirrelmail puts ? over the character that differs from US-AS