After i upgrade from V6 to V7, ERPNext no longer display “XXX is viewing this document” when 2 users are viewing it at the same time. Is the feature removed?
Not Removed, works perfectly fine on my instance.
Latest screenshot as follows:
Maybe checkout failed dependencies during setup/upgrade
$ cd /home/frappe/.bench/
$ git reset --hard
$ git pull
$ cd ..
$ cd frappe-bench/
$ bench update --upgrade
(if update fails again with "app/frappe" in path of error log)
$ cd /home/frappe/frappe-bench/apps/frappe/
$ git reset --hard
$ git pull
$ cd ../../
$ bench update --upgrade
(if update fails again with "app/erpnext" in path of error log)
$ cd /home/frappe/frappe-bench/apps/erpnext/
$ git reset --hard
$ git pull
$ cd ../../
$ bench update --upgrade
If everything above fails, start fresh wi…
thanks! Got it working now, seems my socketio failed to start earlier due to memory issues.