Hi,
I’ve been doing some more researching. Building SuiteCRM servers. corrupting them, building new ones etc.
I’ve found the problem is some how related to the database. As soon as I exported and imported the database to another server the problem followed it
I used this to export it
sudo mysqldump -u root -p yetiforce > dbexport.sql
and this to re import it.
sudo mysql -u username -p dbname < dbexport.sql
Getting Closer !!
Any suggestions?