ERROR: Table 'imeta_userarticles.ams_sections' doesn't exist
---
SELECT * FROM ams_sections WHERE section_state > 0
---
2009-07-02 21:34:25 (EDT)
/index.php
2
Warning
mysql_fetch_array(): supplied argument is not a valid MySQL result resource
/hsphere/local/home/imeta/factsvault.com/code/db_mysql.php
126
Table 'imeta_userarticles.ams_sections' doesn't existERROR: Table 'imeta_userarticles.ams_options' doesn't exist
---
SELECT option_name, option_value FROM ams_options WHERE (option_section_id = 0 OR option_section_id = 1) AND option_autoload = 1
---
2009-07-02 21:34:26 (EDT)
/index.php
2
Warning
mysql_fetch_array(): supplied argument is not a valid MySQL result resource
/hsphere/local/home/imeta/factsvault.com/code/db_mysql.php
126
Table 'imeta_userarticles.ams_options' doesn't existERROR: Table 'imeta_userarticles.ams_options' doesn't exist
---
DELETE FROM ams_options WHERE option_name = 'CategoryTree' LIMIT 1
---
ERROR: Table 'imeta_userarticles.ams_options' doesn't exist
---
DELETE FROM ams_options WHERE option_name = 'Categories' LIMIT 1
---
ERROR: Table 'imeta_userarticles.ams_options' doesn't exist
---
DELETE FROM ams_options WHERE option_name = 'PageTree' LIMIT 1
---
ERROR: Table 'imeta_userarticles.ams_options' doesn't exist
---
DELETE FROM ams_options WHERE option_name = 'Pages' LIMIT 1
---
ERROR: Table 'imeta_userarticles.ams_options' doesn't exist
---
DELETE FROM ams_options WHERE option_name = 'CategoryTree' LIMIT 1
---
ERROR: Table 'imeta_userarticles.ams_options' doesn't exist
---
DELETE FROM ams_options WHERE option_name = 'Categories' LIMIT 1
---
ERROR: Table 'imeta_userarticles.ams_options' doesn't exist
---
DELETE FROM ams_options WHERE option_name = 'PageTree' LIMIT 1
---
ERROR: Table 'imeta_userarticles.ams_options' doesn't exist
---
DELETE FROM ams_options WHERE option_name = 'Pages' LIMIT 1
---
ERROR: Table 'imeta_userarticles.ams_sections' doesn't exist
---
UPDATE ams_sections SET
section_stats = 'a:10:{s:14:\"category_count\";i:0;s:24:\"category_count_inclusive\";i:0;s:13:\"article_count\";s:5:\"97604\";s:21:\"article_count_pending\";s:4:\"1609\";s:22:\"article_count_declined\";s:1:\"0\";s:19:\"article_count_draft\";s:1:\"0\";s:13:\"comment_count\";s:1:\"3\";s:21:\"comment_count_pending\";s:3:\"480\";s:22:\"comment_count_declined\";s:1:\"0\";s:10:\"user_count\";s:5:\"14480\";}'
WHERE section_id = 1 LIMIT 1
---