i think i got the problem, the roundcube error log says the following : [31-Oct-2007 09:47:08] PHP Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 7106944 bytes) in /var/www/html/webxxx/html/mail/program/lib/Mail/mimePart.php on line 226
I think the Memory Limit in the php installation is not enough. But i can't comprehend the error, it says that 25M are allowed and it is not possible to reserve 7Mb ? Why ? BR Tom On Wed, 31 Oct 2007 09:45:27 +0100, <[EMAIL PROTECTED]> wrote: > Hi, > > i just deactivated the .htaccess file from my server and placed the > .htaccess file from roundcube 0.1-rc2 in the folder. It looks like that: > > # AddDefaultCharset UTF-8 > AddType text/x-component .htc > > <IfModule mod_php4.c> > php_flag display_errors Off > php_flag log_errors On > php_value error_log logs/errors > php_value upload_max_filesize 15M > php_value post_max_size 15M > </IfModule> > > <IfModule mod_php5.c> > php_flag display_errors Off > php_flag log_errors On > php_value error_log logs/errors > php_value upload_max_filesize 15M > php_value post_max_size 15M > </IfModule> > > <FilesMatch "(\.inc|\~)$"> > Order allow,deny > Deny from all > </FilesMatch> > > Order deny,allow > Allow from all > > i just edited the upload file Size, the rest is like originaly delivered > by > roundcube. But it does not work again. The attachment is successfully > uploaded and shown in the attachments list, but when sending nothing > happens. > > On Wed, 31 Oct 2007 14:07:50 +0530, kmnair <[EMAIL PROTECTED]> wrote: >> On 10/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> here is my htacces file : >>> >>> AuthName "Mail Client Login" >>> AuthType Basic >>> AuthUserFile /var/www/html/webxxx/html/mail/.htpasswd >>> require valid-user >>> >>> i think i cant edit it, because the websaerver has loaded it into >> memory. >>> So the file is open and i cant edit it. But as you see, there is no >> upload >>> limit specified here ? Is there another htaccess file ? This is the one >>> directly in the root folder of Roundcube. >>> >>> Br >>> >>> Thomas >> >> Hello, >> >> This looks like the htaccess file of the webserver. Please check >> whether you have another one in the RC root folder. If not, check your >> RC installation by unzipping the package into a temporary location. >> You should get an htaccess file in the unzipped root folder. Try >> uploading it into the root folder of your running installation. >> >> Try renaming the existing htaccess file and see if there is any >> problem. Otherwise when you replace this file, your installation may >> get washed out. >> >> kmn >> >> >> >> >> >> >> >> >> >> >> >>> >>> On Wed, 31 Oct 2007 13:08:12 +0530, kmnair <[EMAIL PROTECTED]> wrote: >>> > On 10/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> >> wrote: >>> >> Hi, thanks for the tip, but in my .htaccess file, there is no limit >>> >> specified. >>> >> Another Problem is, that this htaccess file is autogenerated by my >>> > confixx >>> >> Interface and i can't edit it. >>> >> Its not possible to change the permissions. But as I said, the file >> is >>> >> nearly empty, and the upload limit is not specified. >>> >> >>> >> BR, >>> >> >>> >> Tom >>> >> >>> > >>> > Hello, >>> > >>> > Here is the .htaccess file on my installation, opened with a >> texteditor. >>> > --------------------------------- >>> > # AddDefaultCharset UTF-8 >>> > php_flag display_errors Off >>> > php_flag log_errors On >>> > php_value error_log logs/errors >>> > php_value upload_max_filesize 2M >>> > >>> > <FilesMatch "(\.inc|\~)$|^_"> >>> > Order allow,deny >>> > Deny from all >>> > </FilesMatch> >>> > >>> > Order deny,allow >>> > Allow from all >>> > ---------------------------------------------------- >>> > >>> > Are you running your own server or is it hosted/outsourced. Anyway, >>> > you should have permission to download this file and re-upload it. >>> > >>> > You can see the 2M limit for the max file size value. This needs to > be >>> > edited. >>> > >>> > kmn _______________________________________________ List info: http://lists.roundcube.net/users/
