[web2py] Invalid Query when trying to export a CVS file

2012-07-01 Thread Yannick
Hello mate, I'm trying to export a CVS file and I have an error message in the screen saying: invalid query : current transaction is aborted, commands ignored until end of transaction block Any idea why ? Thanks

[web2py] Connection with DB not Working... Help!

2012-07-01 Thread Yannick
Hello Mate, I can't seems to connect to my DB postgres from my application in a linux box... Here is the error message I have: File "/home/www-data/web2py/gluon/dal.py", line 3665, in __init__ raise RuntimeError, "Failure to connect, tried 5 times:\n%s" % error RuntimeError: Failure to conn

[web2py] Re: Image Optimization

2012-06-28 Thread Yannick
Used the PIL API to do this On Tuesday, June 26, 2012 6:49:43 AM UTC-4, Sanjeet Roy wrote: > > Can anyone tell me how can i optimize the image when the user will be > uploaded ? Acually i want to create a web application where the user can > upload and see the image on the categorization of albu

[web2py] Re: login form errors

2011-11-08 Thread Yannick
Not sure if I understand your issue. Have you set up the session.flash in your controller and the value of it is not showing off ? Are you doing a redirect when the login failed ? Maybe if you show us a sample of your code we may have a better understanding of your issue. Cheers, On Nov 8, 11:1

[web2py] Re: help with complex model creation

2011-11-08 Thread Yannick
Hello, Im not sure if I fully understand your example but I believe that the relation: "Contruction and Company" is a many to many relationship so you just need to have a third table in the middle Construction <---> Reference <> Company and Reference is a third table that keep track of the com

[web2py] Re: Re-Launch a Better version www.beunick.com

2011-09-09 Thread Yannick
Thanks. What do you mean by UI tool ? like the software dev tool or programming tool ? Well the front-end logic is developed using jquery 99% Hehe... I hope I answer your question. Cheers, Yannick P. On Sep 9, 1:26 pm, mikech wrote: > Looks good, also interesting idea.  Could I ask what UI t

[web2py] Re: Re-Launch a Better version www.beunick.com

2011-09-09 Thread Yannick
Thanks for the note. Well you read it this way (Be-Unique). The initial name was bUnik but the domain was already taken. Thats why we took BeUnick (Be Unique)... ;) Yannick P. On Sep 9, 12:15 pm, VP wrote: > On Sep 8, 5:10 pm, pbreit wrote: > > > Looks nice. "beunick"

[web2py] Re-Launch a Better version www.beunick.com

2011-09-08 Thread Yannick
Beunick App sitting on top of Web2py has a new version. Thanks to Massimo for this great Web2py Tool. Check it out on: http://www.beunick.com Drop us some feedback if you can. Cheers, Yannick P.

[web2py] Re: web2py received 2011 BOSSIE Award by InfoWorld.com

2011-09-08 Thread Yannick
I'm Happy Congrat! On Sep 7, 10:59 pm, wwwgong wrote: > Congratulations! > > more details from > here:http://www.infoworld.com/d/open-source-software/bossie-awards-2011-th...

[web2py] Re: Where to put the .htaccess file

2011-08-11 Thread Yannick
^www.mywebsite.com RewriteRule (.*) http://www.mywebsite.com [R=301,L] Cheers, Yannick P. On Aug 11, 12:08 pm, Yannick wrote: > hi mate, > I put the .htaccess file in "/home/www-data/" directory in the same > directory as web2py dir. Now it seems to work. When i type the URL the > WWW

[web2py] Re: Where to put the .htaccess file

2011-08-11 Thread Yannick
com/web2py/wsgihandler.py/ I wonder and don't understand why it goes to "/web2py/ wsgihandler.py/" ?? Please help it you know Yannick P.

[web2py] Re: Where to put the .htaccess file

2011-08-07 Thread yannick Tchatchoua
n resolve that issue ? Thanks. Cheers, Yannick P. On Sun, Aug 7, 2011 at 6:28 PM, Massimo Di Pierro wrote: > Why? Do you want the web2py app to handle htaccess permissions? > Before you do that try look into this instead > scripts/access.wsgi > > Massimo > > On Aug 7, 2011, at 1:18 P

[web2py] Re: Where to put the .htaccess file

2011-08-07 Thread Yannick
Thanks for the reply. Here is the code I use to force "www" in the .htaccess file: RewriteEngine on RewriteCond %{HTTP_HOST} !^www.mywebsite.com RewriteRule (.*) http://www.mywebsite.com/$1 [R=301,L] Well I tried to put the same code in httpd.conf file but it doesn't work, I have a "Syntax Error"

