I have just noticed that I can no longer add dashlets
I searched for a solution and permissions and php version have been mentioned
It isn’t a permission problem and I’m on PHP version 5.3.3
I don’t get a JavaScript error
Any help on how to fix this would be much appreciated
Thanks
Mike
I have an old instance of version 7.2.2 on my system and the dashlets work on that
Is it possible to get hold of the 7.2.3 download so I can try a clean installation of 7.2.3 and see if that works
Thanks
Will
27 November 2015 17:30
#4
Hi Mike,
A full list(or the majority of) all SuiteCRM full installers and upgrades are available on the projects SourceForge site.
Thanks,
Will.
1 Like
This is now fixed
Caused by my code
I added a file to custom/metadata
The file had a closing php tag ?>
Taking that out fixed adding dashlets
ava
11 February 2016 13:35
#6
In my case the problem was that in file
/var/www/crm/custom/application/Ext/TableDictionary/tabledictionary.ext.php
there were some files included from path ( custom/metadata/xxx_yyy.php ) causing this issue. Be removing related source files from /var/www/crm/custom/metadata and Repairing you should be ok.
This is related to custom modules relationships