# Theme Broken

**URL:** https://discourse.roots.io/t/theme-broken/25646
**Category:** bedrock
**Tags:** sage, kinsta
**Created:** 2023-07-12T16:16:49Z
**Posts:** 6

## Post 1 by @spoijt — 2023-07-12T16:16:49Z

Hi,

I took over the development of a site on Wordpress which uses Bedrock and a Sage theme. The site posed no problem. Since we performed a migration on Kinsta, the site is no longer going. The theme seems to be problematic. I have this error:

Thèmes endommagés (Broken Theme)

Les thèmes suivants sont installés mais incomplets. (The following themes are installed but incomplete)

Template is missing. Standalone themes need to have a `templates/index.html` or `index.php` template file. [Child themes](https://developer.wordpress.org/themes/advanced-topics/child-themes/)need to have a `Template` header in the `style.css` stylesheet.

Thanks for your help

---

## Post 2 by @mauriciodulce — 2023-07-12T18:04:24Z

Can you share the complete log or the URL of the site for review? I believe it might be a Trellis configuration issue. Perhaps you are not enabling the option to install Composer.

---

## Post 4 by @spoijt — 2023-07-12T21:41:26Z

It’s on the Theme page

 ![Capture d’écran 2023-07-12 à 23.03.56](https://discourse.roots.io/uploads/default/original/2X/c/c1c0be4999be6bbc1beee41c6ac8421c7c69fa4b.jpeg)

---

## Post 5 by @tombro — 2023-07-13T07:15:11Z

Is this a sage 9 theme?

In sage 9, `style.css` should be in the `theme/resources` directory. You also need an empty `theme/resources/index.php` file.

Make sure you have the template header in your `style.css`

---

## Post 6 by @spoijt — 2023-07-15T08:23:12Z

I found a theme/style.css empty. I deleted it and was able to activate the theme. Thanks
