Undefined messages, new calendar entry, not loading fully

Hi guys

I just installed suiteCRM to test it out on our server. Everything seemed to install fine, however there are some bugs I can’t get rid of.

  1. Various php Array errors. I disabled error feedback in the ini file, so those disappeared, however I still get empty messages popping up.
  2. Calendar doesn’t load properly if i mark a time slot to create a new appointment
  3. Various pop up messages, loading screens, input message boxes have just “undefined” and no text.

Thanks for some guidance!

Adrian

These are all typical of when you don’t set Linux permissions properly.

The Installation guide

https://suitecrm.com/wiki/index.php/Installation

tells you the commands:


    sudo chown -R www-data:www-data .
    sudo chmod -R 755 .
    sudo chmod -R 775 cache custom modules themes data upload config_override.php

You need to replace that www-data with your actual user and group for your installation.

Thanks! Needed to run the commands two times for some reason.