Hello
I am trying to remove new user, sign up from login page in my latest local responsive ui setup. For that i had remove this label from login.html file and save. Then i have refresh page but still this labels are their. I use lib/wnf.py --clear_web command in terminal to rebuild the file but i get following error:
Traceback (most recent call last):
File "lib/wnf.py", line 494, in <module>
run()
File "lib/wnf.py", line 433, in run
webnotes.webutils.clear_cache()
File "/srv/
erp.indictranstech.com/lib/webnotes/webutils.py", line 179, in clear_cache
for p in get_all_pages():
File "/srv/
erp.indictranstech.com/lib/webnotes/webutils.py", line 186, in get_all_pages
from `tab%s`""" % doctype) if p[0]]
File "/srv/
erp.indictranstech.com/lib/webnotes/db.py", line 132, in sql
raise e
_mysql_exceptions.OperationalError: (1054, "Unknown column 'page_name' in 'field list'")
so is there any other method through i can hide this labels
Thanks and Regards
Rohit