-
Notifications
You must be signed in to change notification settings - Fork 345
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
run commands (mtr, ping , traceroute) not working #46
Comments
Refer to: Edit ajax.php and replace:
with
This works on all new PHP builds for me. |
Thank you! Are you able to explain what adding the curly braces does ? |
http://php.net/manual/en/migration70.incompatible.php Changes to the handling of indirect variables, properties, and methods |
You have to correct the 44th line as follows.
|
Putting this here for my future self, and likely for other people: if mtr returns an empty box, but ping, traceroute, etc work, it's likely because mtr is suid:
chmod u-s /usr/sbin/mtr fixed it. |
I replaced that line but doesnt work |
Working on Ubuntu 20.04 and php7.4.3 |
hello,
I've installed LookingGlass and installation went smooth, however when ever I input an IP and click run test it says loading for a half a second then goes back to run test and never provides any results.
I found an old issue suggesting to change to php 5.4 which i did. I've also tried php 7. I'm not sure what I'm missing any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: