If you are receiving an error while in the admin app, then the error is 
within the admin app itself, not your own app code. To see what the error 
is, visit the errors page for the admin app itself. You can also open the 
browser developer tools to examine the specific Ajax request and response 
that is generating the error.

Anthony

On Monday, August 22, 2016 at 2:45:12 AM UTC-4, mweissen wrote:
>
> What I have done:
>
> db.define_tabel("mytable", Field("message"))
>
> "message" is not allowed as name for a field and I get "An error occured, 
> please reload the page"
>
> Now I reload db.py and I want to change "message" to "mymessage". But I 
> cann't: the error message appears faster than I could edit db.py.
> Next step: I want to change the layout file ("ajax_error..."). No chance, 
> same problem - the error message is faster!
>
> Yes. I can use an external editor. But what I want to know: how can I 
> change my program using only web2py? Seem that I have to delete my 
> application :-(
>
>
> Am Sonntag, 19. Juli 2015 12:40:53 UTC+2 schrieb Annet:
>>
>> After upgrading to web2py version 2.10.4 I sometimes get a flash message:
>> "An error occured, please reload the page"
>>
>> This also happens when editing the appconfig.ini file, even though
>> the appconfig.ini file does not contain an error.
>>
>> Since the message doesn't give me any information as to why the
>> error occured, and which file contains the error, I don't see the
>> point of this flash message.
>>
>> What is the use of this message?
>>
>>
>> Kind regards,
>>
>> Annet
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to