PeeHaa / OpCacheGUI

GUI for PHP's OpCache
1.46k stars 170 forks source link

Compatibility with PHP 7.3 #102

Open alikuru opened 5 years ago

alikuru commented 5 years ago

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 3f8005d28db95d6c7fc87d2339dc64dbdcd9f70e.

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

PeeHaa commented 5 years ago

Anything in your webserver's error log?

alikuru commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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