Ever since importing a new database and connecting it, I can’t load any of the already created templates or save new templates to the templates/default_site folder. I no longer have access to the old version of the database (which was working).
I am working on a local install of the site, running MAMP and EE 2.5.2 on Mac, database is MySql 5.5.25. There are 3 other developers working on the site and we’re tracking through Git. They are all able to work with the templates tracked in the repo.
When I try to synchronize templates, I get:
Unable to save your template as a text file.
Allow Templates to be Saved to Files is set to yes.
My Basepath to Template File Directory is correct.
If I create a new template group, it shows up in Template Manager, but is not actually created in the file directory.
I have granted all privileges to the database user in Sequel Pro (Global and Schema), and chmod -R 777 the template folder.
I don’t know what else to check..?