Not Found Dialog Error
When attempting to update, change the admin password, upload an ISO - basically do anything that requires opening a dialog window, I receive the following error message:
Not Found Dialog: [name of dialog]
Please advise. Thanks in advance.
@tjjohnson-slnk Thanks for report! It seems to be related to the hardcode of the /usr/jails path in the ClonOS code.
Can you confirm that the working directory of the cbsd is different from the /usr/jails ?
If this is the case, please try creating a symbolic link (as a workaround):
ln -s <WORKDIR> /usr/jails
where <WORKDIR> - path of the CBSD workdir, checkout:
sysrc cbsd_workdir
Also, make sure that your 'www' user is a member of the cbsd group so that he can work with the SQLite3 database:
pw groupmod cbsd -M www
service php_fpm restart