I started a site upgrade from EE1.x to EE2.3.1 - the site uses the Structure module.
I didn’t develop the original site and so I’ve been setting things up like I would one of my own builds.
Setting templates as files is part of that. So in my config I’ve got:
$config['save_tmpl_files'] = "y";
$config['tmpl_file_basepath'] = $base_path . "/templates/";as per usual and that gives the right path in template prefs. However, when I go to sync, I only get 2 template groups.
I did try clearing out the templates and template groups from the db and then syncing (which works) but realised that it messes with Structure template assignments.
Any ideas?