Re: [web2py] Re: Web2py application running very slow on rocket server in production mode

2015-07-11 Thread Ramashish Gaurav
Dave S wrote: >> >> >> >> On Friday, July 10, 2015 at 2:25:26 AM UTC-7, Ramashish Gaurav wrote: >>> >>> Hello all ! >>> >>> I ran the scripts for installing apache + web2py + as specified in >>> the chapter 29, but a strange be

Re: [web2py] Re: Web2py application running very slow on rocket server in production mode

2015-07-11 Thread Ramashish Gaurav
? > Which web2py version? > > If you want more help, you will need to answer at least these questions... > > :) > > Richard > > On Fri, Jul 10, 2015 at 5:25 AM, Ramashish Gaurav > wrote: > >> Hello all ! >> >> I ran the scripts for installing apach

Re: [web2py] Re: Web2py application running very slow on rocket server in production mode

2015-07-10 Thread Ramashish Gaurav
terface" page appears and the cycle continues... Please help me with it ! On Thursday, July 9, 2015 at 12:47:29 PM UTC+5:30, Ramashish Gaurav wrote: > > Yes Richard.. I am going through that specific chapter to deployment > recipe.. I'll let you and others know about

Re: [web2py] Re: Web2py application running very slow on rocket server in production mode

2015-07-09 Thread Ramashish Gaurav
ybe your code is not very "clean" :P >> >> I had web2py running in a raspberry pi >> >> >> 2015-07-08 6:49 GMT+01:00 Ramashish Gaurav > >: >> >>> Hello Richard, >>> >>> I appreciate your interest in my issue. I tried looking

Re: [web2py] Re: Web2py application running very slow on rocket server in production mode

2015-07-09 Thread Ramashish Gaurav
Hello Niphlod !, Thanks for your interest... I had already went through the section you suggested. However I faced a technical issue on installing FastCGI on IIS 8, so I am switching to apache server installation given in the same chapter of the book for red hat.. I'll post again if some issue

Re: [web2py] Re: Web2py application running very slow on rocket server in production mode

2015-07-09 Thread Ramashish Gaurav
ould not be slow even with > rocket. > > Maybe your code is not very "clean" :P > > I had web2py running in a raspberry pi.... > > > 2015-07-08 6:49 GMT+01:00 Ramashish Gaurav >: > >> Hello Richard, >> >> I appreciate your interest in my iss

Re: [web2py] Re: Web2py application running very slow on rocket server in production mode

2015-07-07 Thread Ramashish Gaurav
t;production" environment... Let says at start more a "stage" environment... > > Richard > > On Tue, Jul 7, 2015 at 3:04 PM, Ramashish Gaurav > wrote: > >> Hello Leonel! >> >> Thanks for your interest. Can you explain a bit more about IIS and >

[web2py] Re: Web2py application running very slow on rocket server in production mode

2015-07-07 Thread Ramashish Gaurav
Hello Leonel! Thanks for your interest. Can you explain a bit more about IIS and fastcgi How to use it ? Is it an alternative to Apache or Rocket or is it just for running testing phase of the app? On Tuesday, July 7, 2015 at 10:41:46 PM UTC+5:30, Leonel Câmara wrote: > > Well rocket is s

[web2py] Web2py application running very slow on rocket server in production mode

2015-07-07 Thread Ramashish Gaurav
Hello all, I deployed a web2py application on a local intranet Windows 2012 server with 8 GB of RAM, 8 Core processor. I am running the application on Rocket Server. Now the application runs very slow in production mode. I compiled the app, and the speed improved, but still it is very slow. H

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-03 Thread Ramashish Gaurav
So as of now, the user is able to use his unique username to log in, instead of email. On Friday, July 3, 2015 at 12:56:22 PM UTC+5:30, Ramashish Gaurav wrote: > > Hello all, > > I thank Villas, Anthony and Stiffan, for their interest. I have come up > with the solution to my

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-03 Thread Ramashish Gaurav
t; > Hi Ramashish > > Your best option (by far!) is to consider this... > > Gmail treats all these email addresses as equivalent for delivering emails: > >- a...@gmail.com >- abc+...@gmail.com >- abc+...@gmail.com >- abc+anyth...@gmail.com > > The

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread Ramashish Gaurav
By the way... what changes need to be made in log in for, so that user can feed his unique user_id and password? On Thursday, July 2, 2015 at 7:28:34 PM UTC+5:30, Ramashish Gaurav wrote: > > Thanks for your interest Anthony ! Actually I am building a tool for an > intra-net applicat

[web2py] Re: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread Ramashish Gaurav
s all trust each other? What happens when one wants to request > a password reset? > > On Thursday, July 2, 2015 at 6:02:51 AM UTC-4, Ramashish Gaurav wrote: >> >> Hello all ! >> >> I need to create a registration form where users can have same email ids,

[web2py] Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread Ramashish Gaurav
Hello all ! I need to create a registration form where users can have same email ids, but different user id... say for example : There are four users A, B, C, and D. There is a common email account they share, say "a...@gmail.com" . Before I explain further, let me state that users wouldn't be

[web2py] Re: Request Password not working correct

2015-01-08 Thread Ramashish Gaurav
/tip/www/index.wiki > > That said, the problem at hand is that it's not filling in fields on a > redirect. So either redirect changed, or the names of those fields on the > reset password page changed. > > > On Monday, January 5, 2015 12:41:57 PM UTC-7, Dave S wrote: >>

[web2py] Re: Request Password not working correct

2015-01-05 Thread Ramashish Gaurav
Thanks Dave, I will take your valuable advice but I still need to debug it. Can you (and someone) please help me about it. Regards, Ramashish On Tuesday, January 6, 2015 1:11:57 AM UTC+5:30, Dave S wrote: > > > > On Monday, January 5, 2015 8:49:34 AM UTC-8, Ramashish Gaurav wrote:

[web2py] Request Password not working correct

2015-01-05 Thread Ramashish Gaurav
Hi all, I have deployed my app on internet. At initial stage, every thing was working great. No bugs. When a user would register himself, a confirmation email would be successfully sent to the user's registered email id. Even the 'Lost Password' option was working correct. Now I made some chang

Re: [web2py] Installation of an editor plugin in web2py app

2014-12-16 Thread Ramashish Gaurav
in, see here: > http://web2py.com/books/default/chapter/34/01/introduction#Security > > > *cheers :D > > > > > On Mon, Dec 15, 2014 at 11:49 PM, Ramashish Gaurav > wrote: >> >> Thanks all the way Andrew. This was the perfect solution to my problem, >>

Re: [web2py] Installation of an editor plugin in web2py app

2014-12-15 Thread Ramashish Gaurav
owed_attributes={'a':['href', 'title'], >'img':['src', 'alt'], > 'blockquote':['type']})}} > > > > or do this which I highly suggest not doing {{=XML(row.

[web2py] Re: ERR_CACHE_MISS while working with SQLFORM.factory()

2014-12-15 Thread Ramashish Gaurav
nthony > > On Monday, December 15, 2014 9:18:11 AM UTC-5, Ramashish Gaurav wrote: >> >> Dear Anthony, >> >> Thanks for your response. >> >> I am planning to implement your advice to redirect to the same form >> submission page, with a link for redir

Re: [web2py] Installation of an editor plugin in web2py app

2014-12-15 Thread Ramashish Gaurav
a':['href', 'title'], > 'img':['src', 'alt'], > 'blockquote':['type']})}} > > Example unsanitized: {{=XML(query.body,sanitize=False)}} > > you can choos

[web2py] Re: ERR_CACHE_MISS while working with SQLFORM.factory()

2014-12-15 Thread Ramashish Gaurav
ll cause the page to load a blank form via > GET before the ultimate redirect, so if the back button is hit, it will > reload the GET request rather than the previous POST request. > > Anthony > > On Sunday, December 14, 2014 7:49:26 AM UTC-5, Ramashish Gaurav wrote: >> &

[web2py] Re: ERR_CACHE_MISS while working with SQLFORM.factory()

2014-12-14 Thread Ramashish Gaurav
Thanks for the response. So can we remove this warning while still using SQLFORM.factory() ? . Actually in this mailing list, I read one post regarding the same error, where a form was generated via HTML and "method" was set as "get" instead of "post", to remove the same warning. You may wanna

[web2py] ERR_CACHE_MISS while working with SQLFORM.factory()

2014-12-13 Thread Ramashish Gaurav
Hi all, I have a web2py app in which following is the snippet of index action in controller: def index(): form = SQLFORM.factory(Field('your_name', requires=IS_NOT_EMPTY()), Field('birth_date','date', requires=IS_NOT_EMPTY())).process() if form.accepted:

[web2py] Installation of an editor plugin in web2py app

2014-12-13 Thread Ramashish Gaurav
a ticket was raised which says this: Traceback (most recent call last): File "gluon/restricted.py", line 224, in restricted File "C:/Users/Ramashish Gaurav/Downloads/web2py_win/web2py/applications/editor/models/db1.py" <http://127.0.0.1:8000/admin/default/edit/editor/mod

[web2py] Re: duplicate column name error

2014-11-05 Thread Ramashish Gaurav
t; web2py/applications//databases/* > > > On Monday, 3 November 2014 09:36:25 UTC-6, Ramashish Gaurav wrote: >> >> Thanks for addressing this issue. >> >> Actually this is the second time I am coding this reddit clone app and >> this time I got stuck at th

[web2py] Re: duplicate column name error

2014-11-03 Thread Ramashish Gaurav
, Massimo Di Pierro wrote: > > please deleted everything in databases/* something got corrupted and tries > to redefined a column that exists. > > On Saturday, 1 November 2014 15:07:23 UTC-5, Ramashish Gaurav wrote: >> >> Hi all, >> >> I am following the second v

[web2py] duplicate column name error

2014-11-01 Thread Ramashish Gaurav
(most recent call last): File "gluon/restricted.py", line 224, in restricted File "C:/Users/Ramashish Gaurav/Downloads/web2py_win/web2py/applications/reddit_clone/models/db1.py" <http://127.0.0.1:8000/admin/default/edit/reddit_clone/models/db1.py>, line 23, in aut