DOC TYPE Duplicate

i cant duplicate a doc type

i don’t have the permission even i am administrator

Hi,
check whether developer_mode is set to 1 or not
which is located in your site_config file

Path=‘Site’ folder->Site name folder-> Site_config.json

thanks a lot

actually i am downloaded the virtual machine from the site

i dont know exactly
where this file

i looged using ssh frappe@ip
user:frappe
pass:frappe

/home/frappe/frappe-bench/sites

frappe@erpnext:~/frappe-bench/sites$ ls
apps.txt common_site_config.json erpnext.vm
assets currentsite.txt languages.txt
frappe@erpnext:~/frappe-bench/sites$ pwd
/home/frappe/frappe-bench/sites
frappe@erpnext:~/frappe-bench/sites$

i opened

common_site_config.json

this what i have

=================

“auto_update”: false,
“background_workers”: 1,
“frappe_user”: “frappe”,
“gunicorn_workers”: 1,
“rebase_on_pull”: false,
“redis_cache”: “redis://localhost:13000”,
“redis_queue”: “redis://localhost:11000”,
“redis_socketio”: “redis://localhost:12000”,
“restart_supervisor_on_update”: true,
“serve_default_site”: true,
“shallow_clone”: true,
“socketio_port”: 9000,
“update_bench_on_update”: true,
“webserver_port”: 8000
}
~
~
~
~
~
~

i found the place

frappe@erpnext:~/frappe-bench/sites/erpnext.vm$ pwd
/home/frappe/frappe-bench/sites/erpnext.vm
frappe@erpnext:~/frappe-bench/sites/erpnext.vm$ ls
locks private public site_config.json task-logs
frappe@erpnext:~/frappe-bench/sites/erpnext.vm$ ^C
frappe@erpnext:~/frappe-bench/sites/erpnext.vm$

then i used that link

https://frappe.github.io/frappe/user/fr/guides/app-development/how-enable-developer-mode-in-frappe.html

but i got error to open the web
after adding that line

Hi,

check,

then save file like:-
Step1 - Press ‘Esc’ button
Step2 - :wq

thanks a lot dear for your help

i forget the ,

in the end of line

thanks a lot for your help

it works now