Agreed, download link is currently broken.
On Monday, February 25, 2019 at 12:38:01 AM UTC-6, Lovedie JC wrote:
>
> Having trouble with download page:
> See attached.
>
> On Mon, 25 Feb 2019 at 07:57, Alex Glaros > wrote:
>
>> am on Windows
>>
>> --
>> Resources:
>> - http://web2py.com
>> - htt
if isinstance(body, unicodeT):
body = to_bytes(body)
return [body]
I didn't know whether I should just apply to_bytes(body) like the other
returns because the other returns were coded "return [body]" instead of
"return body".
Thanks
On Frida
Hello,
I'm having a similar issue. I'm using Python 3.6.6, mod_wsgi 4.6.5, Apache
2.4.6 with web2py 2.17.2.
I can get to the welcome screen, but as soon as I try to access the admin
application I get the following on my screen:
Internal Server Error
The server encountered an internal error o
Hello,
The following line in a view which used to work in web2py 2.6.x no longer
works in 2.17.2. I expect it has something to do with moving pydal to it's
own package, but I'm not sure how to rectify the issue.
{{=db.error_invoice_line[fieldname].label}}
The error given is:
1.
2.
3.
4.
5.
6
Leonel, could you go into a bit more depth on the changes you had to make
in the menu? I would certainly appreciate it.
On Wednesday, April 26, 2017 at 8:51:15 AM UTC-5, Leonel Câmara wrote:
>
> The forms in Boostrap 4 are pretty much the same as in bootstrap 3, you do
> need to change some st
Hello,
I have a screen that updates a code cross-reference table which contains a
code-type field. That code-type field has a master table. What I want to
do is validate the cross referenced codes in the code cross reference table
against various master tables depending on the value of the co
Hello,
I am attempting to use multiple upload fields in a SQLFORM.factory. The
first field uploads a file, and the second specifies a filename to be
written out to.
form = SQLFORM.factory(Field('billing_file',
'upload',uploadfolder=os.path.join(request.folder,
'uploads')),Field('excel_file',
OK, I deinstalled the dist-packages version of pyDAL (I had just tried it
on the off-chance that it would work anyway) It is now using the embedded
version of pyDAL. Unfortunately, still the same error. I ran the command
from the microsoft odbc driver manager instructions to verify my instal
15 at 9:25:18 AM UTC-5, Niphlod wrote:
>
> still there.
> https://github.com/web2py/pydal/blob/master/pydal/adapters/mssql.py .
> noone removed anything.
>
> On Thursday, May 7, 2015 at 3:41:28 PM UTC+2, Carl Petersen wrote:
>>
>> Hello All,
>>
>> Working with
Hello All,
Working with the latest versions of web2py and it seems that my sql server
connections are breaking. I noticed that a fairly large section of code
related to MSSQLAdapter in gluon/dal.py has been taken out. Should I be
approaching sql server connections differently now. I was prev
So what I'd like to do is once a user makes a selection from the drop down
of an autocomplete field (for instance selecting a customer) in a view ,
I'd like to immediately update the address, city and state fields on the
same view. How would I go about that?
Thanks,
Carl
--
Resources:
- htt
Hello,
I'm trying to reference the auth_user table in one database from a field
definition for a table in a different database. Hopefully the code below
will clarify:
db1 =
DAL('postgres://user:password@host1/database1',pool_size=1,check_reserved=None,migrate=False)
db =
DAL('postgres://user
12 matches
Mail list logo