Page 1 of 1

Form Builder error messages

Posted: Mon Oct 13, 2014 8:26 am
by burlington
Running CMSMS 1.11.10. Latest version of Formbuilder module. Captcha not installed though this makes no difference to the error messages when it is.
On the page in which the Form is displayed I get the following error messages:

<quote>
Notice: Undefined index: captcha_error in E:\domains\p\xxx.com\user\htdocs\newsite\tmp\templates_c\FormBuilder^b0659d02ad1b203aa3e41d342af5160056429a53.module_db_tpl.FormBuilder;fb_4.php on line 94

Notice: Trying to get property of non-object in E:\domains\p\xxx.com\user\htdocs\newsite\tmp\templates_c\FormBuilder^b0659d02ad1b203aa3e41d342af5160056429a53.module_db_tpl.FormBuilder;fb_4.php on line 94
</quote>

I have cleared the cache. PHP version 5.2.6

Thanks for any help you can give,.

Martin

Re: Form Builder error messages

Posted: Mon Oct 13, 2014 1:15 pm
by JohnnyB
Post the entire System Information report from the admin. It might show a reason why.

Re: Form Builder error messages

Posted: Mon Oct 13, 2014 1:46 pm
by burlington
Thanks JohnyB. Here is the detail:
----------------------------------------------

Cms Version: 1.11.10

Installed Modules:

CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.4
MenuManager: 1.8.6
MicroTiny: 1.2.6
ModuleManager: 1.5.5
News: 2.14.2
Search: 1.7.11
ThemeManager: 1.1.8
Gallery: 2.0.1
FormBuilder: 0.7.3
TinyMCE: 2.9.12


Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 2000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true


Php Information:

phpversion: 5.2.6
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
memory_limit: 128M
max_execution_time: 30
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 8M
upload_max_filesize: 2M
session_save_path: \\vhosts3share02\phpsessions$ (0777)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)


Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.0.95
Server Db Grants: Could not find a suitable "GRANT ALL" permission. This may mean you could have problems installing or removing modules. Or even adding and deleting items, including pages
Server Time Diff: No filesystem time difference found


Martin

Re: Form Builder error messages

Posted: Mon Oct 13, 2014 2:43 pm
by JohnnyB
Try commenting out the captcha tags from the FB form template AND/OR be sure the Captcha option is not checkmarked in the form's Captcha settings.

Re: Form Builder error messages

Posted: Mon Oct 13, 2014 3:00 pm
by burlington
Worked like a dream!
Very many thanks
Martin