Creating/Editing new fields with Studio - Error

Hi all,

I would like to customize our version of SuiteCRM like I have done it with Sugar_6.3 together with AOS_5.1.
Whenever I try to create custom fields or edit existing fields in Studio I always get the following error message:

“Warning: Creating default object from empty value in C:\wamp\www\SuiteCRM\modules\ModuleBuilder\views\view.modulefield.php on line 151”

Time Memory Function Location
1 0.0008 154800 {main}( ) …\index.php:0
2 0.1846 10020584 SugarApplication->execute( ) …\index.php:46
3 0.2505 12910592 SugarController->execute( ) …\SugarApplication.php:89
4 0.2506 12911608 SugarController->processView( ) …\SugarController.php:292
5 0.2568 13296928 SugarView->process( ) …\SugarController.php:345
6 0.2898 13470648 ViewModulefield->display( ) …\SugarView.php:140
7 0.2898 13470672 ViewModulefield->fetch( ) …\view.modulefield.php:57
{“east”:{“title”:“Edit Field”,“crumb”:"",“content”:"
</div>\n\n

How to solve that? The code appears to be the same as it was for the old version where I could create/edit fields within Studio.

Thanks,
miri

Hi miri,

Please turn errors off in your php.ini. This should allow Studio to work normally.

Thanks,

Will.

Hi Will,

this seems indeed to let it work.

Thank you!

I’m in a dev environment where I cannot turn off the errors in php.ini.

Any suggestions? I’d like to be able to use this functionality.

same problem but i have no problem if i set php 5.3 and not 5.5.

with 5.3 php i haven’t no problem but i can’t save nothing. i’m trying to edit list_vat but it is impossible. after added a line with (21.0 - value; and 21.0 label) i click on save and return to the precedent windows with dropdown menu. here my added isn’t there only 20.0 and 10.0 moreover the vat calculation is wrong!!!

suitecrm multiply the price for 2 (if i choose 20.0) and for 1 (if i choose 10.0)!!! i think that this is a big bug!!!

I discovered that the problem with vat is due to language pack. if i login with english setting i can see the value of vat that i inserted (but not showed) before with italian setting!!!