Little OTRS 5 migration problem

Moderator: crythias

Locked
Niels2570
Znuny newbie
Posts: 20
Joined: 16 May 2011, 15:11
Znuny Version: 3.3.11
Real Name: Niels

Little OTRS 5 migration problem

Post by Niels2570 »

Hi,

Last week I've migrated from OTRS 4.0.15 to 5.0.6, I thought everything went fine until I noticed that when I'm in a ticket and
hover with my mouse over the dropdown menu People or the Miscellaneous menu option that this isn't working :-( ,
the dropdown menu isn't showing ?
Screenshot-1.png
I don't have any errors in my logs, did I perhaps forget something or is there some parameter not activated ?

Regards,
Niels
You do not have the required permissions to view the files attached to this post.
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Little OTRS 5 migration problem

Post by reneeb »

Open the developer tools of your browser (F12 or Ctrl+Shift+i) and check the javascript console. This seems to be a JavaScript issue...
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Niels2570
Znuny newbie
Posts: 20
Joined: 16 May 2011, 15:11
Znuny Version: 3.3.11
Real Name: Niels

Re: Little OTRS 5 migration problem

Post by Niels2570 »

I've just tried that and I see no errors in the developer tools.
wurzel
Znuny guru
Posts: 3274
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: Little OTRS 5 migration problem

Post by wurzel »

Hi,

delete all otrs caches on the linux machine and on your browser, and check sysconfig MenuModule (+ reset settings to default)

should work fine

Florian
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.
Niels2570
Znuny newbie
Posts: 20
Joined: 16 May 2011, 15:11
Znuny Version: 3.3.11
Real Name: Niels

Re: Little OTRS 5 migration problem

Post by Niels2570 »

Hi Florian,

I have already removed the cache, did a stop/start, removed my cache from the browser.

Code: Select all

-bash-4.2$ /opt/otrs/bin/otrs.Console.pl Maint::Cache::Delete
Deleting cache...
Done.
-bash-4.2$  /opt/otrs/bin/otrs.Console.pl Maint::Session::DeleteAll
Deleting all sessions...
  0a3dIoWhaZRLwks9OupIKLalrxVQ4Bdg
  YwtdbsqU20L8FLfcDPJnVtawjmLuP1r6
Done.
In SysConfig I don't see any reset setting to default, when I search for MenuModule I get 4 results
Screenshot.png
In all of them I just did an update, afterwards I've stopped and started the system again, but nothing changed ;-(
I also tried from different browsers but the problem stays there ;(

Regards,
Niels
You do not have the required permissions to view the files attached to this post.
Niels2570
Znuny newbie
Posts: 20
Joined: 16 May 2011, 15:11
Znuny Version: 3.3.11
Real Name: Niels

Re: Little OTRS 5 migration problem

Post by Niels2570 »

The error is related to the file ZZZAuto.pm, I installed a new OTRS 5 and saw that this one was much smaller than mine.

When I replaced it and restarted it, it was working.
Locked