[Bug 268809] www/writefreely: segfaults

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 24 Jan 2023 12:11:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268809

--- Comment #2 from Robert Clausecker <fuz@fuz.su> ---
This bug is caused by us not specifying the path to various important
directories in the configuration file in conjunction with upstream not
performing correct error handling.  Upstream will fix the error handling in an
upcoming version.

I will shortly upload a patch avoiding this problem for newly set up instances.
 For existing instances, please add the following configuration keys to
/usr/local/www/writefreely/config.ini:

[server]
templates_parent_dir = /usr/local/www/writefreely
static_parent_dir = /usr/local/www/writefreely
pages_parent_dir = /usr/local/www/writefreely
keys_parent_dir = /usr/local/www/writefreely

If your installation has PREFIX set to a value other than /usr/local, please
adjust the paths as needed.

OP, please let me know if this work around fixes your problem so I can push the
patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.