Code: 500

Output

<type 'exceptions.NameError'> global name 'eshop' is not defined

Traceback

Traceback (most recent call last):
"/data/www/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment)
"/data/www/web2py/applications/salonlenka/controllers/front.py", line 255, in <module>
"/data/www/web2py/gluon/globals.py", line 414, in <lambda> self._caller = lambda f: f()
"/data/www/web2py/applications/salonlenka/controllers/front.py", line 141, in page product, category = get_product(args)
"/data/www/web2py/applications/salonlenka/controllers/front.py", line 115, in get_product product = eshop.catalog.get_product(args[0]) NameError: global name 'eshop' is not defined