Error when opening a new module

I had hidden the production module until now but now when I am trying to use it I get the following error. I have explored the forum and there has been a previous post on this as well but of no help. Could someone please help?

 Traceback (most recent call last):
  File "/home/frappe/erp/apps/frappe/frappe/app.py", line 55, in application
    response = frappe.handler.handle()
  File "/home/frappe/erp/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/home/frappe/erp/apps/frappe/frappe/handler.py", line 36, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/home/frappe/erp/apps/frappe/frappe/__init__.py", line 880, in call
    return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)