On Tue, 27 Jun 2006 15:33:51 -0300, "Sergio A. Kessler" <[EMAIL PROTECTED]> wrote: > set > $rcmail_config['debug_level'] = 4; > > in config/main.in.php
Thanks Sergio...I should have thought of that. Here's the error I recieve: Fatal error: Using $this when not in object context in /usr/local/www/data-dist/roundcubemail-svn/program/include/rcube_imap.inc on line 1722 Line 1722 deas with charset: return rcube_charset_convert($input, $this->default_charset); P > > /sak > > On 6/27/06, phil <[EMAIL PROTECTED]> wrote: >> On Tue, 27 Jun 2006 11:16:51 -0400 (EDT), Jon Daley > <[EMAIL PROTECTED]> wrote: >> > On Tue, 27 Jun 2006, Adam Grelck wrote: >> >> I had been getting a blank page when trying to view certain > attachments >> > (in >> >> this case, >2 or so MB PDFs - smaller PDFs worked fine), but I > haven't >> > had >> >> any time to investigate it. >> > >> >> Drat, I just get a blank page, nothing in http-error.log, and only this > in http-access.log: >> >> xxx.xxx.xxx.xxx - - [27/Jun/2006:10:38:11 -0500] "GET > /roundcubemail-svn/?_auth=5839031dba18e66358ce75 >> 4e0a43791740cea706&_task=mail&_action=show&_uid=18&_mbox=Voicemail > HTTP/1.1" 200 26 >> >> > That is probably the memory issue talked about on this list - > you >> > probably have memory_exhausted errors in your apache log. You can >> > increase the memory available to php in your php.ini. >> >> The file I tried to open was a .wav file, my voicemail emails me a copy > to listen to within my brower. The thing is that one was only 337 KB, and > I have seeings in php.ini like this: >> >> [10:39:06] [EMAIL PROTECTED] ../data/roundcubemail-svn]# grep memory_limit > /usr/local/etc/php.ini >> ;memory_limit = 8M ; Maximum amount of memory a script may consume > (8MB) >> memory_limit = 64M ; Maximum amount of memory a script may consume > (8MB) >> >> Hmmm.... >> >> P >> >> >> > >> > >> > >> > >> > >> > -- >> > This message has been scanned for viruses and >> > dangerous content by MailScanner, and is >> > believed to be clean. >> -- >> http://fak3r.com - you don't have to kick it >> >> >> -- >> This message has been scanned for viruses and >> dangerous content by MailScanner, and is >> believed to be clean. >> >> >> >> > > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
