Forums

Chronoform v5 in joomla 3.4.4 not inserting data

SAMIOL 14 Sep, 2015
Hello,

i have the same problem and question like this. http://www.chronoengine.com/forums/posts/f2/t96570.html?page=2
I make a form with fields like Name, Adress and text and let these information send to a email and there is noc problem.
All information comes in the email, but nothing is wirten to the tabel in the database. I have connect the database in the
Setup you will see some screenshots.

Some Data of my system:
Joomla:
PHP erstellt für 	Linux sh8-31 3.2.0-90-generic #128-Ubuntu SMP Fri Aug 14 21:43:58 UTC 2015 x86_64
Datenbankversion 	5.5.44-0ubuntu0.12.04.1
Datenbankzeichensatz 	latin1_swedish_ci
PHP-Version 	5.6.11-1+deb.sury.org~precise+1
Webserver 	Apache/2.2.22 (Ubuntu)
PHP-Interface für den Webserver 	cgi-fcgi
Joomla!-Version 	Joomla! 3.4.4 Stable [ Ember ] 8-September-2015 21:30 GMT
Joomla!-Plattform-Version 	Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT

web_server:
PHP Version 5.6.11-1+deb.sury.org~precise+1
System 	Linux sh8-31 3.2.0-90-generic #128-Ubuntu SMP Fri Aug 14 21:43:58 UTC 2015 x86_64


Chronoforms
log:
Data Array

Array
(
    [chronoform] => Kontakt
    [event] => submit
    [Vor-/Zuname] => Max Meier
    [Email] => samiol@byom.de
    [Strasse] => Hauptstraße 10
    [PLZ/Ort] => 65511 Dresden
    [Firmenname] => Muster AG
    [Umkreis] => 400km
    [Text] => Hallo was macht Ihr?
    [captcha] => ZryjC
    [Senden] => Senden
    [cf_] => Array
        (
            [cf_id] => 0
        )

    [ip_address] => 95.89.73.15
)

Array
(
)

Errors

Array
(
)

Debug Info

Array
(
    [11] => Array
        (
            [DB Save] => Array
                (
                    [Queries] => Array
                        (
                        )

                )

        )

    [0] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:sublernetz@gmail.com
                    [2] => Subject:Anmeldung in Datenbank
                    [3] => From name:
                    [4] => From email:
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Array
                        (
                        )

                    [11] => Body:
<table>
<tr><td></td><td></td></tr>
<tr><td>Vor/Zuname</td><td>Max Meier</td></tr>
<tr><td>Email</td><td>samiol@byom.de</td></tr>
<tr><td>Straße</td><td>Hauptstraße 10</td></tr>
<tr><td>Plz/Ort</td><td>65511 Dresden</td></tr>
<tr><td>Firmenname</td><td>Muster AG</td></tr>
<tr><td>Umkreis</td><td>400km</td></tr>
<tr><td>Text</td><td>Hallo was macht Ihr?</td></tr>
<tr><td>Captcha</td><td>ZryjC</td></tr>
<tr><td></td><td>ZryjC</td></tr>
</table><br /><br />IP: 95.89.73.15
                )

        )

    [1] => Array
        (
            [Email] => Array
                (
                    [0] => An email with the details below was sent successfully:
                    [1] => To:samiol@byom.de
                    [2] => Subject:Nachricht von www.sublernetz.de
                    [3] => From name:SubNetz
                    [4] => From email:sublernetz@gmail.com
                    [5] => CC:
                    [6] => BCC:
                    [7] => Reply name:
                    [8] => Reply email:
                    [9] => Attachments:
                    [10] => Array
                        (
                        )

                    [11] => Body:
<p>Guten Tag Max Meier,</p>
<p> </p>
<p style="text-align: justify;">vielen Dank für Ihre Nachricht. Ihre Angaben sind bei uns eingegangen und werden schnellst möglich bearbeitet.</p>
<p style="text-align: justify;">Bitte überprüfen Sie Ihre Angaben auf richtigkeit. Falls Sie noch Fragen haben oder Ihre Angaben korriegieren möchten, wenden</p>
<p style="text-align: justify;">Sie sich bitte an sublernetz@gmail.com.</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">Mit freundlichen Grüssen</p>
<p style="text-align: justify;">Ihr SubNetz</p>
<p style="text-align: justify;"> </p>
<p style="text-align: justify;">Ihre Angaben im Kontakformular:</p>
<p>samiol@byom.de</p>
<p>Hauptstraße 10</p>
<p>65511 Dresden</p>
<p>Muster AG</p>
<p>400km</p>
<p>Hallo was macht Ihr?</p><br /><br />IP: 95.89.73.15
                )

        )

)
GreyHead 14 Sep, 2015
Hi SAMIOL,

Using element names with slashes (or spaces or other special characters except for underscore) will cause you problems. Please rename the the inputs and the corresponding columns to e.g. Vor_Zuname

Also you appear to be using cf_ as a Model ID which might also cause you problems, Please remove it or, if you need Model ID use for example cf

Bob
SAMIOL 15 Sep, 2015
Hey,

thanks Bob🙂 that was the problem, it is most in front of the screen .... lol

thanks

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