In studio Fields will not display

I get the above error when trying to view fields.

Hi,
Can please mention the SuiteCRM and PHP version?

Maybe this can solve your problem:-
view.modulefields.php is giving error - Uncaught Error: Attempt to modify property ā€œvardefsā€ on null., because mbvardefs is null.

$studioClass->mbvardefs->vardefs[ā€˜fieldsā€™] = $f;

Suggest:
1-check permission to files
2- make Admin->Repair->Quick Repair and Rebuild

Thank you that directed me to the solution!!

1 Like

I have a very similar error. Did you just replace the php file with the one in the commit?

Yes I replaced the PHP file with the corrected one in the link.

Thanks! Iā€™ll give it a shot. Iā€™m getting errors on a different file but it looks like a PHP 8 issue.