MYI error can be repaired
For the record, here if you get an error like this...
Notice: Undefined variable: ADODB_LASTDB in /home/sierra/public_html/sustainable/lib/tikidblib.php on line 134
Warning: error: Can't open file: 'tiki_pages.MYI' (errno: 145) in query:
select `page_ref_id` from `tiki_structures` ts, `tiki_pages` tp where ts.`page_id`=tp.`page_id` and (`parent_id` is null or `parent_id`=0) and `pageName`=?
-
It means your table 'tiki_pages' is corrupted and needs to be repaired. With some luck you can easily repair the table using phpMyAdmin > Operations > Repair Table
Hope that helps
-jd -