Skip Menu |

This queue is for tickets about the RT-Extension-ConfigInDatabase CPAN distribution.

Report information
The Basics
Id: 132415
Status: resolved
Priority: 0/
Queue: RT-Extension-ConfigInDatabase

People
Owner: Nobody in particular
Requestors: scott [...] ubergeekinc.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Missing Database objects
Date: Thu, 23 Apr 2020 17:17:25 -0700
To: bug-RT-Extension-ConfigInDatabase [...] rt.cpan.org
From: Scott Howard <scott [...] ubergeekinc.com>
Installed as per directions, when I launch RT4 after installation I see this in the logs. [24212] [Fri Apr 24 00:12:33 2020] [warning]: DBD::mysql::st execute failed: Table 'rt4.RTxDatabaseSettings' doesn't exist at /usr/share/perl5/DBIx/SearchBuilder/Handle.pm line 586. (/usr/share/perl5/DBIx/SearchBuilder/Handle.pm:586) [24212] [Fri Apr 24 00:12:33 2020] [warning]: RT::Handle=HASH(0x55ee19c68a98) couldn't execute the query 'SELECT main.* FROM RTxDatabaseSettings main WHERE (main.Disabled = '0') ORDER BY main.id ASC ' at /usr/share/perl5/DBIx/SearchBuilder/Handle.pm line 599. DBIx::SearchBuilder::Handle::SimpleQuery(RT::Handle=HASH(0x55ee19c68a98), "SELECT main.* FROM RTxDatabaseSettings main WHERE (main.Disa"...) called at /usr/share/perl5/DBIx/SearchBuilder.pm line 241 DBIx::SearchBuilder::_DoSearch(RT::DatabaseSettings=HASH(0x55ee1d2349f0)) called at /opt/rt4/sbin/../lib/RT/SearchBuilder.pm line 988 RT::SearchBuilder::_DoSearch(RT::DatabaseSettings=HASH(0x55ee1d2349f0)) called at /usr/share/perl5/DBIx/SearchBuilder.pm line 513 DBIx::SearchBuilder::Next(RT::DatabaseSettings=HASH(0x55ee1d2349f0)) called at /opt/rt4/local/plugins/RT-Extension-ConfigInDatabase/lib/RT/Extension/ConfigInDatabase.pm line 148 RT::Extension::ConfigInDatabase::LoadConfigFromDatabase("RT::Extension::ConfigInDatabase") called at /opt/rt4/local/plugins/RT-Extension-ConfigInDatabase/lib/RT/Extension/ConfigInDatabase.pm line 135 require RT/Extension/ConfigInDatabase.pm called at /opt/rt4/sbin/../lib/RT.pm line 775 eval ' #line 775 "/opt/rt4/sbin/../lib/RT.pm" CORE::require($file); ' called at /usr/local/share/perl/5.26.1/UNIVERSAL/require.pm line 99 UNIVERSAL::require("RT::Extension::ConfigInDatabase") called at /opt/rt4/sbin/../lib/RT.pm line 775 RT::InitPlugins() called at /opt/rt4/sbin/../lib/RT.pm line 204 RT::Init("RT", "Heavy", 1) called at /opt/rt4/sbin/rt-server line 126 (/usr/share/perl/5.26/Carp.pm:170) W. Scott Howard Uber Geek Inc (208) 953-1739
On Thu Apr 23 20:17:43 2020, scott@ubergeekinc.com wrote: Show quoted text
> Installed as per directions, when I launch RT4 after installation I > see > this in the logs.
Hi Scott, There is one extra step not currently in the installation instructions: make initdb That should create the new table the extension needs. Jim