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

install error #28

Open
FlameProfi opened this issue Mar 19, 2023 · 0 comments
Open

install error #28

FlameProfi opened this issue Mar 19, 2023 · 0 comments

Comments

@FlameProfi
Copy link

`function __autoload($class_name)
{
require_once $DOCUMENT_ROOT . “/classes/” . $class_name .“.php”;
}PHP Notice: Undefined variable: app in /var/www/bootstrap/app.php on line 26
PHP Fatal error: Uncaught Error: Call to a member function singleton() on null in /var/www/bootstrap/app.php:26
Stack trace:
#0 /var/www/artisan(20): require_once()
#1 {main}
thrown in /var/www/bootstrap/app.php on line 26

Notice: Undefined variable: app in /var/www/bootstrap/app.php on line 26

Fatal error: Uncaught Error: Call to a member function singleton() on null in /var/www/bootstrap/app.php:26
Stack trace:
#0 /var/www/artisan(20): require_once()
#1 {main}
thrown in /var/www/bootstrap/app.php on line 26
`

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

1 participant