Git Product home page Git Product logo

Comments (11)

skydiver avatar skydiver commented on July 22, 2024 1

Will be fixed in the next version

from october-plugin-forms.

skydiver avatar skydiver commented on July 22, 2024 1

@markandmedia the error "Address in mailbox given [] does not comply with" was fixed ...

Also, the update was pushed to stable channel, so everyone will receive the fix.

from october-plugin-forms.

 avatar commented on July 22, 2024 1

Thank you @skydiver I was having this error after install in 1.0.422 , now it is ok.

from october-plugin-forms.

 avatar commented on July 22, 2024

Personnaly, I could install magic form on 420, but it thow a fatal error on all pages (don't know if it's better) ^^

Here is an attached screenshot of the error it throw

from october-plugin-forms.

skydiver avatar skydiver commented on July 22, 2024

@markandmedia or @Alex360hd

The fix is on the master branch, can anyone test if it's works on 420?

Thanks.-

from october-plugin-forms.

markandmedia avatar markandmedia commented on July 22, 2024

I very well might be doing something wrong,.

Downloaded the plugin from GitHub and uploaded this version in the test-site. There is nog error when I load the page with the component, but after a submit it throws the following sql error:

"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'frisselstein_db.martin_forms_records' doesn't exist (SQL: insert into martin_forms_records (ip, form_data, group, updated_at, created_at) values (86.91.61.161, {"Naam":"Test naam","Straatnaam":"volkelseweg","Nummer":"8","Postcode":"5405NA","Woonplaats":"Uden","email":"[email protected]","Bericht":"test"}, Contact formulier, 2017-08-29 13:36:13, 2017-08-29 13:36:13))" on line 647 of /var/www/vhosts/markand.nl/frisselstein.markand.nl/vendor/laravel/framework/src/Illuminate/Database/Connection.php

from october-plugin-forms.

skydiver avatar skydiver commented on July 22, 2024

@markandmedia have you logged in and logged out in the backend?

(when logged in the magic forms tables are created)

from october-plugin-forms.

markandmedia avatar markandmedia commented on July 22, 2024

I tried that but during login in it throws the following error:

screenshot

from october-plugin-forms.

 avatar commented on July 22, 2024

Personnally I could update october to 420 and it works with magic form. You have to update magic form before october CMS.

Don't forget to launch the following command line :

php artisan october:up

to force magic form to update table while stile on 419, then, upgrade october to 420.

from october-plugin-forms.

skydiver avatar skydiver commented on July 22, 2024

The update was pushed to "edge channel" ... you can update directly from october backend

from october-plugin-forms.

markandmedia avatar markandmedia commented on July 22, 2024

Finally had some time to do a new test. I first installed a clean copy of octoberCMS, installed this plugin and after those steps did the Edge update (build 421).

The errors are now gone! There is one error left after sending the form:

"Address in mailbox given [] does not comply with RFC 2822, 3.6.2." on line 354 of /vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/Headers/MailboxHeader.php"

Plugin settings as written after configuring the plugin from the octoberCMS:

[genericForm]
group = "Contact formulier"
rules[Naam] = "required"
rules[Email] = "required|email"
messages_success = "Bedankt voor het invullen, we hebben het formulier met succes ontvangen!"
messages_errors = "Er is helaas iet smis gegaan bij het versturen van het formulier"
mail_enabled = 1
mail_subject = "Contact formulier"
mail_recipients[] = "[email protected]"

As a solution removing [] works (I did not try adding a second email address, it might work with multiple addresses out of the box):

mail_recipients = "[email protected]"

A small thing, probably easily fixed in a future update!

Once again, I'm truly happy with this plugin you created!! There is no way I will be using a Edge version of octoberCMS in a production setting.

from october-plugin-forms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.