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



Form Tools
Moving installation from test folder - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Moving installation from test folder (/showthread.php?tid=2351)



Moving installation from test folder - pilsnermonkey - Jan 22nd, 2013

Hello. I'm just starting out with Form Tools. Looks like a great solution.

I'm developing a site on Apache/Linux php 5.3.19 MySQL 5.1.66-cll using Form Tools 2.2.5-20120503. I will use the Form Tools API.

1. The development site is in a root folder of the public directory called Test but I would like to move it to the root of the same server when the site is ready to publish.

I would like to have the site fully functional (including forms) before transferring the entire site into the root public directory.

So, for now, the forms will be developed here: \Test\FormTools\
When ready to deploy, the Form Tools installation will reside in the root: \FormTools\

I found only this thread regarding the process. It's not 100% clear to me on how to develop in a temporary folder and then move the installation to root folder. http://forums.formtools.org/archive/index.php/thread-1366.html
Does anyone know of more detailed instructions for moving a Form Tools installation. My searches have come up empty.

2. Is this a bad way to develop with Form Tools? Can I employ a better strategy for the development process? Would it be advantageous to develop the forms in the root directory now? If I develop in the root, can anyone point me toward any docs or threads that detail potential problems? Would developing in the root now require any changes at all when I move the new site over? Maybe I should do it that way so the only required tweaking would occur on my web pages that will include the forms?

Lots of questions, just trying to wrap my head around this fully before diving in.

Thanks for your patience and any comments/advise you can offer.