> I installed SM 1.2.8 on RedHat 8.0, 512MB RAM, Netscape 7.01. Another > machine running RedHat 7.3 i have my firewall (iptables), DNS, DHCP, > and Squid (2.4.STABLE6-6.7.3), 128MB RAM. > > First i modified php.ini: > memory_limit = 40M > post_max_size = 10M > upload_max_filesize = 20M > > The following message appeared in my browser after selecting a file and > pressing 'Add': > > The following error was encountered: > > * The request or reply is too large.
Did you install PHP and Apache from RPMs? If so, check the /etc/httpd/conf.d/php.conf file. There is a line, something like BodyRequestLimit, by default, RedHat set that to 500kb... very small, which means uploading large files will always fail, even if you change your php.ini values. -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
