The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

PHP warnings

Labels

This Discussion is public

Notifications

I'm getting some concerning PHP warnings with the more recent versions of formidable.

starting at 3.0.02: Declaration of FrmProFieldDivider::builder_text_field() should be compatible with FrmFieldType::builder_text_field($name = '') - /app/plugins/formidable-pro/classes/models/fields/FrmProFieldDivider.php

starting at 3.03:

  • FrmStylesHelper::enqueue_jquery_css is <strong>deprecated</strong> since version 3.02.03! Use FrmProStylesController::enqueue_jquery_css instead.
  • FrmStylesHelper::get_form_for_page is <strong>deprecated</strong> since version 3.02.03 with no alternative available.

also I'm getting:

  • Cannot assign an empty string to a string offset - /app/plugins/formidable/classes/helpers/FrmEntriesHelper.php:297

when submitting a particular form after triggering error validation the first time, and it's causing unpredictable behavior like removing values from some of the fields.

I've noticed a lot of php warnings and errors with the latest version of formidable...

Discussion closed.