control-pane icon indicating copy to clipboard operation
control-pane copied to clipboard

Not Found Dialog Error

Open tjjohnson-slnk opened this issue 2 months ago • 1 comments

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 avatar Oct 05 '25 15:10 tjjohnson-slnk

@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

olevole avatar Oct 08 '25 18:10 olevole