I’m attempting to set up a local dev environment (macOS), managing the entire Ghost install with Git (I’ll need to do development beyond just theme changes). The install works correctly on my remote server, however when I trry to activate a theme I get the following error:
" Cannot read [absolute path]/content/themes/Edition-main/default it does not reside in content/themes/Edition-main"
I’ve tried installing via the admin panel, through .zip upload, etc as well as checking the file permissions. I’m not sure why it is looking for a directory titled "default, when that dir does not exist in the theme, either locallyr or on the functioning server-based site.
while I definitely have sym links elswhere in the repo ( have them for the solo and casper themes) iI do not see any for any of the themes generating the 404 errorr. the solo and casper themes just fail to even load.