Missing tags.csv is not properly handled #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The following two errors are generated if the tags.csv file is missing from
/blog/by_tag/
.With PR #20 being merged into master this has been resolved.
The
tags.csv
file will now be replaced but only if the permissions on the folder are changed. It will also create the file with permissions only for the webserver user. This should be explored to see if their's a way to allow the webserver to write to this directory and preserve the permissions so the "admin" user can still write to the tags.csv file. Otherwise it will create problems updating the tags.PR #21 resolves the issues mentioned for reopening this bug.
PR #21 introduces a bug that prevents the
tags.csv
file from being read.Looks like it was testing the wrong variable for size. Pushing a fix to branch master and closing again.