Issues upgrading from 6.0.39 to 6.0.40

Moderator: crythias

Post Reply
tmeader
Znuny newbie
Posts: 5
Joined: 25 Mar 2022, 16:23
Znuny Version: 6.0.39
Real Name: Tim Meader

Issues upgrading from 6.0.39 to 6.0.40

Post by tmeader »

I'm seeing some odd problems that I've never encountered before in any OTRS 6.x or Znuny 6.x upgrades. The rpm -U package upgrade appears to work fine going from 6.0.39 to 6.0.40. Upon attempting to log into the newly updated Znuny however, I'm encountering an error of:

"Namespace Core.UI.Datepicker could not be initialized, because jQuery UI datepicker could not be found."

in a pop-up dialog. If I click "OK" on that dialog, then I'm presented with another pop-up stating:

"An error occurred! Please check the browser error log for more details!"

I can click okay on this dialog, but then can't proceed any further. Unable to login at all. The browser error logs (or the local znuny/OTRS log) don't appear to show any errors stemming from these warnings.

Any ideas?

Thanks in advance.
Last edited by tmeader on 26 Mar 2022, 02:18, edited 1 time in total.
root
Administrator
Posts: 3934
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Issues upgrading from 6.0.39 to 6.0.40

Post by root »

Hi Tim,

Please make sure that you have cleared your browser cache and executed these command with the application user:

Code: Select all

bin/otrs.Console.pl Maint::Loader::CacheCleanup
bin/otrs.Console.pl Maint::Loader::CacheGenerate
If it happens that you have the addon Znuny4OTRS-Repo installed please execute also

Code: Select all

bin/otrs.Console.pl Znuny4OTRS::Repo::Admin::Config::MissingFiles
- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
tmeader
Znuny newbie
Posts: 5
Joined: 25 Mar 2022, 16:23
Znuny Version: 6.0.39
Real Name: Tim Meader

Re: Issues upgrading from 6.0.39 to 6.0.40

Post by tmeader »

Unfortunately, I've tried all those steps (thank you) but the problem persists.

Znuny4OTRS::Repo::Admin::Config::MissingFiles produced the following output:

The following css/js files are missing:
$VAR1 = {};
Please verify the results with a developer before you fix it. A reason could be e.g. a custom development package.

I've even tried first removing the Znuny4OTRS package completely on 6.0.39 before attempting the 6.0.40 upgrade. Still no difference, same errors.

Any other possible ideas?

Thank you in advance.
skullz
Znuny superhero
Posts: 618
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: Issues upgrading from 6.0.39 to 6.0.40

Post by skullz »

Did you executed migration script DBUpdate-to-6.pl?
tmeader
Znuny newbie
Posts: 5
Joined: 25 Mar 2022, 16:23
Znuny Version: 6.0.39
Real Name: Tim Meader

Re: Issues upgrading from 6.0.39 to 6.0.40

Post by tmeader »

We are already on a working install of 6.0.39. Is there a need to run DBupdate for a 0.0.01 point release?
root
Administrator
Posts: 3934
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Issues upgrading from 6.0.39 to 6.0.40

Post by root »

tmeader wrote: 28 Mar 2022, 17:45 We are already on a working install of 6.0.39. Is there a need to run DBupdate for a 0.0.01 point release?
HI,

Yes, as also written in the manual it's required.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
tmeader
Znuny newbie
Posts: 5
Joined: 25 Mar 2022, 16:23
Znuny Version: 6.0.39
Real Name: Tim Meader

Re: Issues upgrading from 6.0.39 to 6.0.40

Post by tmeader »

Thanks. Didn't have web access to the manual (site wasn't coming up). This did fix it for me though. Much appreciated.
felipyaraujo
Znuny newbie
Posts: 2
Joined: 16 Feb 2022, 20:22
Znuny Version: 6.0.1
Real Name: Felipy Araujo

Re: Issues upgrading from 6.0.39 to 6.0.40

Post by felipyaraujo »

Estou com o mesmo problema, fiz todos os passos informados aqui e mesmo assim não resolveu.

Namespace Core.UI.Datepicker could not be initialized, because jQuery UI datepicker could not be found.
An error occurred! Please check the browser error log for more details!

esses erros perssitem. Me ajudem.
Post Reply