On Wednesday, September 24, 2014 6:07:10 PM UTC+10, Niphlod wrote:
>
> to rule out other problems, just give all permissions to "everyone" . If 
> then it works, we'll start from there ^_^
>
> On Wednesday, September 24, 2014 4:51:46 AM UTC+2, Tim Richardson wrote:
>>
>> With IIS 8, I am trying to get web2py running with wfastcgi.py v2.1RC2, 
>> web2py 2.9.11, python 2.7 32 bit
>> I have welcome running, and I can access admin.
>> However, when I try to create a new simple application, it fails. It does 
>> create the folder name structure (e.g. models, controllers folders are 
>> created) but there is no content in them.
>> Frustratingly, I can find no error messages logged anywhere, even after I 
>> activated logging. The request appears to terminate with no error in the 
>> browser. 
>>
>> I have actually given the group IIS_IUSRS full permissions and I can see 
>> that this permission has been inherited by the empty controllers folder, 
>> for example. 
>> I think that it is a permission error. When I modify db.py in the the 
>> welcome app (by adding a comment) and try to save (edited via the admin 
>> app) I do get an error in the session: "communication error". Meanwhile, 
>> the file db.py has become empty. 
>> It is a bit subtle for me. 
>>
>>
>>
>>
>>
You know, I did that earlier... 
 This time I made sure; changed ownership to Everyone, made it the Sun 
King, and forced changes recursively. So now I can edit files in welcome 
with no errors. That is progress. However, when creating an new 
application, I get
a) a folder named after the application (test1)
b) no subfolders 
c) three files: __init__.py (empty), ABOUT (not empty), LICENSE (not empty)

after the create app, the browser returns to the URL 
localhost:81/admin/default/site#

(this app is http only at present)

Manually installing the welcome.w2p archive as test2 gives the same result. 
The archive appears normal when I view it with an archive viewer (7-zip)



-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to