Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   phphq.Net Forums (https://novahq.net/forum/forumdisplay.php?f=277)
-   -   PHmailer with 7 attachments getts error message and text but not attachments in email sent (https://novahq.net/forum/showthread.php?t=45343)

Idiotsavant 09-05-2010 07:06 AM

PHmailer with 7 attachments getts error message and text but not attachments in email sent
 
1 Attachment(s)
Hi I have tried, but because the example phmailer script does not use 2 ( or more) attachments I don't know how to modify it to work where I need up to seven attachments with max file size 500 ie total 5000?

Any help to fix the code please as I get the text but not the attachments via email. I know it says do not edit below a point but I had to do that to get this far - apologies if I stuffed it.
Cheers


error message is :
Warning: array_sum(): The argument should be an array in /u/3/8/1833183/artsite.com.au/phMailer.php on line 157

I have attached the phmailer code file and

below is the code for the attach file box(?) (from the actual page that calls the phmailer file)

<td height="25" class="text">Image 1:</td>
<td class="text"><input name="attachment[]2" type="file" size="30" /></td>
</tr>
<tr>
<td height="25" class="text">Image 2:</td>
<td class="text"><input name="attachment[]3" type="file" size="30" /></td>
</tr>
<tr>
<td width="20%" height="25" class="text">Image 3:</td>
<td width="80%" class="text"><input name="attachment[]4" type="file" size="30" /></td>
</tr>
<tr>
<td height="25" class="text">Image 4:</td>
<td class="text"><input name="attachment[]5" type="file" size="30" /></td>
</tr>

<tr>
<td height="25" class="text">Image 5:</td>
<td class="text"><input name="attachment[]6" type="file" size="30" /></td>
</tr>


<tr>
<td width="20%" height="25" class="text">Image 6:</td>
<td width="80%" class="text"><input name="attachment[]7" type="file" size="30" /></td>
</tr>
<tr>
<td width="20%" height="25" class="text">Attach CV:</td>
<td width="80%" class="text"><input name="attachment[]" type="file" size="30" /></td>
</tr>

Scott 09-05-2010 12:30 PM

More than likely, you need to increase these settings in your php.ini file:


post_max_size = 15M
upload_max_filesize = 15M
max_file_uploads = 20

Idiotsavant 09-05-2010 04:43 PM

Clarification
 
Thanks but for clarification:
Is all the code correct?
If so then
Do I talk to my website hosting company for the php.ini file change?
Cheers

Scott 09-07-2010 08:21 AM

It does not look correct.. there should be no number after the attachment[] for each form field.. Your hosting company will need to modify your php.ini file..

Idiotsavant 09-08-2010 06:02 PM

Thanks I will remove the numbers. The hosting tweak is more difficult so I am changing hosting company - may take a couple of days so I will test it again on new server and let you know. Appreciate the help. Cheers


All times are GMT -5. The time now is 01:43 PM.

Powered by vBulletin®