You are not logged in.
Recorded video from the desktop,
Please look
https://www.youtube.com/watch?v=mvvcoToHqZ4
Last edited by userbot (May 4, 2016 2:23am)
Offline
What version of Apache / MySQL / PHP are you running? Thanks!
Offline
What version of Apache / MySQL / PHP are you running? Thanks!
Last edited by userbot (May 5, 2016 6:45am)
Offline
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
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();
=Array ( )
Offline
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
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?
Offline
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
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