Quantcast
Channel: WordPress.org Forums » [Visual Form Builder] Support
Viewing all 2775 articles
Browse latest View live

Patrick Robrecht on "[Plugin: Visual Form Builder] Error 500 after latest update"

$
0
0

We had the same problem. The configuration the field "Reply-To E-Mail" was not filled. This field is mandatory for creating new forms now, but in our forms created with earlier versions of this plugin the Reply-To was empty. This caused an error during sending the e-mail (the data still was stored in the database).

After filling this field all continued to work perfectly again.


Patrick Robrecht on "[Plugin: Visual Form Builder] 500 internal server error"

Joseph on "[Plugin: Visual Form Builder] Error 500 after latest update"

$
0
0

Hello Patrick,

Thank you for your post and comments on this.
Joseph
VFBPro Support

LTSadmin on "[Plugin: Visual Form Builder] Security check - referral does not match this site"

lueenkowode on "[Plugin: Visual Form Builder] 500 internal server error"

$
0
0

The problem was in PHP version i had 5.3... when i switched to 5.5 everything works fine.

Tnx for support.

Joseph on "[Plugin: Visual Form Builder] Security check - referral does not match this site"

Joseph on "[Plugin: Visual Form Builder] 500 internal server error"

$
0
0

No problem Lueen, glad we could help!

Joseph
VFBPro Support

nmasters on "[Plugin: Visual Form Builder] Add information to notification email"

$
0
0

Hi,

Great plugin.. are for now using the free version and have a question for the notification email that we can sent to the user.. can I in this email enter / use the information that the user have just added to the form, like: Hi "name" and we are looking forward the the meeting on "Date" at "time"

Is this something we can do and how?

Thanks
Jacob

https://wordpress.org/plugins/visual-form-builder/


jave.web on "[Plugin: Visual Form Builder] Bugged entries - not storing!"

$
0
0

I really like your plugin! But again I foud some SERIOUS bugs caused by some funny approaches in your plugin's code and since I needed to make it work immediately, I solved it for you and because you are making this plugin great (in other parts) I've decided to share the solutions with you...

Bugs I've found when I was locating the source of problem for why aren't emails stored to DB:

a) In your DB table you have a column date_submitted in table YOUR_WP_DB_PREFIX_visual_form_builder_entries which has a DATETIME as type. I don't know what magic DB you are using, but this type usually(and especially in MySQL/MariaDB) means format (PHP): Y-m-d H:i:s and that's it ... line 308 in YOUR_WP_INSTALL/wp-content/plugins/visual-form-builder/includes/email.php which is currently

'date_submitted' => date_i18n( 'Y-m-d G:i:s' ),

Should be replaced with

'date_submitted' => date( 'Y-m-d H:i:s' ),

If you do not change this, entries on sites with non-mysql-like-localized-datetime will not be stored in newer WP versions!

b) You also have to have some magic IP addresses, because you've defined table column ip_address in the previously mentioned table as VARCHAR with a length of 25 - in my world, there is IPv4 - max character length 15 and IPv6 - max character length is usually 39 but can reach up to 4-something, so 50 should be safe. Also there is no reason to escape html in IP before putting it into DB - that should be done after recieving it from DB...

The initial bug is on line 699
in YOUR_WP_INSTALL/wp-content/plugins/visual-form-builder/includes/visual-form-builder.php

Which is currently

ip_address VARCHAR(25)

But should be

ip_address VARCHAR(50)

ALSO! In next update you should add this query in the update process:
'ALTER TABLE ' . $wpdb->prefix . 'visual_form_builder_entries CHANGE ip_address ip_address VARCHAR(50)'

If you do not change this, entries of users with IPv6 will not be stored in newer WP versions!

Also please fix another very serious bug - the email-header thing I've described (solution included!:) in HERE ! Thanks ! :)

https://wordpress.org/plugins/visual-form-builder/

bluerayconcepts on "[Plugin: Visual Form Builder] VFB error after submit"

$
0
0

We recently updateg VFB to the latest. After updating when someone clicks submit we get the following error. I will also note that testing other contact form plugins all work fine it is only the VFB latest that is giving this error. The form notification is sent however we get this error:

Fatal error: Uncaught exception 'phpmailerException' with message 'Invalid address: ' in /home/homer/public_html/wp-includes/class-phpmailer.php:946 Stack trace: #0 /home/homer/public_html/wp-includes/pluggable.php(352): PHPMailer->setFrom('', '') #1 /home/homer/public_html/wp-content/plugins/visual-form-builder/includes/email.php(401): wp_mail('', '', '<!DOCTYPE html ...', Array, '') #2 /home/homer/public_html/wp-content/plugins/visual-form-builder/visual-form-builder.php(1935): require('/home/jbidegain...') #3 [internal function]: Visual_Form_Builder->email('') #4 /home/homer/public_html/wp-includes/plugin.php(524): call_user_func_array(Array, Array) #5 /home/homer/public_html/wp-settings.php(411): do_action('init') #6 /home/homer/public_html/wp-config.php(89): require_once('/home/jbidegain...') #7 /home/homer/public_html/wp-load.php(39): require_once('/home/jbidegain...') #8 /home/homer/public_html/wp-blog-header.php(13): require_once('/home/jbidegain...') #9 /home/homer/public_h in /home/homer/public_html/wp-includes/class-phpmailer.php on line 946

