Any time I make a minor change, add a field to Leads e.g I get this message
Deprecated: Implicit conversion from float 500507.00000000006 to int loses precision in /home/xxxxxxxxx/public_html/public/legacy/include/utils.php on line 1773 This is operating with SuiteCRM 8.8. It was suggested that the config.php needed updating - adding several lines of code at the bottom of the file - that didn’t work - it made it impossible to log in. Deleted the extra code, and still could log in after clearing the cache with a Linux command and restarting Apache. Any insights will be greatly appreciated
Hello,
have you setup your webserver + PHP in the correct way?
Deprecated need to be suppressed:
Check out this: