My form works well, email has been SENT successfully, but i have warning :
Couldn't create upload directroy 2
here Debug report
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_2] => Test [text_3] => Test [text_5] => Test [text_16] => Test [text_6] => Test [text_7] => Test [text_8] => Test [text_9] => Test [text_10] => [email]12345@i.com[/email] [text_11] => Test [text_13] => Test [text_14] => Test [button_15] => Отправить [e5cbeb51df3a7297237f30e1f347d48d] => 1 [1cf1] => 45496b9ae6ed3c4b41dcc6d6dc02e3a5 [chronoformname] => add )
6. $_FILES Array: Array ( [file_14] => Array ( [name] => 4EYE.jpg [type] => image/jpeg [tmp_name] => /var/www/bioenergy/tmp/phpseC817 [error] => 0 [size] => 22138 ) )
7. Upload routine started for file upload by : file_14
8. /var/www/bioenergy/bio-energy.com.ua/images/upload/20091001184402_4EYE.jpg has been uploaded OK
9. Form passed the plugins step (if enabled) OK
10. An email has been SENT successfully from (betagroup)noreply@bio-energy.com.ua to [email]marketing@beta-group.com.ua[/email]
11. Debug End
Do you have FTP turned on in your site Global Configuration? Sometimes this can cause problems with the Joomla File functions error reporting.
Bob
ChronoForms *should* show that error when it tries to add an 'index.html. file to the uploads folder. I think (hope) that if you add an images/upload/index.html it will not show any more.
Bob
Hmm - I think the workaround it to comment out the error message. It's in compontents/com_chronocontact/libraries/chronoformuploads.php around line 75
// JError::raiseWarning(100, 'Couldn\'t create upload directroy 2');
Bob