v3.1 RC5 - form not creating articles

tokenring 05 May, 2009
after update articles are not being created. I get the e-mail from the system saying that a user has completed the form. The attachments still come in the e-mail. The e-mail and variables are all correct. The article just doesn't get created. I checked the on submit code and it looks good. Not sure???

Aaron
tokenring 05 May, 2009
... and this was an upgrade from the previous version.

Aaron
GreyHead 05 May, 2009
Hi Aaron,

Does your form have some OnSubmit code to process the submitted data. Max has made some changes that might be affecting that. If you post the code here we can see what needs changing.

Bob
tokenring 05 May, 2009
<p><span style="color: #ffffff;"><strong>Thanks for your Profile!  We will review it shortly and if approved it will be published!</strong></span></p>
<p><strong>Cheers</strong></p>
<p><span style="text-decoration: underline;"><strong>FunkyHouseBeats.com team!</strong></span></p>
<?php
$_POST['catid'] = '45';
$_POST['id'] = '';
$_POST['sectionid'] = '6';
$_POST['state'] = '0';
$_POST['created'] = date("Y-m-d H:i:s");
?>
Max_admin 06 May, 2009
Hi Aaron,

try to create a table for your form and save to it and see if this works fine instead of the content table ?

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
tokenring 06 May, 2009
okay, I know how to create a table, but I'm not sure what is needed exactly for that table... also, do I have to do this for all forms on my site?

When you say "Try", are you saying that because this is a known fix, or just something that you want me to try.

Aaron
GreyHead 06 May, 2009
Hi Aaron,

It a test, do it for one form using the Create Table icon on the Forsm Manager toolbar. More instructions in the Tutorial from the Downloads area here.

Bo
tokenring 06 May, 2009
sounds good! BTW the textbox we are writing in (for this thread and most likely all others) is blurred still. It seems like the text is the wrong size or something.

I'll try your suggestion and get back to you!!

Aaron
tokenring 07 May, 2009
okay I followed the tutorial and I created a new table, added the fields and attached it to the form. When I use the form, an entry in the DB is created, but there is still no article being created.

???

p.s. Just wondering what changed in this build that would break how it worked before?
tokenring 07 May, 2009
the bad thing is that I'm going on a trip in 3 hours for 2 weeks and I won't be able to test and work on it.

:(
GreyHead 07 May, 2009
Hi Aaron,

Enjoy the trip - speak when you are back again.

Bob
tokenring 15 May, 2009
I just tested it again. the record is created, however there is still no article associated article.


record details:
Field name Field Data
cf_id : 2
uid : IZjRlM2ZiODZjZjEw
recordtime : 2009-05-15 - 15:23:07
ipaddress : 24.141.166.3
cf_user_id : 63
created_by_alias : Aaron
title : Aaron Bradley
text_2 : Canada
file_5 : 20090515152303_aaronbradleyrq6.png
fulltext : Test DJ profile


on submit code:
<p><span style="color: #ffffff;"><strong>Thanks for your Profile! We will review it shortly and if approved it will be published!</strong></span></p>
<p><strong>Cheers</strong></p>
<p><span style="text-decoration: underline;"><strong>FunkyHouseBeats.com team!</strong></span></p>
<?php
$_POST['catid'] = '45';
$_POST['id'] = '';
$_POST['sectionid'] = '6';
$_POST['state'] = '0';
$_POST['created'] = date("Y-m-d H:i:s");
?>


test DB:
jos_chronoforms_Add_DJ_Profile
Max_admin 18 May, 2009
Hi Aaron,

Please contact me through the contact us page and I will send you something to test!

Cheers
MAx
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
tokenring 23 May, 2009
I think this was due to me applying the wrong license file to the version. I'll test and confirm.

Aaron
This topic is locked and no more replies can be posted.