Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    kopano webapp mdm plugin error 500

    Kopano WebApp
    3
    7
    330
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User
      A Former User last edited by

      Hi All,

      When i install mdm plugin and enable it afer login i get error 500. Where is the plugin looking for? I told in the config where my zpush server is.

      Still i get the 500 error?

      1 Reply Last reply Reply Quote 0
      • AnotherAndy
        AnotherAndy last edited by

        hi @ckruijntjens
        can you please provide some more information.
        What kopano version, z-push version, OS ?
        All plugins are located in /usr/share/kopano-webapp/plugins
        When do you get the error? while using z-push or the webapp?
        br

        A Former User 1 Reply Last reply Reply Quote 0
        • A Former User
          A Former User @AnotherAndy last edited by

          @AnotherAndy

          Hi i am sorry,

          I use latest versions of all.

          WebApp:
          4.0.2740+1614.1
          Kopano Core:
          10.0.4
          z-push
          2.5.2+0-0

          z-push is on a different server then kopano. In the config.php of mdm i entered the ip of my zpush server.

          Then when i login in the kopano webapp i get a error 500

          A Former User 1 Reply Last reply Reply Quote 0
          • A Former User
            A Former User @Guest last edited by

            @AnotherAndy

            Now i dont got the 500 error anymore. however if i access the mdm module inside webapp it can not find my z-push server?

            this is my config.

            <?php
            define('PLUGIN_MDM_USER_DEFAULT_ENABLE_MDM', true);
            define('PLUGIN_MDM_SERVER', '192.168.2.6');
            define('PLUGIN_MDM_SERVER_SSL', true);
            ?>```
            
            Also tried without ssl.
            1 Reply Last reply Reply Quote 0
            • AnotherAndy
              AnotherAndy last edited by

              Hi,
              but 192.168.2.6 is a private IP - or is this just symbolic?
              Can you browse https://<ip>/Microsoft-Server-ActiveSync ?

              How does your setup look like?
              Z-Push needs several PHP Mods and a webserver:
              https://wiki.z-hub.io/display/ZP/Installation+from+source

              br
              Andreas

              A Former User 1 Reply Last reply Reply Quote 0
              • A Former User
                A Former User @AnotherAndy last edited by

                @AnotherAndy

                hi.

                if i use the ip adres it is not working. i change it to my real www adres. If i enter this in my browser after login i get the zpush landing page.

                However the mdm module still telling me it can not find the z-push server?

                fbartels 1 Reply Last reply Reply Quote 0
                • fbartels
                  fbartels Kopano @Guest last edited by

                  @ckruijntjens said in kopano webapp mdm plugin error 500:

                  if i use the ip adres it is not working

                  yes, that is most probably because you have set PLUGIN_MDM_SERVER_SSL to true, but the certificate that you are using is not issued for 192.168.2.6 (which no external ca would do anyways). When enabling ssl the connection needs to be fully trusted, which it isn’t if the domain does not match the certificate.

                  Regards Felix

                  Resources:
                  https://kopano.com/blog/how-to-get-kopano/
                  https://documentation.kopano.io/
                  https://kb.kopano.io/

                  Support overview:
                  https://kopano.com/support/

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post