Warning: Illegal string offset ...

Fredolino 23 Feb, 2017
Hi,

I have error messages in the frontend. I do not know what it is.
I use the current CF5 under PHP 5.6.
I have this in Designer CF5 in Sliderarea/Slider/Customfield:

<?php
foreach ( $form->data['sunniee'] as $p ) {
  echo "<tr>
  <td>{$p['id']}</td>
  <td>{$p['anrede']} {$p['vorname']} {$p['nachname']}</td>
....


Problem example:
D:\PHP\htdocs\sunniee\administrator\components\com_chronoforms5\chronoforms\actions\html\html.php(263) : eval()'d code on line 52


This is in 263 html.php:
eval('?>'.$form->form['Form']['content']);


Thanx for help.
F.
GreyHead 23 Feb, 2017
Hi Fredelino,

Please check the form Code tab and see what is on Line 52 there.

Bob
This topic is locked and no more replies can be posted.