• Deutsch
  • English
  • Anmeldung OTOBO Community
+49 (0)9427 68 39 000
OTOBO
  • SOFTWARE
    • Software | Überblick
    • IT Service Management
    • Customer Service Management
    • Enterprise Service Management
    • Demo
    • Download
    • Dokumentation
  • SERVICES
    • Überblick Services
    • Beratung
    • Training
    • Entwicklung
    • OTRS Migration zu OTOBO
    • Support
    • Managed Service
    • Support-Portal
  • UNTERNEHMEN
    • Über uns
    • Karriere
    • Partner
    • Kontakt
    • Newsletter
  • RESSOURCEN
  • COMMUNITY
    • Open Source
    • Community Forum
    • Download
    • Dokumentation
    • OTOBO übersetzen
  • Click to open the search input field Click to open the search input field Suche
  • Menü Menü
Topic Resolution: Answered
Ansicht von 8 Antwort-Threads
  • Autor
    Beiträge
    • 5. Februar 2021 um 15:44 Uhr - Views: 1290 #10836
      Answered
      Martin Dvorsky
      Teilnehmer

        Hello,

        I am trying to perform migration from OTRS Community to OTOBO using Docker.

        I used migration guide from your docs, but got stuck on step 4. After I navigate to http://OTOBO-IP/otobo/migration.pl, I see migration instructions, but no Next button or anything else (see screenshot). What could be the problem?

        Thanks.

         

      • 9. Februar 2021 um 12:32 Uhr #10846
        Yannick Wysocki
        Teilnehmer

          Hi Martin,

           

          I’ve had the exact same problem when trying the migration for the first time.

          As I was Troubleshooting and comparing source with target system, I realized that my OTRS source system has had a certificate for SSL/TLS installed and my target OTOBO system in docker didn’t have one yet.

          So, I implemented the certificate for SSL/TLS (steps found in OTOBO installation manual for docker)….. and sure enough, I suddenly was shown a „Next“ button when opening the migration page via HTTPS protocol.

           

          I hope this helps you :)

           

          Have a great day!!

          Yannick

          • Diese Antwort wurde vor 2 Jahren, 3 Monaten von Marc Nilius geändert.
        • 11. Februar 2021 um 9:37 Uhr #10855
          Martin Dvorsky
          Teilnehmer

            Hi Yannick,

            thank you for your reply.

            However, we don’t use SSL/TLS or Nginx reverse proxy neither in source OTRS system, nor in destination Otobo system. We use dedicated reverse proxy server which handles SSL/TLS, but while migrating we accessed Otobo migration page directly, not via reverse proxy server.

            Thank you anyway, I will try to look into this more.

          • 11. Februar 2021 um 9:46 Uhr #10856
            Sven Oesterling
            Administrator

              Hey Martin,

              I think we have a bug there, which is specific to docker (or rather psgi) and http. I have not fully confirmed it – please wait till next week, I will then send an update.

              Best regards, Sven

            • 15. Februar 2021 um 13:56 Uhr #10880
              Sven Oesterling
              Administrator

                Hello Martin,

                we fixed a bug, where this could occur with psgi and http. Please try if it works after updating to OTOBO 10.0.8.

                Best regards, Sven

              • 17. Februar 2021 um 13:40 Uhr #10899
                Martin Dvorsky
                Teilnehmer

                  Hi Sven,

                  thank you for these great news. I will try it as soon as possible and let you know if it’s fixed.

                  Best regards

                • 17. März 2021 um 22:10 Uhr #11096
                  Martin Dvorsky
                  Teilnehmer

                    Hi Sven and others,

                    sorry it took me the entire month to try it out, but I was very busy with other stuff.

                    Anyways, I updated Otobo to the latest version and migration page now works as it should. Thanks for the fix.

                    However, after the migration I can’t login into agent and customer portal. In agent portal the login button is grayed out and any link or button is unresponsive even in customer portal. I see these errors in browser console:

                     

                    CommonJS_bd6f5fc717040faaa2b99b5f55ffb0df.js:1 Uncaught ReferenceError: jQuery is not defined
                    at CommonJS_bd6f5fc717040faaa2b99b5f55ffb0df.js:1
                    (anonymous) @ CommonJS_bd6f5fc717040faaa2b99b5f55ffb0df.js:1

                    TranslationJS_en_fc4f72148666e5884731dafbb9978b49.js:2 Uncaught TypeError: Cannot read property ‚Load‘ of undefined
                    at TranslationJS_en_fc4f72148666e5884731dafbb9978b49.js:2
                    (anonymous) @ TranslationJS_en_fc4f72148666e5884731dafbb9978b49.js:2

                    TemplateJS_d58ce399efffe18b0b40718d620fc7ca.js:2 Uncaught TypeError: Cannot read property ‚Load‘ of undefined
                    at TemplateJS_d58ce399efffe18b0b40718d620fc7ca.js:2
                    (anonymous) @ TemplateJS_d58ce399efffe18b0b40718d620fc7ca.js:2

                    ModuleJS_e2df7a35d5b1e982bb1f3d937d057d47.js:1 Uncaught TypeError: Cannot read property ‚CheckDependency‘ of undefined
                    at ModuleJS_e2df7a35d5b1e982bb1f3d937d057d47.js:1
                    at ModuleJS_e2df7a35d5b1e982bb1f3d937d057d47.js:8
                    (anonymous) @ ModuleJS_e2df7a35d5b1e982bb1f3d937d057d47.js:1
                    (anonymous) @ ModuleJS_e2df7a35d5b1e982bb1f3d937d057d47.js:8

                    customer.pl:387 Uncaught TypeError: Cannot read property ‚ExecuteInit‘ of undefined
                    at customer.pl:387
                    (anonymous) @ customer.pl:387

                    customer.pl:407 Uncaught TypeError: Core.App.Ready is not a function
                    at customer.pl:407
                    (anonymous) @ customer.pl:407

                    customer.pl:419 Uncaught TypeError: Core.App.Ready is not a function
                    at customer.pl:419
                    (anonymous) @ customer.pl:419

                     

                    Of course I tried incognito mode, deleting cookies, trying different browser, restarting Otobo host etc…

                    Migration itself went pretty smoothly, except on 4/5 step it showed well known popup saying I was disconnected from the server and if I wanted to stay on page or reload, and that was the end of the migration. Maybe it imported disabled SecureMode config from OTRS, so making the migration page unavailable and kicking me out? Idk, just guessing.

                    Any ideas what could be the problem? Thank you for your help.

                  • 18. März 2021 um 7:58 Uhr #11098
                    Best Answer
                    Sven Oesterling
                    Administrator

                      Hi Martin,

                      this is very likely because of an old jquery version being referenced in a SysConfig setting. Normally this should be adapted automatically, but maybe there was a problem with deploying the SysConfig settings, or you had changes in your OTRS settings, I’m not 100% sure what causes this, but I have encountered it before. From the command line please try the following:

                      bin/otobo.Console.pl Admin::Config::Update --setting-name 'Loader::Agent::CommonJS###000-Framework' --reset

                      This should fix it. You should then have a look at that setting in your SysConfig on the OTRS, just to check, whether you made manual changes to it (there would be a grey stripe on the side of this setting). If that is the case, you would have to reintroduce them on the OTOBO system per hand.

                      Best regards, Sven

                       

                    • 18. März 2021 um 16:55 Uhr #11109
                      Martin Dvorsky
                      Teilnehmer

                        Hi Sven,

                        thank you very much for the help. You were right, I had this setting modified in the original OTRS SysConfig, even though I have no idea when or why I did it.

                        Anyway, agent and customer interfaces are working as they should. Only a few tweaks to do on my side and migration is complete. I have a few more unrelated questions, but I will create separate threads for them.

                        Thank you again, I am glad I have chosen Otobo with this great support staff.

                    • Autor
                      Beiträge
                    Ansicht von 8 Antwort-Threads
                    • Du musst angemeldet sein, um auf dieses Thema antworten zu können.

                    Foren durchsuchen

                    Anmeldung

                    Anmeldung

                    Konto erstellen
                    Passwort vergessen?

                    Login via Social

                    Profil

                    Bitte vervollständigen Sie nach der Registrierung Ihr Profil, das vereinfacht die spätere Kommunikation enorm. Ihre Profileinstellung finden Sie, wenn Sie auf Ihr Avatarbild klicken.

                    Sie können Ihren Avatar ändern, indem Sie sich mit Ihrer E-Mail-Adresse unter gravatar.com registrieren.

                    Letzte Aktivitäten

                    • Mandantenfähigkeit
                    • Dynamische Felder in AgentTicketNote mit ACL verstecken
                    • FAQ: kaputtes Copy & Paste von Bildern zwischen Artikeln
                    • Benachrichtigung „Ticket wurde mir entzogen“ möglich?
                    • Statistik Anzahl Tickets pro Agent

                    Unternehmen

                    Über uns
                    Karriere
                    Stellenbörse
                    Partner werden
                    Kontakt
                    Newsletter

                    OTOBO | Simplify work and create exceptional service experiences.

                    Die Source Code Owner und Maintainer hinter OTOBO.

                    Software

                    Service Management-Plattform
                    OTOBO Demo
                    OTOBO Download
                    OTOBO Dokumentation

                    Security-Problem melden:
                    security@otobo.org

                    Services

                    Support-Portal
                    Beratung
                    Training
                    Support
                    Managed Services
                    Erweiterung
                    OTRS Migration
                    Partner finden

                    Community

                    Open Source
                    Community Forum
                    Mitmachen
                    OTOBO Developer
                    OTOBO@GitHub

                    © 2026 Rother OSS GmbH | All rights reserved.
                    • Cookie-Einstellungen
                    • Impressum
                    • Datenschutz
                    • Haftungsausschluss
                    Nach oben scrollen Nach oben scrollen Nach oben scrollen