If you’re looking for help, please provide information about your environment. If you delete this template and don’t provide any information, your topic will be closed.
If you aren’t running the latest version of Ghost, the first thing we will ask you to do is update to the latest version of Ghost.
I reverted back and I am having the same issue. Somewhere along the line I broke things… but I am not sure how to replicate. Definitely human error … Is there anything in my theme I can look at or possibly in the database? I don’t mind doing another clean install I just need my content and my theme.
I’m sorry, it seems you’ve got yourself in a bit of a pickle with versions by cloning from GitHub.
The __GHOST_URL__ string does not exist in 3.42, it exists on our development branch only.
The best way forward would likely be to manually remove the __GHOST_URL__ string from the database. You may need to make further amends to get compatible data.
You and @Hannah might laugh, but you may find it easier, Peter, to just export your Ghost content as a “single glorious JSON” from Ghost’s Lab page and then open it in something like Notepad++. Then just use the “Replace All” functionality to replace all instances of “GHOST_URL/” with “/” (or something to that effect).
We’re aware of a couple of remaining issues with the __GHOST_URL__ tag appearing in sitemaps and excerpts and probably a handful of other places. This is not the same issue as reported by @Peter_Jaffray - who had a 4.0 DB running on 3.42 and therefore none of the __GHOST_URL__ tags were replaced as they should be.
The outstanding issues should be fixed in the next release.