Can't create fields

Hello,

i want to use the studio but it won’t work

When i want to add a new field i get this error:

Warning: Creating default object from empty value in /home/www/***/modules/ModuleBuilder/views/view.modulefield.php on line 154
{“east”:{“title”:“Edit Field”,“crumb”:"",“content”:"
</div>\n\n

i already uploaded the data in the Modules dictionary new nothing helps. PHP Version is 5.6

Can you help?
Thank you!

Hi RaptoR,

This is a PHP warning message. You can suppress this message by modifying the PHP error logging.

Reference for PHP error logging

Thanks,

Will.

1 Like

Hello Will,

That was the Solution.

display_errors Have to be set to: Off

Thank you!