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

2015-07-11 Thread Ramashish Gaurav
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 ramas...@gmail.com javascript: wrote: Hello all ! I ran the scripts for installing apache + web2py + as specified in the chapter 29

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

2015-07-11 Thread Ramashish Gaurav
, 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 behaviour is shown. Suppose my server IP is a.b.c.d , then I am able to access a.b.c.d/examples, whereas when I try

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

2015-07-10 Thread Ramashish Gaurav
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 if I run into an issue. On Thursday, July 9

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

2015-07-09 Thread Ramashish Gaurav
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 ramas...@gmail.com javascript:: Hello Richard, I appreciate your interest in my issue. I tried looking into the script folder of web2py

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
2015-07-08 6:49 GMT+01:00 Ramashish Gaurav ramas...@gmail.com javascript:: Hello Richard, I appreciate your interest in my issue. I tried looking into the script folder of web2py, however did not find any stage/production file or script. Can you please explain in detail what you

[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

[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.

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

2015-07-07 Thread Ramashish Gaurav
environment... Richard On Tue, Jul 7, 2015 at 3:04 PM, Ramashish Gaurav ramas...@gmail.com javascript: wrote: 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

[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 problem. I defined

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

2015-07-03 Thread Ramashish Gaurav
javascript: - abc+...@gmail.com javascript: - abc+anyth...@gmail.com javascript: The suffix must follow the '+' sign. Use this facility for allowing each user to have his/her own log in. Regards, D On Thursday, 2 July 2015 11:02:51 UTC+1, Ramashish Gaurav wrote: Hello all ! I

[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: Removing email uniqueness from registration form and using other custom field for unique id of users

2015-07-02 Thread Ramashish Gaurav
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, but different user id... say for example : There are four users

[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 application to be used

[web2py] Re: Request Password not working correct

2015-01-08 Thread Ramashish Gaurav
, 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: On Monday, January 5, 2015 8:49:34 AM UTC-8, Ramashish Gaurav wrote: Hi

[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: Hi all, I

[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

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

2014-12-16 Thread Ramashish Gaurav
://web2py.com/books/default/chapter/34/01/introduction#Security *cheers :D On Mon, Dec 15, 2014 at 11:49 PM, Ramashish Gaurav ramas...@gmail.com javascript: wrote: Thanks all the way Andrew. This was the perfect solution to my problem, for which I wasted a day. One more thing, if you wish

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

2014-12-15 Thread Ramashish Gaurav
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: Thanks for the response. So can we remove this warning while still using SQLFORM.factory() ? . Actually

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

2014-12-15 Thread Ramashish Gaurav
code in the ckeditor config. I don't remember if there is anything you need to do in the controller files but looking at code I don't believe so. *cheers! On Wed, Dec 10, 2014 at 10:50 PM, Ramashish Gaurav ramas...@gmail.com javascript: wrote: Hi all ! First of all, I am a newbie

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

2014-12-15 Thread Ramashish Gaurav
: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 redirecting to other page after form submission. In case of an issue, I'll let you know. However one thing

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

2014-12-15 Thread Ramashish Gaurav
not doing {{=XML(row.textfromeditor, sanitize=False)}} *cheers On Mon, Dec 15, 2014 at 6:50 AM, Ramashish Gaurav ramas...@gmail.com javascript: wrote: Dear Andrew, Many thanks for your response and elaborate explanation of installation of ck-editor. However I used another light

[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 go

[web2py] Installation of an editor plugin in web2py app

2014-12-13 Thread Ramashish Gaurav
/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/models/db1.py, line 4, in module ckeditor.define_tables() File applications\editor\modules\plugin_ckeditor.py, line

[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] Re: duplicate column name error

2014-11-05 Thread Ramashish Gaurav
/applications/yourapp/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 the same point again. Do you mean I need to remove all the code

[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 video tutorial for learning web2py by Mr. Massimo

[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 module auth.signature) File gluon