cobyism / ghost-on-heroku

One-button Heroku deploy for the Ghost blogging platform.
MIT License
743 stars 686 forks source link

Themes not staying saved #97

Closed noahprince22 closed 7 years ago

noahprince22 commented 7 years ago

After I upload a theme in the admin panel, it seems to work for a few minutes.

When I come back later in the day, I get a 500 error telling me the theme is missing. When I go to the admin panel, the theme is no longer there.

codeflight1 commented 7 years ago

I had the same issue, It's because your telling it not to use file storage. The way to fix it is to clone it locally and then put the theme in the themes folder and push, then select it from the admin panel and save.

fega commented 7 years ago

When I try to clone, git saids that is an empty repo :/

codeflight1 commented 7 years ago

Take a look at #67

WaqasIbrahim commented 7 years ago

@VA7NFH thanks for the solution.

boxedpaul commented 5 years ago

I now this ticket is old, but...

...then put the theme in the themes folder and push, then select it from the admin panel and save.

The new theme file should not be zipped. Thought it might be worth mentioning as I spent some time before I realised this.