Error while trying to build cloned site

I have just finished cloning a site, and while it builds and serves fine on my original machine, I am running into errors here. Here’s what I’m getting:

$ hugo server -v
WARN 2018/07/04 12:31:52 No translation bundle found for default language “en”
WARN 2018/07/04 12:31:52 Translation func for language en not found, use default.
WARN 2018/07/04 12:31:52 i18n not initialized, check that you have language file (in i18n) that matches the site language or the default language.
INFO 2018/07/04 12:31:52 Using config file: C:\Hugo\Sites\blog\config.toml
Building sites … INFO 2018/07/04 12:31:52 syncing static files to C:\Hugo\Sites\blog
INFO 2018/07/04 12:31:52 found taxonomies: map[string]string{“tag”:“tags”, “category”:“categories”}
ERROR 2018/07/04 12:31:52 Error while rendering “section” in “”: html/template:_default/list.html:1:12: no such template “theme/index.html”
WARN 2018/07/04 12:31:52 html/template:_default/list.html:1:12: no such template “theme/index.html”
ERROR 2018/07/04 12:31:52 Error while rendering “taxonomyTerm” in “”: html/template:_default/list.html:1:12: no such template “theme/index.html”
INFO 2018/07/04 12:31:52 Alias “\page\1\index.html” translated to “page\1\index.html”
Total in 43 ms
Error: Error building site: logged 2 error(s)

Any ideas of what’s going on here?

Looks like your theme files might not be on the server. Anyhow, please read Requesting Help and post more to get help. :slight_smile: