Hello,

I have an application (I'll call it myapplication) installed on a server. 
In this server, admin is disabled and admin application has been removed 
for security reasons.

Now I would like to have in this same server a development version of my 
application to test my modifications. To do this I've copy&paste 
myapplication and rename it to cloneofmyapplication. I thought this was 
going to work because in my local installation of web2py I've done this 
some times and always with success.
But in the server, every call to cloneofmyapplciation fails with this error:

Traceback (most recent call last):
  File "/Applications/web2py/gluon/main.py", line 492, in wsgibase
    create_missing_app_folders(request)
  File "/Applications/web2py/gluon/admin.py", line 488, in 
create_missing_app_folders
    os.mkdir(path)
OSError: [Errno 17] File exists: 
'/Applications/web2py/applications/admin/databases'

Looking at this and seeing that it tries to access admin.py, maybe it was a 
bad decision to remove the admin application?
How could I "enable" cloneofmyapplication in the server?

Thank you very much and kind regards!

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to