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

Compatibility with PHP 7.3 #102

Open
alikuru opened this issue Feb 17, 2019 · 5 comments
Open

Compatibility with PHP 7.3 #102

alikuru opened this issue Feb 17, 2019 · 5 comments

Comments

@alikuru
Copy link

alikuru commented Feb 17, 2019

I use OpCacheGUI on several servers and quite happy with it. However, I am having trouble with running it on a new server I have created, where I set up an environment with PHP 7.3. It just shows a blank page and, since it does not produce any errors even I set the config option display_errors to on, I am getting hard time understanding what is going on.

I though the deprecation of the mcrypt in 7.1 might be the reason but looks like it has already been fixed with 3f8005d.

Any ideas what might be blocking? Or suggestions on how to debug?

@PeeHaa
Copy link
Owner

PeeHaa commented Feb 19, 2019

Anything in your webserver's error log?

@alikuru
Copy link
Author

alikuru commented Feb 19, 2019

Sorry, I forgot to mention that; nothing there or on php-fpm.log either.

I switched the display_errors to on after seeing no errors on the logs.

@PeeHaa
Copy link
Owner

PeeHaa commented Feb 19, 2019

I forgot to ask. What version are you running? Is it a tagged version or master / something else?

If you are not running it already can you try on master?

@alikuru
Copy link
Author

alikuru commented Feb 19, 2019

Installing a tagged release didn't work for me, composer gave the error below:

Problem 1
- Installation request for peehaa/opcachegui dev-master -> satisfiable by peehaa/opcachegui[dev-master].
- Can only install one of: peehaa/opcachegui[v1.0.1, dev-master].
- Installation request for peehaa/opcachegui 1.0.1 -> satisfiable by peehaa/opcachegui[v1.0.1].

I gave up installed dev-master:

composer require peehaa/opcachegui:dev-master
composer update

So, I am already on master.

@Cbruyere
Copy link

Cbruyere commented May 3, 2019

Same issue for me with PHP 7.3.5 no errors in log no errors on screen just opcache error in title.

I'm on master branch

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

3 participants