No such file: load_languages.js

Hi

I get the following error message when creating a new customer, upon screen entry:

Traceback (innermost last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 57, 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 806, in call
*return fn(*args, *newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/client.py”, line 165, in get_js
with open(contentpath, “r”) as srcfile:
IOError: [Errno 2] No such file or directory: u’./assets/erpnext/js/controllers/load_languages.js’

The language list is not populated as a result, causing the print function on the quotation not to function.

Please assist.

Thanks

Hi

Any feedback on this please?

Which version of ERPNext you are using ?

Installed Apps

ERPNext: v6.23.7

Frappe Framework: v6.25.6

@TogoBuSo

Update your system using command bench update

Thanks, Rohit

Hi Rohit

Thanks for the suggestion, I have run the update, the following versions are now running:

Installed Apps

ERPNext: v6.23.7

Frappe Framework: v6.27.8

I am still encountering the same error.

I am not sure if this is related but I did encounter this error: locale error

when I installed ERPNext. I also implemented the solution suggested there here is the output of my locale command:

root@togo:/home/frappe/frappe-bench# locale
LANG=en_ZA.UTF-8
LANGUAGE=en_ZA:en
LC_CTYPE=“en_ZA.UTF-8”
LC_NUMERIC=“en_ZA.UTF-8”
LC_TIME=“en_ZA.UTF-8”
LC_COLLATE=“en_ZA.UTF-8”
LC_MONETARY=“en_ZA.UTF-8”
LC_MESSAGES=“en_ZA.UTF-8”
LC_PAPER=“en_ZA.UTF-8”
LC_NAME=“en_ZA.UTF-8”
LC_ADDRESS=“en_ZA.UTF-8”
LC_TELEPHONE=“en_ZA.UTF-8”
LC_MEASUREMENT=“en_ZA.UTF-8”
LC_IDENTIFICATION=“en_ZA.UTF-8”
LC_ALL=en_ZA.UTF-8

Satish

Current erpnext version is 6.27.5, seems that erpnext app is not updated.

Goto erpnext app, from frappe-bench folder run cd apps/erpnext
run git pull command
if above success then run bench update one more time from frappe-bench folder

Thanks, Rohit

The language is incorrect.