Extension, Fieldtype, Module

Archived
Forum
(read-only)

Zoo Visitor

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Discontinued

     

Grid Fieldtype Settings Error

Support Request

scottboyde
scottboyde

Hi

I am getting the same error message that msunickb was getting when trying to create a grid field.

A PHP Error was encountered
Severity: Notice

Message: Undefined variable: form_base

Filename: views/settings.php

Line Number: 27

A PHP Error was encountered
Severity: Notice

Message: Undefined index: email_is_username

Filename: views/settings.php

Line Number: 35

A PHP Error was encountered
Severity: Notice

Message: Undefined index: use_screen_name

Filename: views/settings.php

Line Number: 40

I am running EE 2.81 and zoo visitor 1.3.32

ExpressionEngine Zoo
# 1
ExpressionEngine Zoo

Can you send me an email? nico at ee-zoo dot com

scottboyde
# 2
scottboyde

Got back to looking at this and it appears I my template was wrong. I have updated it and currently testing for a standard zoo user and when I try to change the password I get an error.

The form you submitted had the following errors:

•Sorry, you have failed the security test. Please ensure that you have javascript enabled and that you refresh the page that you are trying to submit.

scottboyde
# 3
scottboyde

Its ok I think I have it.  Copied this from the documentation

<input type=“text” name=“current_password” id=“current_password” class=“form-text”  />

But the input type should be password.