Hi,
Your images haven’t attached but I assume you’re seeing PHP error notices, warnings e.t.c.
You generally don’t want to display errors and notices on live SuiteCRM instances.
This can be turned off by setting display_errors
to off in your php.ini file (the location of this depends on your OS/Host, not sure about WAMP).
You can also, alternatively, set this in a .htaccess file.
More information can be found here: http://php.net/manual/en/configuration.changes.php
Thanks,
Jim