0

Command used:

sudo gedit /var/www/html/testphp.php
Failed to register: Timeout was reached
cl-netbox
  • 31,163
  • 7
  • 94
  • 131
Mohmmed Asif
  • 13
  • 1
  • 4

1 Answers1

4

This is a know and confirmed bug. Gedit is stuck in an unterminated state. Rebooting your computer will remove the terminated state and it should work again.

To avoid having to reboot you can run a standalone instance with the -s argument:

 $ sudo gedit -s /var/www/html/testphp.php

To avoid rebooting and continue working in your current session you can install and alternate text editor such as kate or geany.

$ sudo apt install [kate or geany]

Replace the bracket entry with one of the alternate editors. Then run the editor from the Ubuntu Dash Search.

L. D. James
  • 25,036