ISFDB banner

Title: Harper's Ferry

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

Title: Harper's Ferry Title Record # 2160703
Author: Vonnie Winslow Crist
Date: 2011-03-00
Variant Title of: Harpers Ferry (2002) [may list more publications, awards, reviews, votes and covers]
Type: POEM --> -->
 
 
<class 'MySQLdb._exceptions.ProgrammingError'>
Python 2.7.18: /usr/bin/python
Sat May 4 19:06:51 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/title.cgi in <module>()
    347 
    348         # Webpages
=>  349         webpages = SQLloadTitleWebpages(int(title_id))
    350         PrintWebPages(webpages, '<br>')
    351 
webpages undefined, SQLloadTitleWebpages = <function SQLloadTitleWebpages>, builtin int = <type 'int'>, title_id = 2160703
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in SQLloadTitleWebpages(title_id=2160703)
   1843 def SQLloadTitleWebpages(title_id):
   1844         query = "select url from webpages where title_id=%d" % int(title_id)
=> 1845         return _OneField(query)
   1846 
   1847 def SQLloadPubWebpages(pub_id):
global _OneField = <function _OneField>, query = 'select url from webpages where title_id=2160703'
 /home/stoecker/isfdb/install/cgi-bin/SQLparsing.py in _OneField(query='select url from webpages where title_id=2160703')
     53 
     54 def _OneField(query):
=>   55         db.query(query)
     56         result = db.store_result()
     57         record = 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 url from webpages where title_id=2160703'
 /usr/lib64/python2.7/site-packages/MySQLdb/connections.py in query(self=<_mysql.connection open to '127.0.0.1'>, query='select url from webpages where title_id=2160703')
    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 url from webpages where title_id=2160703'

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