Hi,
Since a few weeks there's a problem with uploads ... following error is given by debug-mode:
Anybody has an idea of this problem???
Joomla 1.5.21 CF V3.1 RC5.5
Thank you!
Since a few weeks there's a problem with uploads ... following error is given by debug-mode:
$_FILES Array: Array ( [bijlage_CV] => Array ( [name] => testCV.doc [type] => application/msword [tmp_name] => /.vsvar/tmp/phpur5PzC [error] => 0 [size] => 9216 ) [bijlage_Motivatiebrief] => Array ( [name] => testCV.doc [type] => application/msword [tmp_name] => /.vsvar/tmp/php84v9G6 [error] => 0 [size] => 9216 ) )
Anybody has an idea of this problem???
Joomla 1.5.21 CF V3.1 RC5.5
Thank you!
Hi Mgringo,
There's no error there. The [error] => 0 tells us that the file was uploaded to the tmp folder correctly.
Bob
There's no error there. The [error] => 0 tells us that the file was uploaded to the tmp folder correctly.
Bob
Hi Bob ... thats strange ... I've set the default folder to images/stories/ ... And the files are not send in email too ...
This is the complete debug message:
Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
$_POST Array: Array ( [email] => xxx@gmail.com [Initialen] => MG [Roepnaam] => marcel [Tussenvoegsels] => [Achternaam] => gringo [geslacht] => man [Geboortedatum] => 7-6-1981 [Straat] => test [Huisnummer] => 2 [Toevoeging] => [Postcode] => 1234 [Plaats] => gron [Telefoon] => 102938 [vacature] => test [Opleiding] => HBO [Studierichting] => test [diploma] => ja [Beschikbaar] => 10-10-2011 [aantal_uren] => 20 [button_25] => verzend [8c577885d54da7d3139e0e5e4d521d3d] => 1 [1cf1] => 44e257ba4a820968181843dc684320c3 [chronoformname] => sollicitatieformTEST )
$_FILES Array: Array ( [bijlage_CV] => Array ( [name] => testCV.doc [type] => application/msword [tmp_name] => /.vsvar/tmp/php9WEp8g [error] => 0 [size] => 9216 ) [bijlage_Motivatiebrief] => Array ( [name] => testCV.doc [type] => application/msword [tmp_name] => /.vsvar/tmp/phpmdnYAR [error] => 0 [size] => 9216 ) )
Upload routine started for file upload by : bijlage_CV
/domains/xxx.nl/DEFAULT/images/stories/20120126101333-testCV.doc has NOT been uploaded!!
Upload routine started for file upload by : bijlage_Motivatiebrief
/domains/xxx.nl/DEFAULT/images/stories/20120126101333-testCV.doc has NOT been uploaded!!
Form passed the plugins step (if enabled) OK
An email has been SENT successfully from (xxx)xxx@gmail.com to xxx@gmail.com
An email has been SENT successfully from (xxx)no-reply@xxx.nl to xxx@gmail.com
Debug End
Hi Mgringo,
That's more useful. It tells us that the file uploaded to the tmp folder but ChronoForms couldn't move it to the images/stories folder. Please check the folder permissions; and if you have FTP enabled in the Site Global Configuration please try disabling it.
Bob
That's more useful. It tells us that the file uploaded to the tmp folder but ChronoForms couldn't move it to the images/stories folder. Please check the folder permissions; and if you have FTP enabled in the Site Global Configuration please try disabling it.
Bob
This topic is locked and no more replies can be posted.