The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Stuck on step4.php - 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: Stuck on step4.php (/showthread.php?tid=369)



Stuck on step4.php - hrox4u - Nov 16th, 2009

Hi,

I was using an older version of formtools which worked fine, till i mistakenly overwrote it.. so i cleaned up and installed the latest beta version.

I am trying to use formtools for my form now and it just won't work... I'm not sure what I'm doing wrong..

initially I thought that it was the php code at the start to get the required file linked.. so i modified it to the following:

<?php

require("/home/rcpnemun/public_html/formtools/global/config.php");
$submission_hash['form_tools_initialize_form'] = 1;
$submission_hash['form_tools_form_id'] = 1;

?>

however it won't work...

I get stuck on step4.php where even though I try to enter the names or use smart fill it will end up being blank and just stay on that page.. I even tried to go to step5.php manually and upload the form.. it still won't work.. It seems to end up showing me half a page when I click on next step (on step5.php) saying some SQL error exists..

The same form was working earlier with the older version.. so I'm not sure what we can do to get it to work with the newer version..

Below is the form link:
http://www.riimun.org/2010_registration.php

I am actually running late in opening registrations for my users and hence sincerely request you to please look into the matter urgently.

If required I can also setup an FTP login and give you access to formtools on my website to look into it..

Thanks a million..

Cheers,
Harsh


RE: Stuck on step4.php - hrox4u - Nov 16th, 2009

Hi Ben,

I've gone through your website and tried to implement Adding a single page form with the API and again get stuck on step4.php

this is wht the php header now looks like:

<?php
require_once("/home/rcpnemun/public_html/formtools/global/api/api.php");
$fields = ft_api_init_form_page(1, "initialize");
$params = array(
"submit_button" => "Submit",
"next_page" => "thanks.php",
"form_data" => $_POST,
"finalize" => true
);
ft_api_process_form($params);
?>

And when I try to go to step5.php and skip I get the following error:

Error:
Failed query in ft_finalize_form

Kindly help.

Thanks,
Harsh