[web2py] Re: App crushed during a web2py upgrade

2022-06-13 Thread Dave S
On Saturday, June 11, 2022 at 10:04:09 PM UTC-7 mostwanted wrote: > It says > * cannot import name prevent_open_redirect* > > under code listing it highlighted the line in red > > import re > from gluon.admin import * > from gluon.fileutils import abspath, read_file, write_file > from

[web2py] Re: App crushed during a web2py upgrade

2022-06-11 Thread mostwanted
It says * cannot import name prevent_open_redirect* under code listing it highlighted the line in red import re from gluon.admin import * from gluon.fileutils import abspath, read_file, write_file from gluon.utils import web2py_uuid *from gluon.tools import Config, prevent_open_redirect* from

[web2py] Re: App crushed during a web2py upgrade

2022-06-11 Thread Dave S
On Saturday, June 11, 2022 at 1:11:03 AM UTC-7 mostwanted wrote: > I was able to resolve the problem, I reloaded the app from my > pythonanywhere account and i was able to access my admin but i still can > not get my callback to work as expected. Can someone please help me! What > am i doing

[web2py] Re: App crushed during a web2py upgrade

2022-06-11 Thread mostwanted
I was able to resolve the problem, I reloaded the app from my pythonanywhere account and i was able to access my admin but i still can not get my callback to work as expected. Can someone please help me! What am i doing wrong or what do i need to do?! It says my web2py is upgraded to