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
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
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
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
Can't get past third base - 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: Can't get past third base (/showthread.php?tid=336)



Can't get past third base - Drjay - Oct 20th, 2009

I am developing a site locally and I cannot get past step 3 in v2.0.0-beta-20091012 the API single page installation. I am running WAMP on my machine and get the following errors:

Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in...

Warning: require_once(http://localhost/mysite/...failed to open stream: no suitable wrapper could be found in...

Any thoughts?

Thanks in advance


RE: Can't get past third base - Ben - Oct 21st, 2009

haha good post title. Smile

The warning suggests that you entered a URL into the $g_root_dir value... is that true? Did the installation script successfully generate the config.php file or did you have to do it manually?

Maybe copy & paste the contents of that file here (and comment out the password & username bits).

- Ben


RE: Can't get past third base - Drjay - Oct 22nd, 2009

Hi Ben,

Thanks (watching too much baseball). Anyway, I have attempted the install several times and each time the installation script generated a config file successfully. I checked it each time to make sure it was configured properly.

Here's the file:

// main program paths - no trailing slashes!
//$g_root_url = "http://localhost/mysite/formtools";
//$g_root_dir = "C:\\wamp\\www\\mysite\formtools";

// database settings
//$g_db_hostname = "localhost";
//$g_db_name = "mysite";
//$g_db_username = "root";
//$g_db_password = "password";
//$g_table_prefix = "ft_";

I'm not a newbie but I'm not a php/sql expert either (obviously) and I really would like to get this up and running. Thank you for any advice you can give me.

Regards


RE: Can't get past third base - Drjay - Oct 22nd, 2009

Hey Ben. I got it figured out. I was putting the wrong path in the php code on my form page. Sorry about the false alarm.

Regards


RE: Can't get past third base - Imogen Anthon - Jun 22nd, 2021

We can’t get the past third base in the installation of forum tool by the junior member named DR. Jay who is a junior member. The development here is a site locally that can’t get past the step 3 in do my essay for me beta version of API single page installation.


RE: Can't get past third base - MichaelCrowley - Jun 28th, 2021

(Jun 22nd, 2021, 10:47 PM)Imogen Anthon Wrote: We can’t get the past third base in the installation of forum tool by the junior member named DR. Jay who is a junior member. The development here is a site locally that can’t get past the step 3 in do my essay for me beta version of API single page installation.

I was so impressed by the received paper at Writepaperforme, so I decided to leave feedback. Check my Writepaperforme review to know why they deserve your attention.


RE: Can't get past third base - 0vhipu - Sep 20th, 2021

Installation is saying about the way of can’t get pass the third base that is the major one in all sections. The post blog article is from the junior member and he is developing the site locally with stickershop with the single page installation of API showing the sectioned error.


RE: Can't get past third base - WillFincham - Oct 26th, 2021

Now is the latest version is available of the XAMP server. You can easily get resolved this error in the latest version so must visit car lockout service as they have the developers team who have highlighted the issue to XAMP community.