The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
How do I open PHP files? - 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: How do I open PHP files? (/showthread.php?tid=895)



How do I open PHP files? - Ritzlore - Oct 23rd, 2010

Greetings and thank you. I don't even know if this is the right question. I downloaded and unzipped the files, and went to the install folder. There is no executable file that I can find. In it are some folders and php files presumably explaining the steps? I cannot open any of these files. I could open cgi files in notebook. These won't open in notebook or a web design program. Sorry, I'm a good designer but a rank amateur with any codes except html. This looks so promising, especially with the great feedback. I thought I was downloading a program that I could install, open, and plug my form parameters into. Do I misunderstand? I have been trying for an hour and am perplexed. Would someone please explain what I am missing, because I don't see any hint of this question on the forum. Thank you kindly.


RE: How do I open PHP files? - Buttons - Oct 25th, 2010

PHP files are scripts that run on a Web site. (They are text files; you can edit them in Notepad – if you know what you are doing.)

You need to upload the whole Form Tools package to a Web server. The installation instructions are detailed and very good (see http://docs.formtools.org/installation/).


RE: How do I open PHP files? - Ritzlore - Oct 25th, 2010

(Oct 25th, 2010, 12:31 AM)Buttons Wrote: PHP files are scripts that run on a Web site. (They are text files; you can edit them in Notepad – if you know what you are doing.)

You need to upload the whole Form Tools package to a Web server. The installation instructions are detailed and very good (see http://docs.formtools.org/installation/).

Buttons, thank you for replying. Yes, I have edited php files in Notepad, but it won't let me open them at all. Right clicking gives me the open option but not open with, and open on its own doesn't work. I also tried dragging the files into Notepad and that doesn't work.

So are you saying I should upload the files to the root directory of my website? I will go see the url you gave. Thank you.


RE: How do I open PHP files? - Ben - Oct 26th, 2010

Hi Ritzlore,

Any luck so far?

First off, yes, Form Tools runs on a web server, so you'll need to upload them all to a folder somewhere there (e.g. a /formtools folder in the root). Also, your server will need to run PHP. PHP is awfully common and found on the majority of servers, but who knows! It may not be running on yours.

Anyway, good luck! Smile

- Ben