[web2py] Where to put the .htaccess file

2011-08-07 Thread Yannick
Hello mate, I want to force "www" in front of the url and i modify the .htaccess file to do so and now I wonder where to put that file. I tried to put it in the "web2py/apps" directory, in the "web2py/apps/views" directory, in the "web2py/" directory but none of them works. I'm using apache as web

[web2py] Where to put the .htaccess file

2011-08-07 Thread Yannick
Hello mate, I want to force "www" in front of the url and i modify the .htaccess file to do so and now I wonder where to put that file. I tried to put it in the "web2py/apps" directory, in the "web2py/apps/views" directory, in the "web2py/" directory but none of them works. I'm using apache as web

[web2py] No CallBack (Onaccept) When using facebook or Twitter Connect for loging.

2011-07-20 Thread Yannick
ion level I can find a work around this by updating a table in the DB but I was wondering if you have another work around at the Framework (Web2py) level without changing the tools.py code. Cheers, Yannick P.

[web2py] My First Application on Web2py is Now Live.... www.beunick.com

2011-04-07 Thread Yannick
It All start with WEB2PY... (Big thanks to Massimo) I just launch my first beta release of my application. Check it out at http://www.beunick.com Please request an invite key if you want to give it a try. Cheers and thanks in advance for your feedback Yannick P.

[web2py] Very Bad Error Experience...

2011-03-28 Thread Yannick
mport abspath\nImportError: cannot import name abspath\n' p571 s. >> I have no idea how to solve this problem without damaging my application... I don't have access to the admin console... Please any help is needed... Yannick P.

[web2py] Re: IS_NOT_IN_DB () Bypass the capital letters during validation

2011-03-08 Thread Yannick
Oh cool thanks... Haven't think about that. Thanks On Mar 7, 5:40 am, Bernd Rothert wrote: > Hi Yannick, > > On 6 Mrz., 20:07, Yannick wrote: > > > Hello mate, > > > A value is saved in the DB as lower case and we put this validation > > "IS_NOT_I

[web2py] IS_NOT_IN_DB () Bypass the capital letters during validation

2011-03-06 Thread Yannick
Hello mate, A value is saved in the DB as lower case and we put this validation "IS_NOT_IN_DB()". If for that field the user enter a Capital letter of the same value saved the application will validate the entry. This is not really good. Is there a way to avoid this in Web2py without a need to bu

[web2py] IS_NOT_IN_DB () Mypass the capital letter

2011-03-06 Thread Yannick
Hello mate, A value is saved in the DB as lower case and we put this validation "IS_NOT_IN_DB()". If for that field the user enter a Capital letter of the same value saved the application will validate the entry. This is not really good. Is there a way to avoid this in Web2py without a need to bu

[web2py] Re: Is it a good idea to keep auth_user minimal?

2011-02-15 Thread Yannick
Right you can used writable/readable = false so that you can only display fields you want user to update and from your server side you can update the other field as you want... If you want to show the other field later in other pages for example "Setting Pages" you can do so... I did add more fiel

[web2py] Little Error in the Online book - Chapter 11 - http://web2py.com/book/default/chapter/11

2010-10-21 Thread Yannick
he.ram and cache.disk in terms of memcache. (Which is not the case) Thats the fourth line which redefines cache.ram and cache.disk not the third. the Third defines the cache.memcache... Thanks, Yannick P.

[web2py] Re: Retrieve Password Issue ????

2010-09-30 Thread Yannick
view. don't know why but I'll investigate. Thanks for your help. Yannick P. On Sep 30, 10:04 pm, mdipierro wrote: > and you do have the same settings in model? > > On Sep 30, 8:17 pm, Yannick wrote: > > > > > Thanks for the note. I can send email from my app

[web2py] Re: Retrieve Password Issue ????

2010-09-30 Thread Yannick
mind. Thanks On Sep 30, 12:16 am, mdipierro wrote: > try this... > > python web2py.py -S yourapp -M > > >>> print mail.send(to='@youraddress.com',message='Hi there') > > do you get the email? > what does it print True or False? > >

[web2py] Re: Retrieve Password Issue ????

2010-09-29 Thread Yannick
t_password > > instead of > > retrieve_password which is deprecated because of security issues. > > Anyway, do you get email on registration? > > On Sep 29, 10:30 pm, Yannick wrote: > > > > > Thanks for the note. I added 'registration_id' and [CRYPT()] but No > &g

