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

Symfony debug bar not working on archlinux on fresh Sylius install #10245

Closed
lorenzo-milesi opened this issue Mar 19, 2019 · 5 comments
Closed

Comments

@lorenzo-milesi
Copy link

Sylius version affected: 1.4.*

Description
Symfony debug bar doesn't seem to work just after installed Sylius and started local server on dev environment :

Steps to reproduce

  1. Install sylius with composer (create-project) from scratch
  2. Optionnal - Connect local database inside .env file
  3. Start php server (in my case valet linux)
  4. Connect to home page
  5. Debug bottom bar message : "An error occurred while loading the web debug toolbar. "

Environment

  • PHP version : 7.3
  • running with Valet Linux on Nginx on localhost
  • database : MariaDB (but this has nothing to do with the bug, I think)

Cheers :D

@eyeskiller
Copy link

Hi, it's problem of PHP 7.3, you need to downgrade version of PHP to 7.2.

(https://bugs.php.net/bug.php?id=77302)

@Zales0123
Copy link
Member

I believe it's related to #10223, but it is said to happen also on PHP 7.2 😕 @Gounlaf, can you confirm?

@lorenzo-milesi
Copy link
Author

Thanks @eyeskiller, @Zales0123 👍 I will try and change my php version to 7.2 on my machine today or tomorrow, will tell you if that worked :)

@eyeskiller
Copy link

I am running Sylius on this version, and everything works well.
PHP 7.2.15 (cli) (built: Feb 7 2019 20:10:03) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans
with Zend OPcache v7.2.15, Copyright (c) 1999-2018, by Zend Technologies

@lchrusciel
Copy link
Member

Duplicated #10223

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

4 participants