undefined and Strict Standards errors throughout SuiteCRM install

I installed SuiteCRM but almost every feature isnt available due to Strict Standards and undefined errors. I contacted my host and they couldnt help much just needing advise with what I should do in this situation.

Hello,

You need to ask your hosting provider to turn off PHP Notices in your php.ini file. This will clear out all the warnings and notices. You can change the error_reporting to something like this:

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