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
Installation - 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: Installation (/showthread.php?tid=698)



Installation - jcorofflt - May 13th, 2010

I downloaded the zip file and extracted. I then pasted the formtools folder and all its contents into my local website folder. I then opened Dreamweaver CS4 and "put" the formtools folder on my remote website. I set the themes folder and caches to "777". I then opened web browser and typed http://www.gracebiblenj.org/formtools/install and got a blank page. In my web browser it the following: http://www.gracebiblenj.org/formtools/install/?where=formtools/install.

Then tried to type the following in the web browser: http://www.gracebiblenj.org/formtools/install/index.php and got the following error:

Warning: opendir(/../global/lang) [function.opendir]: failed to open dir: No such file or directory in /home2/gracebi3/public_html/formtools/install/library.php on line 165

Warning: require_once(/../global/smarty/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in /home2/gracebi3/public_html/formtools/install/library.php on line 60

Fatal error: require_once() [function.require]: Failed opening required '/../global/smarty/Smarty.class.php' (include_path='.:/usr/lib64/php:/usr/lib/php') in /home2/gracebi3/public_html/formtools/install/library.php on line 60


I am stuck, can you help me!

Thanks...Jim


RE: Installation - Ben - May 15th, 2010

Hi Jim,

Sounds like you did everything right! However, I'd double-check that everything was uploaded properly. By far the most likely cause of this is that all the files didn't make the trip to the server. There are no hardcoded paths for new installations - they're all relative, so it should automatically include the appropriate files when first loading in your browser.

Try deleting the whole shebang from your server and re-uploading. If that still doesn't work, compare the contents with the unzipped copy on your home computer and see if those missing files are there.

Good luck!

- Ben