Date: Tue, 24 Jan 2023 12:11:05 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 268809] www/writefreely: segfaults Message-ID: <bug-268809-7788-53Z4wURrUv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268809-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-268809-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268809 --- 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 instan= ces. For existing instances, please add the following configuration keys to /usr/local/www/writefreely/config.ini: [server] templates_parent_dir =3D /usr/local/www/writefreely static_parent_dir =3D /usr/local/www/writefreely pages_parent_dir =3D /usr/local/www/writefreely keys_parent_dir =3D /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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268809-7788-53Z4wURrUv>