I just installed SuiteCRM and I’m having a little issue with the module charger.
When I go into the module charger there is nothing on it. This wasn’t like this. I tried to add the sticky notes add-on just to try something. And now there is nothing in there…
Hi,
Could you provide screenshots of this issue for further clarity?
It may just be a simple permissions issue, you could try setting your instance’s permissions to:
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
sudo chown -R <owner>:<group> .
Make sure to set Owner and group to the correct values for your instance.
i.e: centOS will user apache:apache
and ubuntu may use www-data:www-data