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
–
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
To post to this group, send email to er...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/1771e990-dc1b-49c4-a4b5-5a468c0241b2%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Rohit,
You can disable Sing up functionality on Login page by ticking checkbox “Disable Signup” under Misc section on Wesite Settings page.Save it. Click on Tools –> Clear Cache & Refresh. Logout and the link for new user signup should have disappeared from login page.
Kind regards,
Mayur Patel
On Tuesday, June 25, 2013 8:54:52 AM UTC+1, Rohit Waghchaure wrote:
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
–
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
To post to this group, send email to er...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/551641d8-a449-413e-929d-4ca6cf9448c5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Run lib/wnf.py --update upstream responsive first and then try lib/wnf.py --clear_web
On 25-Jun-2013, at 1:24 PM, Rohit Waghchaure wrote:
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
–
You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.
To post to this group, send email to er…@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/1771e990-dc1b-49c4-a4b5-5a468c0241b2%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
–
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.
To post to this group, send email to er...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/CE3023D9-9B68-44E0-91BF-DBF9FDA22E67%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.