On Thursday, December 6, 2018 at 11:43:37 PM UTC-8, carlos valdez wrote:
>
> Hi, I have the next problem trying to running web2py, the problem is, I've 
> a old project, the guys used 2.9 framework, I'm trying to run it in 
> ubutuntu 18.04, It seems to work but when I access to de url 
> https://127.0.0.1/, it shows me an error, but, I can't see the error, 
> becouse when I try to see the ticket, It shows me a new error, I  tryed to 
> look in logs, but no logs are generated, I'm a newie, I need some help, 
> because I don't know what to do.
>
> Thanks
>
>
>
If web2py is logging, there will be a logs directory immediately under the 
web2py folder..  In addition, errors that generate screens like you see 
will leave text files in ...web2py/applications/myapplication/errors.  
 Those files are named by the client IP (which will be 127.0.0.1 for your 
files) and the time they occurred.  Those files are HTML, and so will look 
a bit ugly when viewed with a text editor or with less,  but you should be 
able to find the stack trace and maybe the section of the application that 
was trying to run.

You should mention which verion of Python you are trying to run under, and 
if you're using the in-box webserver (a fork of Rocket), Apache, NGinx, or 
some other front end.

/dps


 

-- 
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/d/optout.

Reply via email to