I have a working system and have backup up the database and moved all the files to a new host. I've confirmed I have the same PHP version, .htaccess file and adjusted the config-internal.php file with the correct database credentials. For some reason though, when I go to the login screen I have a broken image icon and I can't access attachments in the system once I've logged in. It seems there is some difference in play between the EspoUploadDir location that is breaking the migrated version in terms of upload directory.
Does anyone have any insights as to where/how I can fix this when I move my system to a new host? I've followed the espo migration instructions to the letter and can't work out what possibly might be different!
UPDATE: It seems to have something to do with the logic for ?entrypoint= which is returning a 404 not found error, despite the file being in exactly the same location, if that helps?
Does anyone have any insights as to where/how I can fix this when I move my system to a new host? I've followed the espo migration instructions to the letter and can't work out what possibly might be different!
UPDATE: It seems to have something to do with the logic for ?entrypoint= which is returning a 404 not found error, despite the file being in exactly the same location, if that helps?
Comment