[web2py] Re: Retrieve Password Issue ????

2010-09-29 Thread Yannick
key', length=128, default= > '',writable=False, readable=False), >               migrate=True) > > Any change? I do not think anything has changed in web2py that should > affect behavior here. > > On Sep 28, 11:53 pm, Yannick wrote: > > >

[web2py] Re: VPS.net With Web2py.... Unable to install Application

2010-09-28 Thread Yannick
Thousand thanks. yes this latest solution help. I can now create and upload new application from admin page. Thanks By the way after the installation how can I change the web2py admin password ? Which command should I use for that ? Thanks, Yannick P. On Sep 28, 12:50 am, mdipierro wrote

[web2py] Retrieve Password Issue ????

2010-09-28 Thread Yannick
Hello mate, I wonder if any one has the same issue with the retrieve_password() in tools. #Here is the controllers: def forgotPassword(): return dict(forgotPwdForm = auth.retrieve_password()) # Here is the view "forgotPassword.html" Forgot Your Password ? Please enter your email {{=forgotPw

[web2py] Re: VPS.net With Web2py.... Unable to install Application

2010-09-27 Thread Yannick
On Sep 27, 11:35 pm, mdipierro wrote: > Just delete everything under /home/www-data/web2py but paramaters_*.py > and unzip web2py again over is as www-data user. > > On Sep 27, 10:12 pm, Yannick wrote: > > > > > I followed the instruction > > here:http://groups.go

[web2py] Re: VPS.net With Web2py.... Unable to install Application

2010-09-27 Thread Yannick
have the same issue... I don't know what else to tried. Thanks, Yannick P. On Sep 24, 9:08 am, Yannick wrote: > Hello Chris, > Thanks for the note and suggestions: Yes did reboot Apache and > Web2py... > > Here is the result of the command I run in web2py dir: > > drwx

[web2py] Re: VPS.net With Web2py.... Unable to install Application

2010-09-24 Thread Yannick
umm...Please let me know if you have any idea since I'm still not able to upload app from admin. I upload them from sftp... Thanks, Yannick P. On Sep 24, 8:11 am, Christopher Steel wrote: > Yannick, > > Hi Yannick, > > As I mentioned before this sounds lot like a permission

[web2py] Re: VPS.net With Web2py.... Unable to install Application

2010-09-23 Thread Yannick
e know. Thanks, Yannick P. On Sep 23, 9:19 am, scausten wrote: > Don't worry, I was doing something extraordinarily stupid - the script > is fine. > > On Sep 23, 2:05 pm, mdipierro wrote: > > > > > I do not see anything wrong with line 4 > > > On Sep 23, 5:

[web2py] Re: VPS.net With Web2py.... Unable to install Application

2010-09-22 Thread Yannick
pache rebooting I was still unable to upload an application. Thanks a lot, Yannick P. On Sep 22, 6:13 pm, Christopher Steel wrote: > Hi Yannick, > > This is a permissions issue, shut down web2py then restart it. This > has happened with some other folks at VPS and that usually takes care &g

[web2py] Re: VPS.net With Web2py.... Unable to install Application

2010-09-22 Thread Yannick
permission issue. web2py does not have permission to > write on the file system. > > I assume you are not running web2py form your account but you are > accessing it via port 80 (apache). In this case make sure > > cd /home/www-data > chown -R www-data:www-data web2py > &g

[web2py] VPS.net With Web2py.... Unable to install Application

2010-09-21 Thread Yannick
n but I when I tried to access the app from the browser "http://IPADDRESS/App/default/index"; I got a message saying "Internal Error" and a link "Ticket issued: unknown"... When I click on the "unknown" I got a message saying "invalid Ticket"... I really don't have any clue of what's going on ?? Please help... Thanks Yannick P.

[web2py] Re: VPS.net for Hosting....

2010-09-21 Thread Yannick
ep 21, 8:21 pm, Yannick wrote: > Thanks for your help All. > Yes by removing this line: > sudo ln -s /etc/apache2/mods-available/authnz_external.load /etc/ > apache2/mods-enabled > And deleting the file: sudo rm /etc/apache2/mods-enabled/ > authnz_external.load > > I was f

[web2py] Re: VPS.net for Hosting....

2010-09-21 Thread Yannick
owing how to set up a DB with Postgres on VPS? Set up the SMTP server using Postfix etc... If there are anymore tutorial out there using web2py on VPS.net please let me know. Cheers, Yannick P. On Sep 21, 3:53 pm, mdipierro wrote: > Looks like there is a typo in line 185. You do not need it. d

[web2py] Re: VPS.net for Hosting....

2010-09-21 Thread Yannick
directory Here is the script I got and run : http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh Please let me know if you have any idea. Cheers, Yannick P. On Sep 21, 10:47 am, mdipierro wrote: > done > > On Sep 21, 9:41 am, Anthony wrote: > > > > &g

[web2py] Re: VPS.net for Hosting....

2010-09-21 Thread Yannick
on the video said we should get a prompt for the PWD but I didn't got it... Thanks for your help On Sep 21, 8:11 am, villas wrote: > Yannick,  just to clarify,  I copied the script to my server > > wgethttp://web2py.googlecode.com/svn/trunk/scripts/setup-web2py-ubuntu.sh > &g

[web2py] Re: VPS.net for Hosting....

2010-09-21 Thread Yannick
ser=www-data group=www-data display-name=% > {GROUP} > > With >   WSGIDaemonProcess web2py user=www-data group=www-data > > I am not knowledgeable enough to know whether this has any other > consequences, but I seem to remember that it worked for me :-) > > On Sep 21, 6:17 am

[web2py] Re: VPS.net for Hosting....

2010-09-20 Thread Yannick
re getting an error on this line: > > WSGIDaemonProcess web2py user=www-data group=www-data > > Do not know why. > > On Sep 20, 11:48 pm, Yannick wrote: > > > > > Thanks. I tried the script in order to install Web2py on VPS.net and > > here is the error message

[web2py] Re: VPS.net for Hosting....

2010-09-20 Thread Yannick
-ubuntu.sh chmod +x setup-web2py-ubuntu.sh sudo ./setup-web2py-ubuntu.sh Thanks, Yannick P. On Sep 20, 1:24 am, mdipierro wrote: > I think you do > > sudo apt-get install python-imaging > > but I did not try > > On Sep 19, 9:59 pm, Yannick wrote: > > > > > Goo

[web2py] Re: VPS.net for Hosting....

2010-09-19 Thread Yannick
Good Thanks I'll try to play around with it...The installation seem easier than Webfaction... My application also use PIL Api for photo... Can I easily also install PIL on VPS.net ? Thanks, Yannick P. On Sep 19, 10:37 pm, mdipierro wrote: > yes and I could not be happier. > > O

[web2py] VPS.net for Hosting....

2010-09-19 Thread Yannick
Hello All, It's there anyone who use VPS.net as a Hosting company ? If Yes can you please let me know how to install a Web2py application on their server using APACHE as webserver ??? Please let me know if you have any idea... Thanks in advance, Yannick P.

[web2py] Auth - Retrieve Password Not Working....

2010-09-19 Thread Yannick
Hello mate, I wonder if any one has the same issue with the retrieve_password() in tools #Here is the controllers: def forgotPassword(): return dict(forgotPwdForm = auth.retrieve_password()) # Here is the view "forgotPassword.html" Forgot Your Password ? Please enter your email {{=forgotPwd

[web2py] Re: Scaffolding app with Twitter OAuth1.0a auth

2010-09-05 Thread Yannick
CLIENT_ID, CLIENT_SECRET (oauth_token and oauth_token_secret). I wonder where they will get it from ? Should each of them have to register my application in their twitter Account to get it ? Thanks for your help, Yannick P. On Aug 30, 4:00 am, Michele Comitini wrote: > Actually if you look

[web2py] Re: Can't send tweet from my application

2010-09-05 Thread Yannick
h+twitter#ea6392970ae4cceb And it looks like to send tweet, each user of my application should get a CLIENT_ID, CLIENT_SECRET . I wonder where they will get it from ? Should they have to register my application in thier twitter Account to get it ? Thanks, Yannick P. On Sep 4, 11:04 pm, mdmcginn wrote:

[web2py] Can't send tweet from my application

2010-09-04 Thread Yannick
Hello Mate, I used to send tweet through my application successfully without any trouble but today I keep getting an "401: Unauthorized" when I send a tweet from my application... Here is the code : def postTweets(): try: import urllib, urllib2, base64 import gluon.contrib.simple

[web2py] Re: Upload Issue --- Very Wierd --- Maybe a bug!

2010-06-03 Thread Yannick
Any idea Please ? Does any one already notice such thing ? I'm using Web2py Version: 1.76.5 Python: 2.5 Thanks! On Jun 3, 2:00 am, Yannick wrote: > Hello mate. > I can't upload in this situation below: > > Here is the view: > > ... > mainImage =

[web2py] Upload Issue --- Very Wierd --- Maybe a bug!

2010-06-02 Thread Yannick
Hello mate. I can't upload in this situation below: Here is the view: ... mainImage = $(".image-wrapper").HandlerFile( { mainImageUrl: "", helper: $("#tooltip"), ... } ... Upload Pictures. You can upload up to 10 pictures at

[web2py] Re: Deployment Recipes Page 281

2010-05-05 Thread Yannick
Do you have the installation guide for Mac ? Thanks On May 5, 4:35 pm, Thadeus Burgess wrote: > The apt with super cow powers on a Mac! (eyes grow big in > astonishment!) BLASPHEMY. > > -- > Thadeus > > > > On Wed, May 5, 2010 at 2:56 PM, Yannick wrote: > >

[web2py] Deployment Recipes Page 281

2010-05-05 Thread Yannick
Hello mate, Sorry to bug you with that...it may be an offline question... Maybe this is pretty easy but i was wondering the book give an example of how to deploy web2py, Apache on Linux and so on... I was wondering if there is an installation guide for macOS deployment as well ??? I tried to follow

[web2py] Re: Caching Advise !

2010-05-05 Thread Yannick
ea... Do you have any idea how Application like Facebook cache pictures ? Thanks, Yannick P. On May 5, 11:56 am, Thadeus Burgess wrote: > If your images are fairly large they are going to be slow no matter what. > > You probably need two versions, a mini thumbnail version, and then the > or

[web2py] Re: Caching Advise !

2010-05-04 Thread Yannick
does), in order to check   > > whether the user is allowed to view the picture. If you do not need to   > > validate each picture, you can write your own download function that   > > does not perform validation and only does streaming or (better) you   > > can ask web2py

[web2py] Caching Advise !

2010-05-04 Thread Yannick
) - Third, when I do this "cache.ram.clear" it actually clear the cache for all users sessions, how can I only clear the cache of a single user session NOT all of them ??? Please let me know. Cheers, Yannick P.

[web2py] Re: Ajax and Auth API

2010-03-31 Thread Yannick
orm returned is empty... i was wondering how to keep the data in the form returned when there is an error... something like "Keepvalue= true"... I hope you understand what I mean... Thanks and please let me know if you have any idea, Yannick P. On Mar 30, 9:35 pm, mdipierro wrote: > O

[web2py] Re: Ajax and Auth API

2010-03-30 Thread Yannick
ou know a place where there is a working example please send me a link... In the meantime I'll just drop this Auth API - Ajax... Thanks a lot for your help... Yannick P. On Mar 27, 8:36 pm, mdipierro wrote: > IF, as I assume, the register action is called via the > {{=LOAD('contro

[web2py] Re: Ajax and Auth API

2010-03-27 Thread Yannick
ument.location='%s'"%next}))) # When doing this my view has no control on the display, it's like the form return from the register Action overwritte everything... Can you please let me know when I'm wrong here... Thanks, Yannick P. -- You received

[web2py] Re: Ajax and Auth API

2010-03-26 Thread Yannick
AD('BuRegAuth', 'register', ajax_trap=True)}} " Thanks a lot for your help, Yannick P. On Mar 26, 12:02 am, mdipierro wrote: > You have two problems: > > 1) you are calling register twice. In index() and the LOAD callback. > That generates two forms and confuses web

[web2py] Re: Ajax and Auth API

2010-03-25 Thread Yannick
# And also I notice that everything is displayed as textfield, How can I have more control, about being able to display some fields as drop down etc... I also notice that this below have NO effect : - auth.settings.table_user.birthday.writable = False - auth.settings.table_user.

[web2py] Re: Ajax and Auth API

2010-03-25 Thread Yannick
t; of the Class Auth() of "Tools.py"... I have no clue why it fails... The same value works fine (recorded in DB) without the AJAX... If you have any hint please let me know... I search a lot in the threads of this Web2py group and I can't find an example of how to used Auth Api with

[web2py] Re: Ajax and Auth API

2010-03-25 Thread Yannick
ult.py", line 27, in register File "gluon/tools.py", line 1271, in register File "C:/Documents and Settings/YannickT/web2py/applications/events/ controllers/default.py", line 27, in TypeError: list objects are unhashable Thanks for your help, Yannick P. On Mar 24,

[web2py] Re: Ajax and Auth API

2010-03-24 Thread Yannick
# Action: (Here I want to use the Auth method named change_password. ) > ## > def changePwd: >    next = URL(r=request,f='index') >    return auth.change_password(onaccept=lambda fo

[web2py] Re: Ajax and Auth API

2010-03-24 Thread Yannick
want to return a string that represent a success or an Error message... How can I do that without the need to create my how code to change the password . Thanks! Yannick P. On Mar 24, 12:11 pm, mdipierro wrote: > show us your action and explan how you want it to behave in details, >

[web2py] Re: Ajax and Auth API

2010-03-24 Thread Yannick
aying is that i can't do it that way ? Please let me know if I'm missing something here... Thanks a lot, Yannick P. On Mar 24, 11:16 am, mdipierro wrote: > You should make your own action and use {{=LOAD(..)}} > > On Mar 24, 9:32 am, Yannick wrote: > > > > > H

[web2py] Ajax and Auth API

2010-03-24 Thread Yannick
end value to already build Auth API like auth.register(), auth.password_change(), auth.login() etc... ) Please let me know if you have any hints. Yannick P. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send ema

[web2py] Retrieving latest update record from DB ???

2010-03-06 Thread Yannick
how I can select the latest update record on a table that contain "RecordDateTime" as one of his column. I'm using DB Postgres. Thanks very much, Yannick P. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to

[web2py] Re: Weird Error Message From Web2py - OSError: [Errno 24] Too many open files ???????

2010-02-21 Thread Yannick
Thanks for the note... I'm usually running Web2py through Wing IDE since it is easy for debugging... Please let me know if you have any questions regarding this issue Yannick P. On Feb 21, 4:02 pm, Massimo Di Pierro wrote: > This is interesting I will take a look asap. > > Meanwhi

[web2py] Weird Error Message From Web2py - OSError: [Errno 24] Too many open files ???????

2010-02-21 Thread Yannick
Hello mate, I'm using the latest version of Web2py and Mac OS and since few web2py release I have been having this problem and I don't know what is the cause of this... When it happens I can't access my application anymore I got a this message from the browser: "Internal error Ticket issued: unreco

[web2py] Re: Alert when email not sent sucessfully !

2010-01-25 Thread Yannick
gt; Check the servers SMTP for mail-delivery failure messages. > > Beyond that, if they never click your verification link thats a fairly > good indication the email is false, you could always use anything past > 2 weeks is probably fake filters too. > > -Thadeus > > On Mon, Jan

[web2py] Alert when email not sent sucessfully !

2010-01-25 Thread Yannick
... Like have a sort of alert when the email is not successfully sent in web2py... Thanks a lot for your help, Cheers, Yannick P. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegrou

[web2py] Several File Upload Using Ajax... Any Example available by any chance ?

2010-01-13 Thread Yannick
Hello mate, I just wonder if there is an example of several upload file (all at once a little bit like gmail attachment files) with Web2py ? If you know some example... Please let me know... Cheers, Yannick P. -- You received this message because you are subscribed to the Google Groups "w

[web2py:38310] Re: Fail login doesn't return an errorm msg

2010-01-04 Thread Yannick
eb2py : 1.74.5 Wing IDE Professional 3.2 Do you please have any any hints that can help here ? I'm desperately looking for a solution or hints... Thanks a lot for your help... Cheers, Yannick P. On Dec 21 2009, 11:40 pm, Yannick wrote: > Hello Massimo, > Just wonder have you been able

[web2py:38105] Just Take a Time to wish you ALL - HAPPY NEW YEAR 2010 !

2009-12-30 Thread Yannick
properly if you are using firefox version lower than 3.5 sorry for that) Once again special thanks to Massimo for all he has done for us through this powerful tool... I'm sure 2010 will be another great year for Web2py... Yannick P. -- You received this message because you are subscrib

[web2py:37635] Re: Fail login doesn't return an errorm msg

2009-12-21 Thread Yannick
Hello Massimo, Just wonder have you been able to reproduce the scenario ? If yes any hints ? Thanks for your help... Yannick P. On Dec 17, 8:30 pm, Yannick wrote: > Hi Massimo, > I just sent you the application so that you can reproduce this > error... > > Thanks again, > Yan

[web2py:37611] Re: Need help with custom widget

2009-12-21 Thread Yannick
I think this will do if you use jquery: $("#idTextarea").focus(function () { $(this).val("") }); make sure to have the id in the textarea html code Hope it helps it not please provide and example of what you want... Thanks, Yannick P. On Dec 21, 8:09 a

[web2py:37494] Re: web2py 1.74.2 is OUT

2009-12-17 Thread Yannick
@ mr.freeze: Yes my auth_user do have a table name. I just didn't display the all code for the model... @ Massimo: thanks for your help, I just sent you the application so you can reproduce the scenario. Thanks for your help. Yannick P. On Dec 17, 11:40 am, "mr.freeze" wrote

[web2py:37493] Re: Fail login doesn't return an errorm msg

2009-12-17 Thread Yannick
Hi Massimo, I just sent you the application so that you can reproduce this error... Thanks again, Yannick P. On Dec 16, 6:44 pm, Yannick wrote: > I just test it and the error I got in 1.74.1 has been fixed... > Thanks... However the double redirection issue is still pending... > >

[web2py:37448] Re: web2py 1.74.2 is OUT

2009-12-17 Thread Yannick
This issue here i have no idea how to fix it using the latest version 1.74.3 http://groups.google.com/group/web2py/browse_thread/thread/f6899f258368382f/71297e7132c2760c#71297e7132c2760c Please help :) Yannick P. On Dec 17, 3:10 am, szimszon wrote: > Confirm. > > On dec. 17, 00:16,

[web2py:37411] Re: Fail login doesn't return an errorm msg

2009-12-16 Thread Yannick
= I'm really running out of idea about debugging this issue... It used to work with early previous version of web2py... Is anybody has an idea or already have this issue ? Thanks for your help... Yannick P. On Dec 16, 8:11 am, Yannick wrote: > Thanks for the note... I'll test

[web2py:37346] Re: Fail login doesn't return an errorm msg

2009-12-16 Thread Yannick
Thanks for the note... I'll test and confirm it late this afternoon... Tks On Dec 15, 9:37 pm, mdipierro wrote: > I think this is now fixed in trunk. Can you confirm? > > On Dec 15, 8:04 pm, mdipierro wrote: > > > fixing this tonight > > > On Dec 15, 6:28 pm, Ya

[web2py:37297] Re: Fail login doesn't return an errorm msg

2009-12-15 Thread Yannick
t;, line 728, in __call__ if (not self.banned or not self.banned.match(domain)) \ AttributeError: 'lazyT' object has no attribute 'match' #### Anyway idea ? Yannick P. On Dec 14, 11:30 pm, mdipierro wrote: > I do not know. Glad it is fixed anyway. > &g

[web2py:37295] Auth-Login : Backward compatibility with the new release 1.74.1

2009-12-15 Thread Yannick
lazyT' object has no attribute 'match' ######## Does anyone notice this issue in their application after they migrate to the new release ? Thanks, Cheers, Yannick P. -- You received this message because yo

[web2py:37208] Re: Fail login doesn't return an errorm msg

2009-12-14 Thread Yannick
Hello Massimo, Thanks I just test the new release and realized that the double redirect seem to be fixed on the Auth - Login I just wonder what was the root of the issue I got in the previous release... Thanks On Dec 12, 12:31 pm, Yannick wrote: > Hello Massimo, thanks for the note...

[web2py:37207] Re: web2py 1.74.1 is OUT

2009-12-14 Thread Yannick
Thanks the double redirect seems to be fixed in this release... On Dec 14, 1:45 pm, Thadeus Burgess wrote: > Also you can specify custom options to the export_to_csv. > > export_to_csv(delimiter = ',', quotechar = '"', quoting = csv.QUOTE_MINIMAL) > > On Mon, Dec 14, 2009 at 10:46 AM, mdipierro

[web2py:37097] Re: Fail login doesn't return an errorm msg

2009-12-12 Thread Yannick
.. Thanks for your help... Cheers, Yannick P. On Dec 11, 9:59 am, mdipierro wrote: > For debugging purposes > > 1) try replace everything in the view with {{=loginform}} > > 2) try print request.function, request.vars > > what do you see? > > Feel free to sen

[web2py:37017] Re: Fail login doesn't return an errorm msg

2009-12-11 Thread Yannick
... On Dec 11, 9:33 am, Wes James wrote: > On Thu, Dec 10, 2009 at 8:09 PM, Yannick wrote: > > Hello thanks for the note... > > > I did add "print request.function" > > and Yes there is a double redirection because the output print the > > function login

[web2py:37013] Re: Fail login doesn't return an errorm msg

2009-12-11 Thread Yannick
I tried the solution in this thread but unsuccessful: http://groups.google.com/group/web2py/browse_thread/thread/9e2441a938368b3a/451cfaf61e60a731?lnk=gst&q=double+redirect#451cfaf61e60a731 Anyway idea ? Yannick P. On Dec 10, 10:09 pm, Yannick wrote: > Hello thanks for the note... &g

[web2py:36999] Re: Fail login doesn't return an errorm msg

2009-12-10 Thread Yannick
next=URL(r=request, f='profile') Do you have any idea... I'll keep debugging... On Dec 9, 11:20 pm, mdipierro wrote: > Add a > > print request.function > > to your model and check if there is a double redirect. > The other possibility is that sessions are not wor

[web2py:36934] Re: Fail login doesn't return an errorm msg

2009-12-09 Thread Yannick
d check what the repsponse.flash is > between function calls. > > -wes > > On Wed, Dec 9, 2009 at 8:49 AM, Yannick wrote: > > Hmm interesting, thanks for the note... I don't think I'm doing a > > double redirection in my code though... can you please let me

[web2py:36881] Re: Fail login doesn't return an errorm msg

2009-12-09 Thread Yannick
Hmm interesting, thanks for the note... I don't think I'm doing a double redirection in my code though... can you please let me know how you resolved that issue when you had it > Thanks, Yannick P. On Dec 9, 9:30 am, Wes James wrote: > On Tue, Dec 8, 2009 at 9:35 PM, Yannick

[web2py:36842] Fail login doesn't return an errorm msg

2009-12-08 Thread Yannick
{{=loginform.custom.end}} I when to capture the error message of the failure using "form.error.XXX" not through session.flash... Please let me know if you have any hints... Yannick P. -- You received this message because you are subscribed to the Google

[web2py:36081] Re: SQL Query with Case Statement...

2009-11-27 Thread Yannick
Thanks for the note Massimo, I did test what you suggested, but it's not working with no error or ticket generated ... I print the generated SQL query and it looks fine... I think DAL doesn't handle "Case"... Thanks anyway I'll used a work around solution... Cheers, Yanni

[web2py:36033] SQL Query with Case Statement...

2009-11-26 Thread Yannick
27; END AS salary_level FROM employees ORDER BY salary ASC How can I write such a query with "CASE" statement in Web2py ? Thanks, Yannick P. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to w

[web2py:36032] Re: Complex SQL Query - Left Out Join With A Third table...

2009-11-26 Thread Yannick
Thanks Massimo, I just wonder, I do know that is possible to see the SQL Query by using _select()... I was wondering if there opposite operation ? Like if is possible to write the SQL query and see DAL code of web2py ? Thanks, Yannick P. On Nov 25, 9:00 am, mdipierro wrote: > Yes. >

[web2py:35971] Complex SQL Query - Left Out Join With A Third table...

2009-11-24 Thread Yannick
from with a third table "table_C" on a condition "db.table_B.ID = db.table_C.ID" How can I do that ? Thanks for your help, Cheers, Yannick P. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[web2py:33710] Re: powered by web2py?

2009-10-26 Thread Yannick
www.onemewebservices.com is powered by web2py... Good job ! Yannick P. On Oct 26, 4:34 am, Boris Manojlovic wrote: > http://designer.bojanka.net/ > is hosted on appspot with web2py > > On Mon, Oct 26, 2009 at 3:46 AM, mdipierro wrote: > > >www.appliedstacks.comis dead. Th

[web2py:32825] Re: Error with Database (MySQL) when using latest release....

2009-10-13 Thread Yannick
ink that day I restore my database and clean up everything since I was doing some testing on my application... I hope it helps... Please let us know what exactly happen before you get that error message ? Cheers, Yannick P. On Oct 13, 9:48 am, Rick wrote: > I have also come across this with web2

[web2py:32349] Re: Error message when uploading a photo... Using postgresSQL DB

2009-10-06 Thread Yannick
,keepvalues=True): feedback = db.photo.insert(fileupload=request.vars.fileupload, photoname= request.vars.photoname, albphotoref_fk= request.vars.albphotoref_fk) elif formPic.errors: response.flash = 'Problem Uploading please try again' return dict(formUploadPic = formP

  1   2   3   >