Re: [SM-USERS] [2] a problem in attachments

2003-02-02 Thread GoEd
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

Re: [SM-USERS] Attachement size

2002-12-20 Thread GoEd
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 (

Re: [SM-USERS] Attachement size

2002-12-20 Thread GoEd
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

Re: [SM-USERS] could not move/copy attachments

2002-12-10 Thread GoEd
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.---

[SM-USERS] Attachment error message - yes, I read the FAQ :)

2002-12-05 Thread GoEd
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