-
Notifications
You must be signed in to change notification settings - Fork 68
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
Blank page on PHP 7.0 #61
Comments
@ivanstan did you solve this? I ran into the same problem |
No, unfortunately I didn't have time. Migrating to newer php version will be more than this one issue. |
I tried updating dependencies thinking one of them probably had a new version that supported php7, got stuck with this error for now
|
Same issue here under php's bultin server (
Edit: Installed php 5.6 and |
Any update on this, please? |
Looks like current HEAD on master is working on php-7.1 |
Any news for PHP 7.x ? |
@davidcancalon It works for me with PHP 7.1, what can you see in your error logs? |
I solved this by changing on src/Syonix/LogViewer/Client.php the following: On line 5 To: And on line 28: From That's it |
After setting up the config and password, blank page is shown on url
/logs
Error in PHP log: Fatal error: Cannot use Syonix\Util\String as String because 'String' is a special class name in /var/www/html/dev/log/src/Syonix/LogViewer/Client.php on line 5
I might fork to add support for PHP7
The text was updated successfully, but these errors were encountered: