[web2py] 127.0.0.1 and ip address are not interchangeable, and Port 80 Error

2015-08-06 Thread Zhihong Zeng
Hello, I just start using web2py, and get the following questions: 1) Based on my experience on apache, localhost, 127.0.0..1 and local ip address obtained by ifconfig in linux are interchangeable. So I can use ip address to visit my web page running in a remote computer in the same network.

[web2py] Re: cookies related

2013-04-08 Thread dave Zeng
Hi, Anthony, Thanks very much, It's helpful for the 1st. for my 2nd question, setting cookies on browser client could complete the task, but need to load another javascript plugin, so i am trying to address it in Web2py. Simply speaking, it's a student site, when student practises,

[web2py] cookies related

2013-04-07 Thread dave Zeng
Hi, I am new to Web dev, and my question seems not web2py specific, but i am using web2py framework, so i am hoping i can get helpful input from the community, thanks in advance. i have 2-page website, the first page is to collect user's input and remember user's input(via cookies to

Re: [web2py] Re: upgrading from 1.95.1 to 1.96.1 breaks cross app authentication

2011-08-03 Thread Heng Zeng Aun
Thanks. Noted On Tue, Aug 2, 2011 at 3:58 PM, Anthony abasta...@gmail.com wrote: On Tuesday, August 2, 2011 2:30:01 AM UTC-4, zeng wrote: Ok, and the next question I may sound like a retard, where to submit the ticket? Looks like this one is solved, but for future reference, tickets get

[web2py] Re: upgrading from 1.95.1 to 1.96.1 breaks cross app authentication

2011-08-02 Thread zeng
? best, Zeng On Aug 1, 11:28 am, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Please open a ticket about this. On Jul 22, 2:25 am, Heng Zeng Aun zeng...@gmail.com wrote: Good day Massimo, the following are the snippets: AppAuth/models/db.py db = DAL('sqlite

[web2py] Re: upgrading from 1.95.1 to 1.96.1 breaks cross app authentication

2011-08-02 Thread zeng
Hi Massimo, Yes I can confirm it's working now! Many Thanks! best, Zeng On Aug 2, 11:01 am, Massimo Di Pierro massimo.dipie...@gmail.com wrote: I think I now fixed this in trunk. Can you give it a try? Massimo On Aug 2, 1:30 am, zeng zeng...@gmail.com wrote: Hi Massimo

[web2py] Re: upgrading from 1.95.1 to 1.96.1 breaks cross app authentication

2011-08-01 Thread zeng
Hi Guys, Some info update, I've just tried with the latest release 1.98.1 and the problem still persists. best, Zeng On Jul 22, 10:25 am, Heng Zeng Aun zeng...@gmail.com wrote: Good day Massimo, the following are the snippets: AppAuth/models/db.py db = DAL('sqlite

Re: [web2py] Re: upgrading from 1.95.1 to 1.96.1 breaks cross app authentication

2011-07-22 Thread Heng Zeng Aun
Thanks Massimo. best, Zeng On Thu, Jul 21, 2011 at 8:44 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: This change should not break it. Can you please show us the code that breaks and we will check what is going on? It is possible that one of the auth modules has not been patched

[web2py] upgrading from 1.95.1 to 1.96.1 breaks cross app authentication

2011-07-21 Thread zeng
Hey guys, I'm currently running version 1.95.1 and have 3 application, AppAuth, AppA, AppB, AppA and AppB is using AppAuth to authenticate logged in user and it has been working great. After upgrading 1.96.1 and cross app authentication no longer works, some debuging lead to: -

[web2py] Re: Plugin_jqgrid problem

2010-05-28 Thread zeng leo
Hi,everyone, i'm a newbie for web2py,I'm in trouble when I use the plugin_jqgrid. this is my code: my dbmodel: db.define_table(data, SQLField(name, notnull=True, default=None), SQLField(date,notnull=True), SQLField(number, notnull=True, default=None),