SuiteCRM 7.2 - max

Hello,

I installed the new suitecrm 7.2 - max version local on xampp. No problem, only a lot of php error in the screen (see attached file).
How can I avoid this?

I also did an install on a server. I unpacked the zip file. When I go to the URL I have a http 500 error.
Could I receive some help in order to test the 7.2 version

Tx

Marc

You generally don’t want the php notices displayed. You can turn this off in php.ini by setting the ‘display_errors’ directive to 1.

Alternatively you can set ‘error_reporting’ to hide strict, deprecated, notices and warnings.

As for the install issues. Does the web server have permission to access the files? Is there anything in the PHP or web server error logs?

Thanks,
Jim