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

[Bug] Fresh install on Ubuntu 22.04 LTS makes 500 Error #5257

Closed
lebedynskyi opened this issue Aug 2, 2023 · 2 comments
Closed

[Bug] Fresh install on Ubuntu 22.04 LTS makes 500 Error #5257

lebedynskyi opened this issue Aug 2, 2023 · 2 comments
Assignees

Comments

@lebedynskyi
Copy link

lebedynskyi commented Aug 2, 2023

Bug report

What I did

I just create a project via
composer create-project laravel/laravel lessons-app

Configured DB settings in .env

installed Backpack CRUD via

composer require backpack/crud
php artisan backpack:install

Thats IT
Here is ouput with red arrow meaning that php artisan finished with error
image

What I expected to happen

During installation Backpack should ask for user creation Default admin user.

What happened

The installation is fininshed with Step1 and thats it. We see red arrow- it measn process finished with error

What I've already tried to fix it

  • Check logs in storage/logs/* -it is empty
  • Created new empty project - no luck
  • Removed and created DB in mysql

Backpack, Laravel, PHP, DB version

I have a vps on Digital Ocean running Ubuntu 22.04 LTS with next installed soft:
php 8.1
Node 18.17
Composer version 2.5.8 2023-06-09 17:13:21

All commands was run under root user via SSH

PHP VERSION:

PHP 8.1.2-1ubuntu2.13 (cli) (built: Jun 28 2023 14:01:49) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.2, Copyright (c) Zend Technologies
with Zend OPcache v8.1.2-1ubuntu2.13, Copyright (c), by Zend Technologies

LARAVEL VERSION:

10.17.0.0

BACKPACK PACKAGE VERSIONS:

backpack/basset: 1.1.0
backpack/crud: 6.1.2
backpack/generators: v4.0.2

@welcome
Copy link

welcome bot commented Aug 2, 2023

Hello there! Thanks for opening your first issue on this repo!

Just a heads-up: Here at Backpack we use Github Issues only for tracking bugs. Talk about new features is also acceptable. This helps a lot in keeping our focus on improving Backpack. If you issue is not a bug/feature, please help us out by closing the issue yourself and posting in the appropriate medium (see below). If you're not sure where it fits, it's ok, a community member will probably reply to help you with that.

Backpack communication channels:

  • Bug Reports, Feature Requests - Github Issues (here);
  • Quick help (How do I do X) - Gitter Chatroom;
  • Long questions (I have done X and Y and it won't do Z wtf) - Stackoverflow, using the backpack-for-laravel tag;
  • Showing off something you've made, asking for opinion on Backpack/Laravel matters - Reddit;

Please keep in mind Backpack offers no official / paid support. Whatever help you receive here, on Gitter, Slack or Stackoverflow is thanks to our awesome awesome community members, who give up some of their time to help their peers. If you want to join our community, just start pitching in. We take pride in being a welcoming bunch.

Thank you!

--
Justin Case
The Backpack Robot

@pxpm pxpm self-assigned this Aug 2, 2023
@pxpm pxpm added Bug and removed triage labels Aug 2, 2023
@pxpm pxpm moved this to In Progress in This week Aug 2, 2023
@pxpm
Copy link
Contributor

pxpm commented Aug 2, 2023

Hello @lebedynskyi
I've released a new basset and crud versions with the fix.

Thank you so much for the report, and sorry for the bad experience.

Let me know if you still experiencing problems regarding this and we can re-open.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants