Showing error while adding a field in editview

I have installed SuiteCRM 8.8.0 in my local windows machine. It’s running with php 8.3.

When I tried to add a new field to editview, it’s showing the error below and not able to show that field to Editview.

Deprecated : file_exists(): Passing null to parameter #1 ($filename) of type string is deprecated in C:\laragon\www\SuiteCRM880\public\legacy\modules\ModuleBuilder\parsers\views\History.php on line 182

I have turned off those warnings/errors by adding this line in php.ini file: error_reporting = 0

Please make sure that notices aren’t considered on error_handling . For that you can update the error handling entry in php.ini

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING

Hello,

check out the server requirements:

Windows is not supported anymore.

Try VirtualBox, Docker or some other options, to provision a solid Linux server environment for your CRM.

1 Like

Thanks, @BastianHammer

Got it.

@lokeshbhandari checkout this!