ISFDB banner

ISFDB Name search

You are not logged in. If you create a free account and sign in, you will be able to customize what is displayed.

A search for 'Gerd Maximovic' found 4 matches

--> -->

 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Mon Apr 29 13:58:33 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/stoecker/isfdb/install/cgi-bin/se.cgi in <module>()
    277                         PrintSummary(arg, len(results), 300, 'Author', 'author')
    278                         if results:
=>  279                                 PrintAuthorTable(results, 0, 300)
    280                         else:
    281                                 PrintGoogleSearch(arg, 'name')
PrintAuthorTable = <function PrintAuthorTable>, results = [(19790, 'Gerd Maximovic', None, None, None, None, None, None, 1593, None, 0, None, 1466, 'Maximovic', 26, None), (165990, 'Gerd Maximovi\xc4\x87', None, None, None, None, None, None, 702, None, 0, None, 702, 'Maximovic', 26, None), (166424, 'Gerd Maximovi\xc4\x8d', 'Maximovi\xc4\x8d, Gerd', 'Langenau , Sudetenland, Germany', '1944-08-29', None, None, None, 2359, None, 0, None, 2359, 'Maximovic', 26, None), (184352, 'Gerd Maximovi\xc4\x89', None, None, None, None, None, None, 194, None, 0, None, 194, 'Maximovic', 26, None)]
 /home/stoecker/isfdb/install/cgi-bin/common.py in PrintAuthorTable(authors=[(19790, 'Gerd Maximovic', None, None, None, None, None, None, 1593, None, 0, None, 1466, 'Maximovic', 26, None), (165990, 'Gerd Maximovi\xc4\x87', None, None, None, None, None, None, 702, None, 0, None, 702, 'Maximovic', 26, None), (166424, 'Gerd Maximovi\xc4\x8d', 'Maximovi\xc4\x8d, Gerd', 'Langenau , Sudetenland, Germany', '1944-08-29', None, None, None, 2359, None, 0, None, 2359, 'Maximovic', 26, None), (184352, 'Gerd Maximovi\xc4\x89', None, None, None, None, None, None, 194, None, 0, None, 194, 'Maximovic', 26, None)], merge=0, limit=300, user=None)
   1420         for author in authors:
   1421                 author_ids.append(author[AUTHOR_ID])
=> 1422         trans_names = SQLLoadTransAuthorNamesList(author_ids)
   1423         trans_legal_names = SQLtransLegalNames(author_ids)
   1424 
trans_names undefined, global SQLLoadTransAuthorNamesList = <function SQLLoadTransAuthorNamesList>, author_ids = [19790, 165990, 166424, 184352]
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLLoadTransAuthorNamesList(author_ids=[19790, 165990, 166424, 184352])
   1791                   where a.author_id = at.author_id
   1792                   and a.author_id in (%s)""" % author_ids_string
=> 1793         db.query(query)
   1794         result = db.store_result()
   1795         results = {}
global db = <_mysql.connection open to '127.0.0.1'>, db.query = <bound method Connection.query of <_mysql.connection open to '127.0.0.1'>>, query = "select a.author_id, at.trans_author_name\n ...author_id in ('19790','165990','166424','184352')"
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query="select a.author_id, at.trans_author_name\n ...author_id in ('19790','165990','166424','184352')")
    237         if isinstance(query, bytearray):
    238             query = bytes(query)
=>  239         _mysql.connection.query(self, query)
    240 
    241     def _bytes_literal(self, bs):
global _mysql = <module 'MySQLdb._mysql' from '/usr/lib64/python2.7/site-packages/MySQLdb/_mysql.so'>, _mysql.connection = <type '_mysql.connection'>, _mysql.connection.query = <method 'query' of '_mysql.connection' objects>, self = <_mysql.connection open to '127.0.0.1'>, query = "select a.author_id, at.trans_author_name\n ...author_id in ('19790','165990','166424','184352')"

<class 'MySQLdb._exceptions.ProgrammingError'>: (1146, "Table 'isfdb.trans_authors' doesn't exist")
      args = (1146, "Table 'isfdb.trans_authors' doesn't exist")
      message = ''