https://wordpress.org/plugins/visual-form-builder/

ashley001 on "[Plugin: Visual Form Builder] Fatal error: On Form Submission.."

$
0
0

Greetings,

I have installed your visual form builder Version 2.9.1...
My installed Wordpress version : 4.6

On submitting the form details are sent and even uploaded under the entries section...
but we get a fatal error after the form submission...

Error:
Fatal error: Uncaught exception 'phpmailerException' with message 'Invalid address: ' in /home/mofotwn7/public_html/wp-includes/class-phpmailer.php:946 Stack trace: #0 /home/mofotwn7/public_html/wp-includes/pluggable.php(352): PHPMailer->setFrom('', 'WordPress') #1 /home/mofotwn7/public_html/wp-content/plugins/visual-form-builder/includes/email.php(383): wp_mail('', '', '<!DOCTYPE html ...', Array, '') #2 /home/mofotwn7/public_html/wp-content/plugins/visual-form-builder/visual-form-builder.php(1935): require('/home/mofotwn7/...') #3 [internal function]: Visual_Form_Builder->email('') #4 /home/mofotwn7/public_html/wp-includes/plugin.php(524): call_user_func_array(Array, Array) #5 /home/mofotwn7/public_html/wp-settings.php(411): do_action('init') #6 /home/mofotwn7/public_html/wp-config.php(89): require_once('/home/mofotwn7/...') #7 /home/mofotwn7/public_html/wp-load.php(39): require_once('/home/mofotwn7/...') #8 /home/mofotwn7/public_html/wp-blog-header.php(13): require_once('/home/mofotwn7/...') #9 /home/mofotwn7/public_ht in /home/mofotwn7/public_html/wp-includes/class-phpmailer.php on line 946

I Would really appreciate for any help provided...

Thanks,
Ashley

https://wordpress.org/plugins/visual-form-builder/

drhurd on "[Plugin: Visual Form Builder] VFB error after submit"

$
0
0

I am having the same error on my site. My forms were working. My site is hosted by GoDaddy.

Joseph on "[Plugin: Visual Form Builder] Add information to notification email"

$
0
0

Hello Nmasters!

I am sorry it took me a little while to get back to you on this. You can definitely do some templating for emails but this feature is only available in our Pro version, pulling values and defaults from various places.

In this case I think the pro version would be a good way for you to go.

Joseph
VFBPro Support

Joseph on "[Plugin: Visual Form Builder] Bugged entries - not storing!"

$
0
0

Hello Jave.web,

Wow thank you so much, and thank you for taking the time to provide this feedback, for your belief in our plugin and helping us improve it. This information will be passed immediately off to our developer for consideration in the next release.

What version are you using? Is this the free version?

Thank you,
Joseph
VFBPro Support

jave.web on "[Plugin: Visual Form Builder] Bugged entries - not storing!"

$
0
0

Well I am posting here, so yes it is the free version available from the wordpress.org repository :)

Thank you very much for your interest ! :)


Joseph on "[Plugin: Visual Form Builder] VFB error after submit"

$
0
0

Hello Bluerayconcepts and drhurd,

First and foremost which version are you both using? That being said MOST errors like this are caused by the php version on your server being to low for both WordPress and VFBPro, please make sure you are running php 5.4 or better. This is especially common on some of Godaddy's older legacy servers where they are not able to update the php version for you at all.

Hope this helps.

Joseph
VFBPro

Joseph on "[Plugin: Visual Form Builder] Fatal error: On Form Submission.."

$
0
0

Hello Ashley001,

MOST errors like this are caused by the php version on your server being to low for both WordPress and VFBPro, please make sure you are running php 5.4 or better.

We will also look into this as we have several reports of it.

Hope this helps.

Joseph
VFBPro

Joseph on "[Plugin: Visual Form Builder] Bugged entries - not storing!"

$
0
0

Ok thank you. I've passed this onto our developer. :)

bluerayconcepts on "[Plugin: Visual Form Builder] VFB error after submit"

$
0
0

Running PHP 5.6, wordpress 4.6, VFB 2.9

Running on Cpanel server with all updates done.

bluerayconcepts on "[Plugin: Visual Form Builder] VFB error after submit"

$
0
0

Here is the log entry from the error log for wordpress:

3-Aug-2016 18:10:32 UTC] PHP Fatal error: Uncaught exception 'phpmailerException' with message 'Invalid address: ' in /home/homer/public_html/wp-includes/class-phpmailer.php:946

Viewing all 2775 articles
Browse latest View live


Latest Images