Kirby 3 blueprints lost on migration

Hi all, Iā€™m working on a site for a client and have everything working locally when running via xampp. My client has purchased a license but does not yet have hosting so I am, for the time being, hosting it on my hosting service.

For some reason, once I moved the files onto my hosting service some of the templates and blueprints stopped working. When I try to apply the my ā€œfreelancerProfileā€ template in the panel it gives me the option then loads the default. When I try to access one of these pages via the site it just loads the default page title. Have I done something wrong?

The site is here
https://edaustin.co.uk/pulpa

Broken page here
https://edaustin.co.uk/pulpa/freelancer/Amalia_Aranguren

Thanks in advance

This seems to be an issue with the camel casing of your templates names. Make sure to just use lower case characters (and underscores or hyphens if you need to visually set words apart in template names). Kirby works on the basis that content file name freelancerprofile.txt is the same as the template file name freelancerprofile.php. camelCasing your template file names (and controller file names) means that this will fail in case-sensitive environments.