Skip to content
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

Issue in Seutp Wizard #3884

Closed
rmehta opened this issue Aug 16, 2015 · 1 comment
Closed

Issue in Seutp Wizard #3884

rmehta opened this issue Aug 16, 2015 · 1 comment

Comments

@rmehta
Copy link
Member

rmehta commented Aug 16, 2015

Traceback (innermost last):
  File "/home/frappe/press/benches/1508131235/apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.py", line 35, in setup_account
    install_fixtures.install(args.get("country"))
  File "/home/frappe/press/benches/1508131235/apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py", line 191, in install
    doc.insert(ignore_permissions=True)
  File "/home/frappe/press/benches/1508131235/apps/frappe/frappe/model/document.py", line 179, in insert
    self._validate()
  File "/home/frappe/press/benches/1508131235/apps/frappe/frappe/model/document.py", line 301, in _validate
    self._validate_links()
  File "/home/frappe/press/benches/1508131235/apps/frappe/frappe/model/document.py", line 478, in _validate_links
    frappe.LinkValidationError)
  File "/home/frappe/press/benches/1508131235/apps/frappe/frappe/__init__.py", line 252, in throw
    msgprint(msg, raise_exception=exc)
  File "/home/frappe/press/benches/1508131235/apps/frappe/frappe/__init__.py", line 245, in msgprint
    _raise_exception()
  File "/home/frappe/press/benches/1508131235/apps/frappe/frappe/__init__.py", line 230, in _raise_exception
    raise raise_exception, encode(msg)
 LinkValidationError: Could not find Employee: EMP/0001
@EgbeEugene
Copy link

@rmehta i think this error is as a result of an employee that does not exist with id EMP/0001 check under Human Resources -> Employee and then check if theres an employee with the above id

@rmehta rmehta closed this as completed in b52724f Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants