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

2009-12-08 Thread Yannick
/tr /table {{=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 Groups

[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 compte...@gmail.com wrote: On Tue, Dec 8, 2009 at 9:35 PM, Yannick

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

2009-12-09 Thread Yannick
and check what the repsponse.flash is between function calls. -wes On Wed, Dec 9, 2009 at 8:49 AM, Yannick ytchatch...@gmail.com 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 know how you resolved

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

2009-12-10 Thread Yannick
, Yannick ytchatch...@gmail.com wrote: Is anyone already has this issue and where able to solve it... I don't see any double redirect in my code... Thanks for your help... On Dec 9, 11:36 am, Wes James compte...@gmail.com wrote: Sorry,  I'm not sure exactly when/where I made this change

[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=gstq=double+redirect#451cfaf61e60a731 Anyway idea ? Yannick P. On Dec 10, 10:09 pm, Yannick ytchatch...@gmail.com wrote: Hello thanks

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

2009-12-11 Thread Yannick
James compte...@gmail.com wrote: On Thu, Dec 10, 2009 at 8:09 PM, Yannick ytchatch...@gmail.com 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 twice : login login I wonder how

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

2009-12-12 Thread Yannick
this) and I have the same result... I'll send you the code that I used to test it... I really don't know why that happen, I think it use to work in the pass... Thanks for your help... Cheers, Yannick P. On Dec 11, 9:59 am, mdipierro mdipie...@cs.depaul.edu wrote: For debugging purposes 1) try

[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 thade...@thadeusb.com 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

[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 ytchatch...@gmail.com wrote: Hello Massimo, thanks

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

2009-12-15 Thread Yannick
in their application after they migrate to the new release ? Thanks, 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...@googlegroups.com. To unsubscribe from this group, send email to web2py

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

2009-12-15 Thread Yannick
' Anyway idea ? Yannick P. On Dec 14, 11:30 pm, mdipierro mdipie...@cs.depaul.edu wrote: I do not know. Glad it is fixed anyway. On Dec 14, 9:19 pm, Yannick ytchatch...@gmail.com wrote: Hello Massimo, Thanks I just test the new release and realized that the double redirect seem

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

2009-12-16 Thread Yannick
, Yannick ytchatch...@gmail.com wrote: Hmmm Think there is an issue with this release... Please take a look to the ticket generated after a user tried to login using a fake password: Traceback

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

2009-12-16 Thread Yannick
have this issue ? Thanks for your help... Yannick P. On Dec 16, 8:11 am, Yannick ytchatch...@gmail.com wrote: Thanks for the note... I'll test and confirm it late this afternoon... Tks On Dec 15, 9:37 pm, mdipierro mdipie...@cs.depaul.edu wrote: I think this is now fixed in trunk. Can you

[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 szims...@gmail.com wrote: Confirm. On dec. 17, 00

[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 ytchatch...@gmail.com 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: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 nat...@freezable.com wrote

[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 am, weheh richard_gor

[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 ytchatch...@gmail.com wrote: Hi Massimo, I just sent you the application so that you can reproduce this error... Thanks again, Yannick

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

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

2010-01-04 Thread Yannick
: 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 ytchatch...@gmail.com wrote: Hello Massimo, Just wonder have you been able

[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...@googlegroups.com

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

2010-01-25 Thread Yannick
, Yannick ytchatch...@gmail.com wrote: Hello mate, This may be a stupid question... I wonder if there is way to know if an email has been successfully send or not... Like for example someone can register  to a website using a fake (valid format email) email and the application will send an email

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

[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 mdipie...@cs.depaul.edu wrote: This is interesting I will take a look asap

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

2010-03-06 Thread Yannick
Anyway please let me know 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

[web2py] Ajax and Auth API

2010-03-24 Thread Yannick
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 email to web...@googlegroups.com. To unsubscribe from

[web2py] Re: Ajax and Auth API

2010-03-24 Thread Yannick
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 mdipie...@cs.depaul.edu wrote: You should make your own action and use {{=LOAD(..)}} On Mar 24, 9:32 am, Yannick ytchatch...@gmail.com wrote: Hello mate

[web2py] Re: Ajax and Auth API

2010-03-24 Thread Yannick
my how code to change the password . Thanks! Yannick P. On Mar 24, 12:11 pm, mdipierro mdipie...@cs.depaul.edu wrote: show us your action and explan how you want it to behave in details, and I can post an example. On Mar 24, 11:06 am, Yannick ytchatch...@gmail.com wrote: Sorry I really

[web2py] Re: Ajax and Auth API

2010-03-24 Thread Yannick
auth.change_password(onaccept=lambda form:\        response.headers['web2py-component- command'=document.location='%s' % next) On Mar 24, 12:22 pm, Yannick ytchatch...@gmail.com wrote: Ok here is a view form to change user password: ### script

[web2py] Re: Ajax and Auth API

2010-03-25 Thread Yannick
... 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 Ajax... Yannick P. On Mar 25, 1:19 pm, mdipierro

[web2py] Re: Ajax and Auth API

2010-03-25 Thread Yannick
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.birthday.readable = False (the fields still appear in the form) Thanks for your help. Yannick P. On Mar 25, 8:49 pm

[web2py] Re: Ajax and Auth API

2010-03-26 Thread Yannick
=True)}} Thanks a lot for your help, Yannick P. On Mar 26, 12:02 am, mdipierro mdipie...@cs.depaul.edu wrote: You have two problems: 1) you are calling register twice. In index() and the LOAD callback. That generates two forms and confuses web2py on which one you are submitting. So index

[web2py] Re: Ajax and Auth API

2010-03-27 Thread Yannick
}))) # 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 this message because you are subscribed to the Google Groups web2py-users group

[web2py] Re: Ajax and Auth API

2010-03-30 Thread Yannick
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 mdipie...@cs.depaul.edu wrote: IF, as I assume, the register action is called via the {{=LOAD('controller','register')}} helper

[web2py] Re: Ajax and Auth API

2010-03-31 Thread Yannick
... 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 mdipie...@cs.depaul.edu wrote: One more try.. closer to the solutions... view  as before and action def register():     ...     next

[web2py] Caching Advise !

2010-05-04 Thread Yannick
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: Caching Advise !

2010-05-04 Thread Yannick
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 to bypass web2py and serve images directly. On May 4, 2010, at 6:36 PM, Yannick wrote: Hello

[web2py] Re: Caching Advise !

2010-05-05 Thread Yannick
like Facebook cache pictures ? Thanks, Yannick P. On May 5, 11:56 am, Thadeus Burgess thade...@thadeusb.com 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 original. On your main page just

[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

[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 thade...@thadeusb.com 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 ytchatch...@gmail.com wrote

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

2010-06-03 Thread Yannick
Hello mate. I can't upload in this situation below: Here is the view: script type=text/javascript ... mainImage = $(.image-wrapper).HandlerFile( { mainImageUrl: , helper: $(#tooltip), ... } ... /script h3Upload Pictures. You

[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 ytchatch...@gmail.com wrote: Hello mate. I can't upload in this situation below: Here is the view: script type=text/javascript ... mainImage

[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

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

2010-09-05 Thread Yannick
#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 michael.d.mcgin

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

2010-09-05 Thread Yannick
a 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 michele.comit...@gmail.com wrote

[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 h3Forgot Your Password ? Please enter your email/h3

[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] 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 mdipie...@cs.depaul.edu wrote: yes and I could not be happier

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

2010-09-20 Thread Yannick
chmod +x setup-web2py-ubuntu.sh sudo ./setup-web2py-ubuntu.sh Thanks, Yannick P. On Sep 20, 1:24 am, mdipierro mdipie...@cs.depaul.edu wrote: I think you do sudo apt-get install python-imaging but I did not try On Sep 19, 9:59 pm, Yannick ytchatch...@gmail.com wrote: Good Thanks I'll

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

2010-09-20 Thread Yannick
: You are 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 ytchatch...@gmail.com wrote: Thanks. I tried the script in order to install Web2py on VPS.net and here is the error message I got: We failed

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

2010-09-21 Thread Yannick
user=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, Yannick ytchatch...@gmail.com

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

2010-09-21 Thread Yannick
should get a prompt for the PWD but I didn't got it... Thanks for your help On Sep 21, 8:11 am, villas villa...@gmail.com wrote: Yannick,  just to clarify,  I copied the script to my server wgethttp://web2py.googlecode.com/svn/trunk/scripts/setup-web2py-ubuntu.sh Made the alteration at around

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

2010-09-21 Thread Yannick
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 mdipie...@cs.depaul.edu wrote: done On Sep 21, 9:41 am, Anthony av201...@yahoo.com wrote: Also needs

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

2010-09-21 Thread Yannick
, 8:21 pm, Yannick ytchatch...@gmail.com 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 finally able

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

2010-09-21 Thread Yannick
://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 With Web2py.... Unable to install Application

2010-09-22 Thread Yannick
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 On Sep 21, 10:49 pm, Yannick ytchatch

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

2010-09-22 Thread Yannick
rebooting I was still unable to upload an application. Thanks a lot, Yannick P. On Sep 22, 6:13 pm, Christopher Steel chris.st...@gmail.com 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

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

2010-09-23 Thread Yannick
, Yannick P. On Sep 23, 9:19 am, scausten scaus...@gmail.com wrote: Don't worry, I was doing something extraordinarily stupid - the script is fine. On Sep 23, 2:05 pm, mdipierro mdipie...@cs.depaul.edu wrote: I do not see anything wrong with line 4 On Sep 23, 5:25 am, scausten scaus

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

2010-09-24 Thread Yannick
...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 chris.st...@gmail.com wrote: Yannick, Hi Yannick, As I mentioned before this sounds lot like a permissions issue

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

2010-09-27 Thread Yannick
. Thanks, Yannick P. On Sep 24, 9:08 am, Yannick ytchatch...@gmail.com 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: drwxr-xr-x 6 www-data www-data  4096 2010-09-22 04:15 applications

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

2010-09-27 Thread Yannick
mdipie...@cs.depaul.edu 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 ytchatch...@gmail.com wrote: I followed the instruction here:http://groups.google.com/group/web2py

[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 h3Forgot Your Password ? Please enter your email/h3

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

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

2010-09-29 Thread Yannick
:53 pm, Yannick ytchatch...@gmail.com wrote: 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

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

2010-09-29 Thread Yannick
of retrieve_password which is deprecated because of security issues. Anyway, do you get email on registration? On Sep 29, 10:30 pm, Yannick ytchatch...@gmail.com wrote: Thanks for the note. I added 'registration_id' and [CRYPT()] but No luck still failing to send the password. The form

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

2010-09-30 Thread Yannick
mail.send(to='@youraddress.com',message='Hi there') do you get the email? what does it print True or False? I think mail is not setup properly. Massimo On Sep 29, 11:13 pm, Yannick ytchatch...@gmail.com wrote: Yes I also tried quickly and I just retry again

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

2010-09-30 Thread Yannick
investigate. Thanks for your help. Yannick P. On Sep 30, 10:04 pm, mdipierro mdipie...@cs.depaul.edu wrote: and you do have the same settings in model? On Sep 30, 8:17 pm, Yannick ytchatch...@gmail.com wrote: Thanks for the note. I can send email from my application. Welcome registration

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

2010-10-21 Thread Yannick
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:24495] Re: Access Javacript variable's value in Web2py Code From view

2009-06-19 Thread Yannick
Yes Massimo, param is a JS variable... Thanks for the note and help it works fine... Thank you all for your help on this Cheers, Yannick P. On Jun 18, 12:00 pm, mdipierro mdipie...@cs.depaul.edu wrote: I assume param is javascript variable, not a Python variable: ## script

[web2py:24577] Re: looking for web2py doctest examples

2009-06-20 Thread Yannick
Hello, Have you look here... There are some good example regarding JSON: http://www.web2py.com/examples/default/examples Cheers, Yannick P. On Jun 20, 6:51 pm, richard_gor...@verizon.net richard_gor...@verizon.net wrote: Where can I find juicy examples of doctesting a (form entry

[web2py:24584] Re: Multiple Form functionality is Broken ??

2009-06-20 Thread Yannick
Hello thnaks for the note, I'm using python 2.5 Anyway idea ? Thanks On Jun 20, 10:23 pm, mr.freeze nat...@freezable.com wrote: What version of Python are you using? On Jun 20, 2:50 pm, Yannick ytchatch...@gmail.com wrote: Hello mate, I'm using the latest version 1.64.3 and some of my

[web2py:24616] Re: Multiple Form functionality is Broken ??

2009-06-21 Thread Yannick
Oups actually is a copy and paste... I don't have : after the decorators... I just sent you a zip file containing the controller and view... Thanks for your help ! Yannick P. On Jun 21, 12:19 am, mdipierro mdipie...@cs.depaul.edu wrote: I see lots of errors in the first 4 lines

[web2py:24661] Re: Problem Displaying image in View

2009-06-21 Thread Yannick
= request.vars.albumdesc ) return dict(form = formCreateAlb) Thanks for your help and input on this... Cheers, Yannick P. On Jun 21, 12:28 pm, mdipierro mdipie...@cs.depaul.edu wrote: How did you insert the images in the database? Which Python version are you using? It seems your fileupload field

[web2py:24785] Re: web2py v 1.64.3

2009-06-23 Thread Yannick
#9edcdd2854a1f763 Problem with Multiple Form: http://groups.google.com/group/web2py/browse_thread/thread/7cf7d5f592dd57fe/bbf2a4ff7845b935?hl=en#bbf2a4ff7845b935 Thanks for your help... Cheers, Yannick P. On Jun 23, 9:15 am, mdipierro mdipie...@cs.depaul.edu wrote: Ouch! Yes it is broken. I will fix

[web2py:24951] Re: Multiple Form functionality is Broken ??

2009-06-24 Thread Yannick
Hello Massimo, Sorry to bother but was wondering if you figure out a solution for this since the multiple form that used to work is now not working on this new release... Thanks, Yannick P. On Jun 21, 3:38 am, Yannick ytchatch...@gmail.com wrote: Oups actually is a copy and paste... I don't

[web2py:24995] Re: autocomplete

2009-06-25 Thread Yannick
= # Here you retrieve data you want from the DB data='' for row in rows: data = # here you do want you want with the data like format them... return data I hope it helps... Cheers, Yannick P. On Jun 25, 4:36 am, Nur Hisyam Mohamed nhis...@gmail.com wrote: Hi, I'm new

[web2py:25122] Web2py Version 1.64.4: Reporting possible bug in SQL.py

2009-06-27 Thread Yannick
._pool_connection(lambda : MySQLdb.Connection( NameError: global name 'MySQLdb' is not defined Please let me know if you have any question... Cheers, Yannick P. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py

[web2py:25151] Re: Web2py Version 1.64.4: Reporting possible bug in SQL.py

2009-06-28 Thread Yannick
O yes my bad, my bad... I wasn't running from source... Sorry again for a bad report, I just install web2py on a new Linux box... Thanks, Yannick P. On Jun 27, 11:56 pm, mdipierro mdipie...@cs.depaul.edu wrote: Did you install MySQLdb? If so, make sure you are running from source since

[web2py:25153] Re: Multiple Form functionality is Broken ??

2009-06-28 Thread Yannick
Hi Massimo, Sorry for the late reply... This scenario is still not working on the latest Web2py... I just email you the application that will help debugging... Thanks, Yannick P. On Jun 25, 8:53 am, Trollkarlen robbelibob...@gmail.com wrote: Can this be the same problem as I described

[web2py:25262] Re: Howto import mysql database connection?

2009-06-29 Thread Yannick
Hello, If you want to use mysql with web2py since it using Python you need to install MySQLdb which is a MySQL DB API the help python to talk with mysql db... I hope it help... CHeers, Yannick P. On Jun 25, 9:32 am, Stefan saro...@googlemail.com wrote: I want to add y mysql database. When I

[web2py:25274] Re: Image table and upload.

2009-06-29 Thread Yannick
... Cheers, Yannick P. On Jun 29, 4:46 am, annet annet.verm...@gmail.com wrote: In a model I defined a table: db.define_table('image',     db.Field ('bedrijf',db.bedrijf,default='',notnull=True,ondelete='CASCADE'),     db.Field('imagepositie',db.imagepositie,default='',notnull=True),     db.Field

[web2py:25316] Password Encrypted comparison....

2009-06-30 Thread Yannick
',''): session.flash = 'Password not valid Please Try again' else: db(db.auth_user.id == session.auth.user.id).update (email=request.vars.newEmail) return dict(form = chgEmailform) Thanks for your help, Cheers, Yannick P

[web2py:25558] Generate Radio Button from form_factory

2009-07-03 Thread Yannick
think it's something pretty simple that I missed... Thanks, Yannick P. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py Web Framework group. To post to this group, send email to web2py@googlegroups.com

[web2py:25774] List of web hosting for Web2py

2009-07-06 Thread Yannick
serious web hosting company. What do you think ? Cheers, Yannick P. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py Web Framework group. To post to this group, send email to web2py@googlegroups.com

[web2py:25785] Re: List of web hosting for Web2py

2009-07-06 Thread Yannick
Lundell jlund...@pobox.com wrote: On Jul 6, 2009, at 7:54 AM, Yannick wrote: Maybe it will be good to have in the web2py's website a section where we can see a list of all the good and serious hosting company that support web2py it will be helpful... Me the web hosting I found

[web2py:25878] Re: List of web hosting for Web2py

2009-07-07 Thread Yannick
be good to have a list, so people have something to start from when looking for themselves. - Yarko On Mon, Jul 6, 2009 at 11:26 AM, Speedbird ju...@techfuel.net wrote: Replied. Thanks! On Jul 6, 9:08 am, Yannick ytchatch...@gmail.com wrote: Can I know the name of the company you

[web2py:25892] Re: List of web hosting for Web2py

2009-07-07 Thread Yannick
Thank You... Interesting... On Jul 7, 3:22 pm, Yarko Tymciurak yark...@gmail.com wrote: http://forum.webfaction.com/viewtopic.php?id=2373 I need to update my site to current web2py (which I have not done yet - still running 1.56). On Tue, Jul 7, 2009 at 2:08 PM, Yannick ytchatch

[web2py:28467] Re: Web2py.com down

2009-08-12 Thread Yannick
Same here in Canada... On Aug 12, 8:30 pm, Richard richar...@gmail.com wrote: I can't accesswww.web2py.comat the moment and have experienced intermittent downtime. On Aug 8, 2:33 pm, b00m_chef r...@devshell.org wrote: Just tried to accessweb2py.com and was not up. Tried using a proxy

[web2py:29133] Password 2 field - Using Custom on Registration.

2009-08-22 Thread Yannick
Hello mate, quick question... I'm trying to customize the Registration form using Auth. I was wondering about the Password_two field ??? here is what I'm doing but not working: {{=regform.custom.begin}} {{=regform.custom.widget.first_name}}

[web2py:29149] Re: Password 2 field - Using Custom on Registration.

2009-08-23 Thread Yannick
Thanks for the note Massimo, I tried it but no the validation is not going through... It's not working. Thanks for your help and please let us know if you have any other idea. Cheers, Yannick P. On Aug 23, 6:54 am, mdipierro mdipie...@cs.depaul.edu wrote: auch! I just realized password_two

[web2py:29164] Re: Password 2 field - Using Custom on Registration.

2009-08-23 Thread Yannick
and from the back-end I put a break point on the register in Tools.py and the form validation is not going through. Thanks for your help. Cheers, Yannick P. On Aug 23, 11:08 am, mdipierro mdipie...@cs.depaul.edu wrote: same for login.. On Aug 23, 10:08 am, mdipierro mdipie...@cs.depaul.edu wrote

[web2py:29641] Horizontal menu

2009-08-30 Thread Yannick
Hello mate, I have a quick question Does anyone please knows how to use the menu-helper to create an Horizontal menu ? I can't find it in the previous threads of this group I can do the vertical menu but not horizontal... Thanks in advance for your help... Cheers, Yannick P

[web2py:29646] Re: Horizontal menu

2009-08-30 Thread Yannick
-color: black; } and in the Built-in function Menu this is what i have: {{=MENU(response.menu, _class = 'menu')}} Any idea why i have that behavior ? Thanks mate. Yannick P. On Aug 30, 11:53 am, Mladen Milankovic mml...@gmail.com wrote: Hi. Don't know how does your code for the menu look like

[web2py:29661] Re: Horizontal menu

2009-08-30 Thread Yannick
: 6px 3px 4px 3px; margin-right: 20px; text-decoration: none; border-bottom: 3px solid gray; } ul.menu li a:hover, ul.menu li a.selected{ border-bottom-color: black; } It's horizontal now. regards mmlado On Sunday 30 August 2009 19:26:44 Yannick wrote: Thanks for the note mmlado

[web2py:16697] Authentication Problem !

2009-02-22 Thread Yannick
Hello mate, Here is what I have in my controller: def login(): formlog = auth.login(next=profile) return dict(form=formlog) @auth.requires_login(): def profile(): if not auth.is_logged_in(): return dict(form=auth.login(next=login)) else: return dict(msg=Welcome)

[web2py:16711] Re: Authentication Problem !

2009-02-22 Thread Yannick
in, redirects to     auth.settings.login_url you can set it     auth.settings.login_url=URL(r=request,f='login') Hope this answers the question. Massimo On Feb 22, 12:04 pm, Yannick ytchatch...@gmail.com wrote: Hello mate, Here is what I have in my controller: def login

[web2py:16822] Re: Authentication Problem !

2009-02-23 Thread Yannick
it since the redirect is done implicitly inside tools.py... I really want to understand how to make this work without touching anything in the tools.py code.. Thanks for your attention ! Yannick P. On Feb 23, 1:34 am, mdipierro mdipie...@cs.depaul.edu wrote: Just set

[web2py:17035] Re: Authentication Problem !

2009-02-26 Thread Yannick
Hello Massimo, I just sent you the application. I expect to see a feedback message when the user failed to login. Thanks for your help and attention. Cheers, Yannick P. On Feb 24, 1:00 am, mdipierro mdipie...@cs.depaul.edu wrote: Your example works great for me and I get the flash (bad login

[web2py:17152] Error connecting to Mysql DB !

2009-02-28 Thread Yannick
Hello mate, Did someone already had this error message below before ? I'm using MySQL server but with Sqlite I don't have this error everything seems to be alright... Error traceback Traceback (most recent call last): File /opt/web2py/gluon/main.py, line 365, in wsgibase

[web2py:17153] Re: Authentication Problem !

2009-02-28 Thread Yannick
Thanks Massimo, it work fine but for some reason I can't make it work with MySql Server DB... Here is the error message I get, please look this thread: http://groups.google.com/group/web2py/browse_thread/thread/f24f80e9e299aa88 Thanks, Yannick P. On Feb 26, 9:10 pm, Yannick ytchatch

  1   2   3   >