If you're using RH, like I am, do the following:
go to /etc/httpd/conf
and edit the php.conf
In the php.conf file you'll find the hard coded file size limitation, change this number and you should be set.
Hope it helps.
Simone B <[EMAIL PROTECTED]> wrote:
Now it works different:it does not return
Can you tell me what am I supposed to look for in PHP.INI.
I'm a little confused, since the message is poping up on error.log from httpd.
Thank you.
"William R. Mussatto" <[EMAIL PROTECTED]> wrote:
On Fri, 20 Dec 2002, GoEd wrote:> Date: Fri, 20 Dec 2002 04:29:21 -0800 (
and tried to attach a 900KB file and still got same error.
Jonathan Angliss <[EMAIL PROTECTED]> wrote:
Hello Goed,On Thursday, December 19, 2002, GoEd wrote...> Hello, here's my system setup: RH 8.0, Apache 2.0 and SM 1.2.7> I'm getting the following error on the error.log
I have and I still can't find a solution to this problem; even after reading and following the FAQ.
Let me know if you come across some sort of answer.
Robin Mordasiewicz <[EMAIL PROTECTED]> wrote:
has anyone else gotten a message "could not move/copy file" when trying tosend attatchments.---
I gave the httpd user the appropriate rights to the
following dirs:
$data_dir = '../data/';
$attachment_dir = "../attachments/";
FAQ says to do:
chown -R apache.apache data/
chown -R apache.apache attachments/
(yes, httpd runs as apache, according to httpd.conf)
I then