Posts: 1
Threads: 1
Joined: Jan 2016
Reputation:
0
i have follower all directions but then i go to website.com/formtools i get a bad request page. The only error i see is during step 2
System Check
This page runs a few tests on your system to ensure it's able to run Form Tools.
PHP Version 5.6.16 PASS
MySQL Version mysqlnd 5.0.11-dev - 20120503 - $Id: 3c688b6bbc30d36af3ac34fdd4b7b5b787fe5555 $ FAIL
Ignore
PHP Sessions Available PASS
Write Permissions /upload/ PASS
/themes/default/cache/ PASS
Core Field Types module available? Yes PASS
Posts: 339
Threads: 42
Joined: Apr 2010
Reputation:
2
Not sure but it might be a problem with that particular MySQL version. Maybe contact your web host and see if they can help. I'd consider a MySQL upgrade after googling that error message.
Posts: 2
Threads: 1
Joined: Sep 2016
Reputation:
0
Did you ever resolve this issue? I think I'm having the same problem.
Posts: 1
Threads: 0
Joined: Feb 2017
Reputation:
0
Hi, Newby and Dummy I think.
I have set up MySQL
Gotauto code generated, But please what do I do with it NOW, ??????.
I thought that "form" would just be inserted into HTML page
But, sorry I have no idea what to do next. would really appreciate any info
This looks good I would like to persevere.
Thanks
<?php
require_once("path/to/form_tools/global/api/api.php");
$fields = ft_api_init_form_page("", "test");
$params = array(
"submit_button" => "submit_button_name_attribute",
"next_page" => "thanks.php",
"form_data" => $_POST,
"file_data" => $_FILES,
"finalize" => true
);
ft_api_process_form($params);
?>
<form action="http://www.####.com/form-tools/process.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="2" />
Thanks