mirror of
https://github.com/clonos/control-pane.git
synced 2026-04-27 05:35:55 +03:00
[GH-ISSUE #5] php error #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/control-pane#2
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @daizus on GitHub (Oct 11, 2017).
Original GitHub issue: https://github.com/clonos/control-pane/issues/5
Originally assigned to: @olevole on GitHub.
Hi Oleg,
I just installed ClonOS on a 12.0-CURRENT and I get the following error in /var/log/nginx/cbsdweb.err
If I navigate to settings I get a pop-up with the message:
@olevole commented on GitHub (Dec 7, 2017):
notes for myself: most likely caused by the absence of additional CBSD modules for the ClonOS database
@olevole commented on GitHub (Jan 17, 2018):
The code has been updated and the instruction has been supplemented (with instructions for initializing the database): https://clonos.tekroutine.com/installation_on_freebsd.html
. I assume that the problem is fixed. Thanks for issue!
@windymelt commented on GitHub (May 16, 2019):
Same problem on FreeBSD-12.0 RELEASE-p3 here:
I initialized database along https://clonos.tekroutine.com/installation_on_freebsd.html , but it doesn't work.
I found
getenv('WORKDIR')differs than I expect, then I finally found the statementfastcgi_param WORKDIR /usr/jails;in/usr/local/etc/nginx/sites-enabled/cbsdweb.confwas wrong.I hardly found this statement because there's no information about this file (and envvar) in the install manual nor after install message, so I will write PR to add additional info in case of not-default
$WORKDIR.