Hi all,
I have a Drupal 4.68 site that used to run (last year) on a site where it had a database prefix of kri (as per settings.php)
I moved to a different hostig co and a database prefix was no longer required. I exported a dump of the old database tables and through a search/replace removed all "kri_" references in the SQL tables at the time. I installed a new set of Drupal installation files on the new ISP and omitted a database prefix in settings.php. After restoring the modified data the site worked.
Now I have literally hundreds of errors in this format:
detailsType php
Date Wednesday, July 26, 2006 - 14:15
User visitor
Location /crisis?PHPSESSID=.....ID omitted
Message Table 'krooninf_krooni.kri_node' doesn't exist query: SELECT kri_node.title, kri_node.nid FROM kri_node INNER JOIN kri_term_node ON kri_node.nid = kri_term_node.nid WHERE kri_term_node.tid = 180 LIMIT 1000 in /home/.../public_html/includes/database.mysql.inc on line 66.
Severity error
Ok, in the above example the prefix is back, yet it does not appear in settings.php. I searched in places such as the variable table, but my knowledge of the innards of Drupal is not yet good enough to know where else to search.
FWIW - I have cleared the cache table many times since installation, including today. Also under sites there is only one setting, the default site.
Any help will be apprecia