Moved site - no block data
Permalink
Relatively new to C5 so bear with me :)
I've moved a 5.7 site from a test domain to a production domain using the correct C5 procedure, but none of the data in the blocks I created in the templates are there. The blocks are there when I log in to the back end, but there's nothing in them.
The original site was in a sub folder, but I can't see where, if anywhere, a site root is set in the database or configuration file. I've changed the database.php on the production site to point to the new server, made the cache writable and changed ownership and group on the following to nobody
application/files/
packages/
updates/
application/config/
Instructions also mention sitemap.xml, but where is that stored?
What am I missing?
Jon
I've moved a 5.7 site from a test domain to a production domain using the correct C5 procedure, but none of the data in the blocks I created in the templates are there. The blocks are there when I log in to the back end, but there's nothing in them.
The original site was in a sub folder, but I can't see where, if anywhere, a site root is set in the database or configuration file. I've changed the database.php on the production site to point to the new server, made the cache writable and changed ownership and group on the following to nobody
application/files/
packages/
updates/
application/config/
Instructions also mention sitemap.xml, but where is that stored?
What am I missing?
Jon
If you have moved from windows to linux, it could be that tables need to be CamelCase on linuix.
No it's Linux to Linux. PHP/MySQL env on both
Does anyone know what table(s) data in areas in templates get stored so that I can compare
Also noticed in the dashboard for the production domain that the sitemap is incorrect and the files doesn't contain any of the images that I uploaded (even though they're present in the file system)