Hi All,
I have installed Ubuntu on a machine and followed the instructions on installing Frappe manually as well for ERPNEXT.
All went well with Frappe installation.
I have installed ERPNEXT did the updates … and i could notice first that i have this screen
So but when i try to with port 8000 the right page is shown … but when i log in the below screen is shown and i dont know what to do to have it working.
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 876, in call
return fn(*args, **newargs)
TypeError: get_js() takes exactly 1 argument (0 given)