rif / web2admin

web2py administration plugin
26 stars 10 forks source link

Unable to get running #8

Closed supe3 closed 10 years ago

supe3 commented 11 years ago

Running Windows 8 x64 with Version 2.4.1-alpha.2+timestamp.2013.02.21.10.15.58 on Python x64 2.7.3.

Tried installing with the w2p package and installing through the plugins in the /admin interface.

Accessing from 'localhost/web2admin' or 'localhost//web2admin' both gave same error.

Git cloning into the '/applications' directory also gave this same error: "invalid function (default/web2admin)"

rif commented 11 years ago

Just a quick check: make sure the url you use to access web2admin is:

http://localhost:8000/YOURAPP/web2admin

and NOT

http://localhost:8000/YOURAPP/default/web2admin

Please give me a sign if the problem is still there (I am preparing a short screencast wit the installation instructions).

supe3 commented 11 years ago

Confirmed that I am accessing 'localhost/web2admin' (attempt 1) and 'localhost/appname/web2admin' (attempt 2)

And receiving same error on both.

rif commented 11 years ago

I created a screencast of the install process here (https://vimeo.com/60895953) pelase tell me if it helps.

supe3 commented 11 years ago

Thanks, I've watched the video; but even though I didn't modify my auth setting I still shouldn't of gotten that error.

Note that my routes means that I can access my default app (the one I want this for) at /

E.g.: localhost/

rif commented 11 years ago

I just performed the same thing that I did in the screencast on a win8 installation with latest web2py and it worked fine. Please tell me what is different in your conf.