From: Kevin <ke...@dr...> - 2005-12-07 05:33:27
|
Andrew Turner (nilspace) wrote: >Has anyone else tested out the new install.php I made. We need to make >sure that it allows users to safely upgrade to the FoFRedux without >losing their data - though we can also recommend people doing an OPML >export/import. > > > When I do a clean install, I get this error. /Creating indexes... Can't create index in table frt_items. MySQL says: *Key column 'flag' doesn't exist in table*/ Suggestion: What if the install page presented a menu of options before doing anything. It would really simplify things if the user explicity specified what should be done: * clean install (throw error if any tables exist) * upgrade FoF tables (alter tables to match new schema) * migrate data from FoF tables (leaving original tables intact) * upgrade from previous FoFr version (not necessary initially) cheers, Kevin |