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
NEED HELP - 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: NEED HELP (/showthread.php?tid=2733)



NEED HELP - whiskermouse22 - Nov 20th, 2013

Hi,
I'm a webmaster for a dog rescue.
We recently changed hosting companies and constructed a new site using GoDaddy.
The old company was using Formtools to run our online applications - 1 for adoption and one for volunteers. Plus the online data base of all the applications recieved.
They have now closed that server and Formtools along with the data base is no longer available to us as off tomorrow.
I finally was able to obtain the SQL and CVS files for our information

Honestly I HAVE NOT GOT A CLUE where to begin!!!
I was unable to FTP Formtools to GODaddy.. so I need help with that first.
Then I need help with the install and how to upload our files and get them to work.
While I can write code for the web I am HORRIBLE with SQL..
Any and All Help appreciated.




RE: NEED HELP - Joe - Dec 29th, 2013

Hi there,

I would first use FTP to download all the files from the Form Tools installation. You will also need to get into the database to do a MySQL dump for all the data.

I'm not sure why you're not able to FTP to GoDaddy. That's likely an issue that you'll need to sort out with GoDaddy. Once you've FTP the files over, you will need to upload your database. If they have phpMyAdmin or some other tool, you can just import the MySQL dump / SQL file and run that to populate the database.

You will also need to update permissions and the configuration file with the new info on your new host.

Cheers,

Joe