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
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
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
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
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
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
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"
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.
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...
^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
com/web2py/wsgihandler.py/
I wonder and don't understand why it goes to "/web2py/
wsgihandler.py/" ??
Please help it you know
Yannick P.
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
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"
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
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
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.
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.
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.
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
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
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
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
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.
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
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?
>
>
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
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:
>
>
>
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
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
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
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
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
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:
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
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
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.
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
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
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
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
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
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
-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
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
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.
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
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
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:
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
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 =
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
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:
> >
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
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
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
)
- 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.
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
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
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
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
#
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.
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
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,
# 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
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,
>
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
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
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
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
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
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
... 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
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
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
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
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
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
@ 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
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...
>
>
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,
=
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
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
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
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
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...
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
..
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
...
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
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
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
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
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
{{=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
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
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
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.
>
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
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
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
,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 - 100 of 234 matches
Mail list logo