The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Please help with install - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: Please help with install (/showthread.php?tid=11075) |
Please help with install - jdouk69 - Jan 7th, 2016 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 RE: Please help with install - alexh - Jan 8th, 2016 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. RE: Please help with install - anonmousmomma - Sep 3rd, 2016 Did you ever resolve this issue? I think I'm having the same problem. RE: Please help with install - Aarwhy - Mar 4th, 2017 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 RE: Please help with install - mrGarvin - May 2nd, 2017 FormTools don't create your forms for you (unless you use the module "Form Builder"). What you need to do is to create the form yourself and then use FormTools to collect the data sent in from your users VIA your form. Read the following articles to get you started: Read more about what FormTools does and what it does NOT do: https://docs.formtools.org/userdoc/getting_started/ Learn about adding your forms: https://docs.formtools.org/userdoc/form_management/adding_external_forms/ |