exception at hotelmary.eu on 2024-04-20 15:56:07

site is in debug mode - everybody can see this page
If you don't want this , but still want to see exception messages, put your ip in DebugIps list, and set Debug=False in SiteSettings.py
Requested path : /book
Client ip : 13.58.150.59
User Agent : Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Postdict :
setlang : en

Session :
_permanent : True
lang : en
ip : 13.58.150.59
ua : Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
url : https://hotelmary.eu/book?setlang=en
dt : 2024-04-20 15:56:07.180288
ut : 1713617767
Traceback (most recent call last):
  File "/var/sites/hotelmary/lib/core/SiteBuilder.py", line 92, in BuildPage
    response = madpyObject.handleReq()
  File "/var/sites/hotelmary/lib/core/MadpyObject.py", line 264, in handleReq
    responses = self.ContentHandler.dispatch()
  File "/var/sites/hotelmary/lib/core/DispatchObject.py", line 158, in dispatch
    response = function( *args , **kwargs )
  File "/var/sites/hotelmary/plugins/book/BookKeeper.py", line 386, in search
    mes=self.initModel()
  File "/var/sites/hotelmary/plugins/book/BookKeeper.py", line 301, in initModel
    self.initHotelData()
  File "/var/sites/hotelmary/plugins/book/BookKeeper.py", line 269, in initHotelData
    self.Storage.Select( self.HotelModel)
  File "/var/sites/hotelmary/lib/madata/Postgres.py", line 291, in Select
    rows,message = self.DBTool.executeReadCommand(sql,values)
  File "/var/sites/hotelmary/lib/tools/DBTool.py", line 129, in executeReadCommand
    timeout( self.Cursor.execute , args=(command, params) )
  File "/var/sites/hotelmary/lib/tools/DBTool.py", line 61, in timeout
    raise it.result
  File "/var/sites/hotelmary/lib/tools/DBTool.py", line 41, in run
    self.result = f(*args, **kwargs)
psycopg2.errors.UndefinedColumn: column "bank_account_sms" does not exist
LINE 1: ...l_url,image0,image1,image2,bank_name,bank_account,bank_accou...
                                                             ^