Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with nfsen-ng flow backend #107

Closed
linhnt-hub opened this issue Jul 8, 2024 · 1 comment
Closed

Issue with nfsen-ng flow backend #107

linhnt-hub opened this issue Jul 8, 2024 · 1 comment

Comments

@linhnt-hub
Copy link

linhnt-hub commented Jul 8, 2024

My backend can not run and appear error below:
I running nfsen in docker compose.

root@253d508273d7:/var/www/html/backend# /var/www/html/backend/cli.php start
PHP Warning:  include_once(/var/www/html/backend/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/backend/cli.php on line 3
PHP Warning:  include_once(): Failed opening '/var/www/html/backend/../vendor/autoload.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/backend/cli.php on line 3
PHP Fatal error:  Uncaught Error: Class 'mbolli\nfsen_ng\common\Debug' not found in /var/www/html/backend/cli.php:9
Stack trace:
#0 {main}
  thrown in /var/www/html/backend/cli.php on line 9
root@253d508273d7:/var/www/html/backend# 

Could you recomend for me about this issue, thanks?

@mbolli
Copy link
Owner

mbolli commented Jul 8, 2024

Check INSTALL.md for updated installation instructions. Apart from the updated PHP version, you now need to install composer and execute php composer.phar install --no-dev.

@mbolli mbolli closed this as completed Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants