[Openfirst-cvscommit] [Bug 124] Automated Bug Report - config
Brought to you by:
xtimg
From: <bug...@we...> - 2004-08-01 03:12:02
|
http://bugzilla.openfirst.org/show_bug.cgi?id=124 ti...@op... changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ti...@op... 2004-07-31 22:11 ------- Here's some more details: This bug occurs if an administrator accesses the modules.php file before there are any modules installed (using install.php). To fix, modules.php must first check whether the table it uses already exists. Doing this requires that dbase.php (in base/config) have wrappers added for http://ca2.php.net/manual/en/function.mysql-list-tables.php and its equivalents in the other database types. This wrapper function must then be used in modules.php to detect whether or not any modules have been installed. If no modules have been installed, then a message should be given that components must be installed using the Module Installer before they can be administrated. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. You reported the bug, or are watching the reporter. |