From: Kevin <ke...@dr...> - 2005-11-19 03:17:45
|
A few issues. 1) I got an error on install.php where it was trying to create a table with an empty name. I had to add this line to init.php. $FOF_X_CATEGORY_FEED_TABLE = FOF_X_CATEGORY_FEED_TABLE; 2) Now i get this error when trying to view index.php Warning: main(panel.php) [function.main <http://www/%7Ekev/fofr_cvs/function.main>]: failed to open stream: No such file or directory in /data1/home/kev/WWW/fofr_cvs/index.php on line 23 3) on this page: menu.php?view=frames, The add feeds link has a typeo. '&' when it should be '?' 4) when I click on "view today's items" I get this error: Cannot query database. Have you run install.php <http://www/%7Ekev/fofr_cvs/install.php>? MySQL says: Unknown column 'category_description' in 'field list' 5) when clicking any links in the upper left frame, the target is that frame instead of the right frame. Looks good, thought. -Kevin |