From: SourceForge.net <no...@so...> - 2004-12-11 22:23:19
|
Bugs item #1083624, was opened at 2004-12-11 16:23 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1083624&group_id=81260 Category: Database Group: None Status: Open Resolution: None Priority: 8 Submitted By: Greg Meiste (blindman1344) Assigned to: Nobody/Anonymous (nobody) Summary: Uninstall bug with phpWebSite 0.10.0 Initial Comment: I've got good news and bad news. The good news is that not a single person has uninstalled the module in phpWebSite 0.10.0. The bad news is that if someone does, it will hose their site hardcore. I discovered this problem on a development site and not a public site (thank God). uninstall.php has the following lines: // Remove search registry for old core if($GLOBALS['core']->version < '0.9.3-2') It's still using the old version check. It creates a false positive, and tries to remove the module from the non-existant search table. It dies of course, and now the module is only half uninstalled. Of course, the site no longer loads because it still expects the module to be there. Ewwww. Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=562402&aid=1083624&group_id=81260 |