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



Form Tools
Form URL verification not working - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Form URL verification not working (/showthread.php?tid=769)



Form URL verification not working - RodrigoDC - Jun 29th, 2010

Hello,

I'm a long-term user of FT 1.5.1, s I decided to give 2.0.1 a try, but with very little success.

I have successfully installed it on my server. However, when I create a new form and I try to verify the URL as well as the re-direct URL, I get the following error message:

Quote:Not Acceptable

An appropriate representation of the requested resource /formtools/admin/verify_url.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

You would think that I have not created the form, which of course I have. All I'm doing is copying and pasting the URL from the online form and redirect page. The problem is that the URL of the pop-up verification page is incorrect, notice the ;ack on the colon (Smile

Code:
http://mydomain.ws/formtools/admin/verify_url.php?form_page=1&url=http%3A//mydomain.ws/productos/form.html

See that "%3A"? I cannot figure why this is appearing, rendering the verification impossible. I realize I can skip this step, but whenever I try to smart fill any fields, FT tells me that

Quote:Sorry, we couldn't find a form field with that name on the page specified.

Which I assume is related to the above.

Any help would be appreciated.

Thanks,
Rodrigo


RE: Form URL verification not working [SOLVED] - lsendoya - Aug 18th, 2010

I had the same issue, but was gone since I updated to 2.0.3 beta. Hope it will be the same for you, Rodrigo.


RE: Form URL verification not working - Ben - Aug 21st, 2010

Hey guys,

Interesting one. It's odd that it was fixed by upgrading - I actually didn't make any update that that code (that I can recall), so it may have been something that changed in your environment, Luis.

A few questions:
- So this occurs on step 2 of the Add Form pages? Does it happen for the "Verify URL" buttons on both the Form URLs and Redirect URL fields?
- do you type in the URL or copy and paste it in? What OS and browser are you using?

If you're copying and pasting in the URL could you try copying & pasting it in, then delete the colon and type it in on your keyboard? I'm just wondering if maybe the colon is being converted somewhere along the line. This would at least eliminate that as a possibility.

The code does look okay, I must say - but it's very possible I missed something!

Let me know -

Ben