Uninitialized string offset: 0 in ....

hdouglas

Member
I have a multipage form with about 150 elements and a lot of javascript reveal/hides

On submission when calling a PHP script (just to dump the variables at this stage) I am getting a number of PHP notices like the following:

Notice: Uninitialized string offset: 0 in /home/eletref/public_html/plugins/fabrik_element/textarea/textarea.php on line 409

Setup is:
Joomla 3.4.0
PHP 5.5.22
Fabrik 3.3.1

I can hide them by setting php to not display errors, is this anything I should worry about?
 
That line number doesn't jive with the current code for the textarea element.

Are any of your textareas in repeat groups? The nearest place in the code line 409 I can see that could raise that notice would be 432, where we attempt to grab the value of a textarea from a repeated group.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top