I have SuiteCRM 8 installed on a working domain. I want to clone it to another domain.
I created the domain and copied the files (including the session folder) and the database.
I changed the domain name in the config.php file, adjusted the permissions (folders, files, and user/group), cleared the cache (Symfony), and set the document root to the “public” folder.
I can access the login page with the new domain, but when I enter the administrator credentials, I get an error message (incorrect username or password).
However, these credentials are correct since I can log in to the initially cloned SuiteCRM.
I should mention that in version 7, I could do this easily.
I had also changed the database name and password for the cloned CRM.
I had used the # character in the password and hadn’t replaced it with %23.
I decided to re-clone using the same database name and password, and everything works.
I have to be careful not to use special characters without converting them correctly.