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
Install Issue - Directory Listing Denied - 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: Install Issue - Directory Listing Denied (/showthread.php?tid=466)



Install Issue - Directory Listing Denied - Jonathan Rimington - Jan 28th, 2010

Hi, I have placed the Formtool directories on the server as per directions and get the following message in my browser when trying to access the install directory:
"Directory Listing Denied
This Virtual Directory does not allow contents to be listed."

I have tried to set the permissions several times to 777 and 755 using to different FTP clients but setting the permissions does not seem to work or take. Is there something missing from the server that does not recognize the newly uploaded directories? It is windows server being uploaded from a Mac.

Thanks


RE: Install Issue - Directory Listing Denied - Ben - Jan 29th, 2010

Hey Jonathan,

Sorry for the wait - I was out of town for a week, then spent a few days doing catch-up.

Some (but few!) server's aren't configured to load a page when going to a particular folder. Most servers will look for files with names like index.html, index.php, index.shtml or even default.html and display that file if the user just enters in the folder in the browser address field. In your case, you'll need to enter .../index.php at the end of the address bar.

But this is generally regarded as a server misconfiguration. You might want to ask you hosting provider to automatically acknowledge index.php files as default for folders so that the server will dole up that page when visiting the folder.

Good luck!

- Ben


RE: Install Issue - Directory Listing Denied - Jonathan Rimington - Feb 1st, 2010

Hi Ben, Thanks for the reply. Still no joy other than an automatic binary download that opens not in the browser but as a Dreamweaver xhtml page with some code but no admin form. Also there is an index.php file inside of the Form Tools directory in the install folder but when I try to open it in a browser I get the HTTP 404 file not found error.

Jonathan
Hi again Ben, I guess one can assume nothing. The issue is that server has neither PHP or MySQL components installed. I should have asked first. Thanks.


RE: Install Issue - Directory Listing Denied - Ben - Feb 2nd, 2010

[quote]The issue is that server has neither PHP or MySQL components installed.[quote]

Ah - yeah, that would be a problem! Smile

Good luck with it -

Ben