Hello, I'm using a brand new install of OTRS 3.2.11 on CentOS 6 x86_64. I've noticed that I don't have that navigation icon bar appearing on my screen in the upper left hand side like the screenshots in the manual. What could be the cause of this?
Thanks,
Matt
Navigation icon bar missing
Moderator: crythias
-
- Znuny newbie
- Posts: 5
- Joined: 02 Nov 2013, 23:01
- Znuny Version: 3.2.11
- Real Name: Matt
-
- Znuny newbie
- Posts: 5
- Joined: 02 Nov 2013, 23:01
- Znuny Version: 3.2.11
- Real Name: Matt
Re: Navigation icon bar missing
Everything else seems to work as I can create tickets and customers.
Re: Navigation icon bar missing
Hi,
check your sysconfig options for these icons.
Flo
check your sysconfig options for these icons.
Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
-
- Znuny newbie
- Posts: 5
- Joined: 02 Nov 2013, 23:01
- Znuny Version: 3.2.11
- Real Name: Matt
Re: Navigation icon bar missing
What particular part of the SysConfig do I need to look at? Also, I installed the OTRS ITSM stuff and I managed to get most of it installed w/o issue. These three modules errored out: ITSMChangeManagement, ITSMConfigurationManagement, and ITSMIncidentProblemManagement. Here is an example of the error for ITSMConfigurationManagement:
Backend ERROR: OTRS-CGI-10 Perl: 5.10.1 OS: linux Time: Sun Nov 3 22:22:54 2013 Message: MySQL server has gone away, SQL: 'SELECT COUNT(DISTINCT(st.id)) FROM ticket st INNER JOIN queue sq ON sq.id = st.queue_id WHERE 1=1 AND st.ticket_state_id IN ( 6 ) AND st.ticket_lock_id IN (2,3) AND st.user_id IN (1) AND st.ticket_state_id IN (6, 7,
AND st.until_time <= 1383506514 LIMIT 10000' RemoteAddress: 127.0.0.1 RequestURI: /otrs/index.pl Traceback (1391): Module: Kernel::System::TicketSearch::TicketSearch (OTRS 3.2.11) Line: 1799 Module: Kernel::Output::HTML::ToolBarTicketLocked::Run (OTRS 3.2.11) Line: 60 Module: Kernel::Output::HTML::Layout::Header (OTRS 3.2.11) Line: 1527 Module: Kernel::Output::HTML::Layout::ErrorScreen (OTRS 3.2.11) Line: 1221 Module: Kernel::Modules::AdminPackageManager::_InstallHandling (OTRS 3.2.11) Line: 1605 Module: Kernel::Modules::AdminPackageManager::Run (OTRS 3.2.11) Line: 700 Module: Kernel::System::Web::InterfaceAgent::Run (OTRS 3.2.11) Line: 863 Module: ModPerl::ROOT::ModPerl::Registry::opt_otrs_bin_cgi_2dbin_index_2epl::handler (unknown version) Line: 41 Module: (eval) (v1.99) Line: 204 Module: ModPerl::RegistryCooker::run (v1.99) Line: 204 Module: ModPerl::RegistryCooker::default_handler (v1.99) Line: 170 Module: ModPerl::Registry::handler (v1.99) Line: 31
Your assistance will be very much appreciated! OTRS is very impressive so far!
Backend ERROR: OTRS-CGI-10 Perl: 5.10.1 OS: linux Time: Sun Nov 3 22:22:54 2013 Message: MySQL server has gone away, SQL: 'SELECT COUNT(DISTINCT(st.id)) FROM ticket st INNER JOIN queue sq ON sq.id = st.queue_id WHERE 1=1 AND st.ticket_state_id IN ( 6 ) AND st.ticket_lock_id IN (2,3) AND st.user_id IN (1) AND st.ticket_state_id IN (6, 7,

Your assistance will be very much appreciated! OTRS is very impressive so far!
-
- Znuny newbie
- Posts: 5
- Joined: 02 Nov 2013, 23:01
- Znuny Version: 3.2.11
- Real Name: Matt
Re: Navigation icon bar missing
Okay, I figured out what went wrong with the ITSM stuff. I increased the max_allowed_packets in MySQL to be 20M as per the suggestion in the readme. All ITSM modules are installed but still no Navigation Icons in the upper left.
Re: Navigation icon bar missing
some of the symbols are dynamic. So they are just shown if needed (like number of locked tickets). Some others can be switched on via sysconfig (search for toolbar)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 5
- Joined: 02 Nov 2013, 23:01
- Znuny Version: 3.2.11
- Real Name: Matt
Re: Navigation icon bar missing
This worked perfectly! Thanks to everyone for their input!