Hello, we just upgraded to 7.1. It looks like the upgrade breaks the “Edit” / “Create Email Template” functionality. All I see is “Create” / “Edit” and then empty white space.
Anyone knows of a workaround?
Hello, we just upgraded to 7.1. It looks like the upgrade breaks the “Edit” / “Create Email Template” functionality. All I see is “Create” / “Edit” and then empty white space.
Anyone knows of a workaround?
Hi petewwa,
this sounds like it could be a permissions issue.
is this hosted on linux ? did you set the permissions after the upgrade ?
Regards
Not sure what you mean by “did you set the the permission after the upgrade”?
I am experiencing this problem as the administrator… which by the way should not be limited.
Sorry petewwa,
after the upgrade setting the file permissions so that SuiteCRM can access the files it needs.
We recommend the follow for all the files within the SuiteCRM directory.
chmod -R 755
then 775 on the following folders.
chmod -R 775 cache custom modules themes data upload config_override.php
Regards,