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



Form Tools
Blank Page When Adding Recaptcha - 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: Blank Page When Adding Recaptcha (/showthread.php?tid=483)



Blank Page When Adding Recaptcha - jasonvincik - Feb 1st, 2010

Please excuse my ignorance when it comes to PHP, since I really have no clue what I'm doing.

I've followed the instructions for implementing Recaptcha on my form. However, now when I load the page it comes up blank. No errors, nothing. There must be a ? or a ; out of place somewhere, but I just don't see it. The only PHP on that page is that which was supplied by Form Tools.

FYI - the page originally was .html. I resaved it to .php. Ummm I'm not even sure if that's okay to do.

Core Version 2.0.0-beta-20100118
API Version 1.0.0-beta-20090908

Can someone please help a PHP idiot?

The code is located here: http://www.straightlinecomm.net/content/form.zip

The live form is located here: http://www.straightlinecomm.net/index.php


RE: Blank Page When Adding Recaptcha - axel - Feb 1st, 2010

Hey!

I've tinkered with this and made it so it works with Form Tools 2.0 API.
You're going to want to define the Finish page on the top of the code. I put it in brackets.
Also, your going to need to change the require_once where the API location is to how it is on the server.

Like, my API URL would be:
/htdocs/ft/global/api/api.php

Let me know how it works.