#1 May 4, 2016 2:21am

userbot
Member
Registered: April 22, 2016
Posts: 31

Form Builder - Not Work (Error sent mail reguired )

Recorded video from the desktop,
Please look

https://www.youtube.com/watch?v=mvvcoToHqZ4

Last edited by userbot (May 4, 2016 2:23am)

Offline

#2 May 4, 2016 8:32pm

timbuckingham
Administrator
From: Baltimore, MD
Registered: April 2, 2012
Posts: 970

Re: Form Builder - Not Work (Error sent mail reguired )

What version of Apache / MySQL / PHP are you running? Thanks!

Offline

#3 May 5, 2016 12:21am

userbot
Member
Registered: April 22, 2016
Posts: 31

Re: Form Builder - Not Work (Error sent mail reguired )

timbuckingham wrote:

What version of Apache / MySQL / PHP are you running? Thanks!

http://m.cssdrive.ru/info.php

Last edited by userbot (May 5, 2016 6:45am)

Offline

#4 May 9, 2016 10:59am

timbuckingham
Administrator
From: Baltimore, MD
Registered: April 2, 2012
Posts: 970

Re: Form Builder - Not Work (Error sent mail reguired )

Unfortunately I'm not able to replicate what you're seeing. It looks like no POST data is being received.

Can you try doing adding this to the top of /extensions/com.fastspot.form-builder/templates/routed/btx-form-builder/process.php and letting me know what it outputs?

print_r($_POST);
die();

Offline

#5 May 9, 2016 11:21am

userbot
Member
Registered: April 22, 2016
Posts: 31

Re: Form Builder - Not Work (Error sent mail reguired )

timbuckingham wrote:

Unfortunately I'm not able to replicate what you're seeing. It looks like no POST data is being received.

Can you try doing adding this to the top of /extensions/com.fastspot.form-builder/templates/routed/btx-form-builder/process.php and letting me know what it outputs?

print_r($_POST);
die();

http://thefubon.com/contact

=Array ( )

Offline

#6 May 9, 2016 11:25am

timbuckingham
Administrator
From: Baltimore, MD
Registered: April 2, 2012
Posts: 970

Re: Form Builder - Not Work (Error sent mail reguired )

It looks like your server must have some kind of misconfiguration. It doesn't look like any POST data is getting through at all. The only other thing I can think of is that maybe somewhere else in your site $_POST is being destroyed before it gets to the process.php file.

Offline

#7 May 9, 2016 11:31am

userbot
Member
Registered: April 22, 2016
Posts: 31

Re: Form Builder - Not Work (Error sent mail reguired )

timbuckingham wrote:

It looks like your server must have some kind of misconfiguration. It doesn't look like any POST data is getting through at all. The only other thing I can think of is that maybe somewhere else in your site $_POST is being destroyed before it gets to the process.php file.

maybe something is missing?
FluxBB bbcode test

Offline

#8 May 9, 2016 11:33am

timbuckingham
Administrator
From: Baltimore, MD
Registered: April 2, 2012
Posts: 970

Re: Form Builder - Not Work (Error sent mail reguired )

It looks like you have all the required PHP extensions (mysqli and gd). It's hard to say what could be causing $_POST to break without doing lots of testing.

Offline

#9 May 9, 2016 11:35am

userbot
Member
Registered: April 22, 2016
Posts: 31

Re: Form Builder - Not Work (Error sent mail reguired )

timbuckingham wrote:

It looks like you have all the required PHP extensions (mysqli and gd). It's hard to say what could be causing $_POST to break without doing lots of testing.

FluxBB bbcode test
FluxBB bbcode test

Offline

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.