Hi,
I have a fresh instalation. So far everything works except creating a new campaign. I put all the parameters and when click next it disappears, goes to the campaigns Menu and nothing is created.
Any ideas?
Thanks
Joao
Hi,
I have a fresh instalation. So far everything works except creating a new campaign. I put all the parameters and when click next it disappears, goes to the campaigns Menu and nothing is created.
Any ideas?
Thanks
Joao
I will assume you are the same guy from https://github.com/salesagility/SuiteCRM/issues/3360 (and BTW, I am called pgorod on Github)
Nice Video! : - )
I would start by fixing the permissions, even if you did that just before installation. There are currently some bugs that cause permissions to break during installation. So if you’re on Ubuntu you should probably try this (adjust the initial directory if necessary):
cd /var/www/html
sudo chown -R www-data:www-data .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
Then, if the problem persists, I recommend looking at the logs (suitecrm.log and php_errors.log) to see if there are any “fatal” or “error” messages in there. That might give you some clue.