ISFDB banner

Publication Series: Sternenfaust (Zaubermond)

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

Note: There are other publication series with the same name: --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sat Apr 27 23:10:09 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/pubseries.cgi in <module>()
     42         if other_series:
     43                 print '<h3>Note: There are other publication series with the same name:'
=>   44                 displayRecordList('pub_series', other_series)
     45                 print '</h3>'
     46         print '<ul>'
displayRecordList = <function displayRecordList>, other_series = [(9253, 'Sternenfaust', None, 883158)]
 /home/stoecker/isfdb/install/cgi-bin/common.py in displayRecordList(record_type='pub_series', records=[(9253, 'Sternenfaust', None, 883158)])
    818 
    819 def displayRecordList(record_type, records):
=>  820         print LIBbuildRecordList(record_type, records)
    821 
    822 def displayAuthorById(id, name, trans_authors = None):
global LIBbuildRecordList = <function LIBbuildRecordList>, record_type = 'pub_series', records = [(9253, 'Sternenfaust', None, 883158)]
 /home/stoecker/isfdb/install/cgi-bin/library.py in LIBbuildRecordList(record_type='pub_series', records=[(9253, 'Sternenfaust', None, 883158)])
   1943                         output += ', '
   1944                 else:
   1945                         first = 0
=> 1946                 output += ISFDBLink(cgi_script, record_id, record_name, False, '')
   1947         return output
output = '', global ISFDBLink = <function ISFDBLink>, cgi_script = 'pubseries.cgi', record_id = 9253, record_name = 'Sternenfaust', builtin False = False
 /home/stoecker/isfdb/install/cgi-bin/library.py in ISFDBLink(script='pubseries.cgi', record_id=9253, displayed_value='Sternenfaust', brackets=False, argument='', transliterations=None)
    463         # use that function to retrieve transliterations
    464         elif trans_function and str(record_id).isdigit():
=>  465                 trans_values = trans_function(record_id)
    466         # If transliterated values have been found, add them to the link
    467         if trans_values:
trans_values = None, trans_function = <function SQLloadTransPubSeriesNames>, record_id = 9253
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTransPubSeriesNames(pub_series_id=9253)
   1663 def SQLloadTransPubSeriesNames(pub_series_id):
   1664         query = "select trans_pub_series_name from trans_pub_series where pub_series_id=%d" % int(pub_series_id)
=> 1665         db.query(query)
   1666         result = db.store_result()
   1667         row = result.fetch_row()
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 trans_pub_series_name from trans_pub_series where pub_series_id=9253'
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query='select trans_pub_series_name from trans_pub_series where pub_series_id=9253')
    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 trans_pub_series_name from trans_pub_series where pub_series_id=9253'

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