-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In some cases posts generate conflicting cache files and shouldn't #2246
Comments
OH HELL this is bad. We are using post.base_path (which contains CACHE_FOLDER, BTW) in a bunch of places as unique post identifiers. So, ugh. |
I'm being bitten by this error as I'm trying to build a site with posts imported from my Wordpress blog:
I'm not sure where to fix it. The import has only generated Doing |
This is a different problem, please create a new issue. Also, check how your tags and your configuration look. This could be some unusual conflict (we are trying to generate tag |
Sadly, fixing this bug implies breaking comments for most existing users and that is just unacceptable. |
If you have markdown (.md) and rst (.rst) posts with the same name and different extension and slug, they conflict on the cache:
Solution is probably to use something like
fo.rst.html
andfo.md.html
as cache filenames.The text was updated successfully, but these errors were encountered: