v49: "ImportError: cannot import name 'FINDPET_BASE_URL' from 'asm3.sitedefs'" #1717
Replies: 2 comments 1 reply
-
Those are all constants that should exist in sitedefs.py - did you maybe overwrite this file? There was a change a few versions back and sitedefs is now distributed with the program and reads its values from asm3.conf instead. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I upgraded a v48 to v49 and I had no problem this time. I guess we can close this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We upgraded from v48 to v49 (through deb package), but now the site is not working anymore: it gets an
Internal Server Error
. Apache logs says:If I remove
FINDPET_BASE_URL
fromfrom asm3.sitedefs import
into/usr/lib/sheltermanager3/main.py
(line 67), then it errors now onSQUARE_PAYMENT_ENVIRONMENT
. If I remove it too, then it changes a bit:Is there anything I had to do to upgrade from v48 to v49?
Beta Was this translation helpful? Give feedback.
All reactions