Bug #1794
Delete hard coded "centreon" database name in SQL uninstall and install script on Frontend
| Status: | Closed | Start: | 06/04/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Installation | Spent time: | 0.10 hours | |
| Target version: | Centreon-Syslog 1.3.2 | |||
| Resolution: | fixed |
Description
DB Error : UPDATE `centreon`.`topology` SET `topology_url` = './modules/Syslog/include/administration/formSyslogAdmin.php' WHERE `topology`.`topology_url` ='./modules/Syslog/syslog_options.php' LIMIT 1 ; [nativecode=1146 ** Table 'centreon.topology' doesn't exist]
DB Error : UPDATE `centreon`.`topology` SET `topology_url_opt` = '&o=f' WHERE `topology`.`topology_url` ='./modules/Syslog/include/administration/formSyslogAdmin.php' LIMIT 1 ; [nativecode=1146 ** Table 'centreon.topology' doesn't exist]
DB Error : UPDATE `centreon`.`topology` SET `topology_url` = './modules/Syslog/include/monitoring/syslog.php' WHERE `topology`.`topology_url`='./modules/Syslog/view/syslog.php' LIMIT 1 ; [nativecode=1146 ** Table 'centreon.topology' doesn't exist]
DB Error : UPDATE `centreon`.`topology` SET `topology_url` = 'modules/Syslog/include/monitoring/syslog.php' WHERE `topology`.`topology_page` =204 LIMIT 1 ; [nativecode=1146 ** Table 'centreon.topology' doesn't exist]
DB Error : UPDATE `centreon`.`topology` SET `topology_url` = 'modules/Syslog/include/monitoring/syslog.php' WHERE `topology`.`topology_page` =20401 LIMIT 1 ; [nativecode=1146 ** Table 'centreon.topology' doesn't exist]
DB Error : UPDATE `centreon`.`topology` SET `topology_url` = 'modules/Syslog/include/search/syslog_search.php' WHERE `topology`.`topology_page` =20402 LIMIT 1 ; [nativecode=1146 ** Table 'centreon.topology' doesn't exist]
History
Updated by Laurent Pinsivy 94 days ago
- Status changed from Assigned to Solved
- % Done changed from 0 to 100
- Resolution set to fixed
Revision r415