Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. WordPress (Managed)
  3. Website running on managed WP unreachable after latest automatic upgrade

Website running on managed WP unreachable after latest automatic upgrade

Scheduled Pinned Locked Moved Solved WordPress (Managed)
20 Posts 4 Posters 2.2k Views 4 Watching
  • 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.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #11

    @guyds thanks! I sent you a reply from support. But from your mail it seems it is not related to SQL query length as I initially thought but some bash scripting issue.

    1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #12

      The issue here was the GROUP_CONCAT has a default length of 1024 or so. Setting session variable SET group_concat_max_len=10000 fixes the issue.

      G jeauJ 2 Replies Last reply
      1
      • girishG girish

        The issue here was the GROUP_CONCAT has a default length of 1024 or so. Setting session variable SET group_concat_max_len=10000 fixes the issue.

        G Offline
        G Offline
        guyds
        wrote on last edited by
        #13

        @girish I noticed it's running v2.22.0-2 now and indeed everything seems to be ok again.
        Thanks for getting this fixed!

        1 Reply Last reply
        1
        • girishG girish

          The issue here was the GROUP_CONCAT has a default length of 1024 or so. Setting session variable SET group_concat_max_len=10000 fixes the issue.

          jeauJ Offline
          jeauJ Offline
          jeau
          App Dev
          wrote on last edited by
          #14

          @girish I had the same problem today following a Worpress update. I think the problem comes from the Civicrm plugin which has many tables. I restored with the last backup and disabled the automatic update, but that's not a solution.

          girishG 2 Replies Last reply
          0
          • jeauJ jeau

            @girish I had the same problem today following a Worpress update. I think the problem comes from the Civicrm plugin which has many tables. I restored with the last backup and disabled the automatic update, but that's not a solution.

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #15

            @jeau Can you check if it's updating to v2.22.0-5 ? If you can clone from latest backup and update, I am happy to look into this if you can write to support@cloudron.io.

            1 Reply Last reply
            0
            • jeauJ jeau

              @girish I had the same problem today following a Worpress update. I think the problem comes from the Civicrm plugin which has many tables. I restored with the last backup and disabled the automatic update, but that's not a solution.

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #16

              @jeau mm, per https://docs.civicrm.org/installation/en/latest/wordpress/, CiviCRM needs to be told about the prefix as well.

              It's not entirely clear but it looks like we have to set $db_prefix = 'wp_'; in settings.php

              1 Reply Last reply
              0
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #17

                It seems civicrm does not use WP's table_prefix at all. Well, I pushed a new package which simply ignore civicrm tables.

                jeauJ 1 Reply Last reply
                1
                • girishG girish

                  It seems civicrm does not use WP's table_prefix at all. Well, I pushed a new package which simply ignore civicrm tables.

                  jeauJ Offline
                  jeauJ Offline
                  jeau
                  App Dev
                  wrote on last edited by
                  #18

                  @girish Ignoring the civicrm tables works.

                  However, I have the same kind of problem with an integration of MRBS in Wordpress for authentication. As the tables were properly renamed during the update, I simply set the ad hoc variable ($db_tbl_prefix = "wp_mrbs_";) in the configuration file and it works.

                  But I guess there are other use cases where renaming tables causes problems.

                  girishG 1 Reply Last reply
                  0
                  • jeauJ jeau

                    @girish Ignoring the civicrm tables works.

                    However, I have the same kind of problem with an integration of MRBS in Wordpress for authentication. As the tables were properly renamed during the update, I simply set the ad hoc variable ($db_tbl_prefix = "wp_mrbs_";) in the configuration file and it works.

                    But I guess there are other use cases where renaming tables causes problems.

                    girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #19

                    @jeau Good to know, thanks!

                    We have to do this migration since WordPress it says it doesn't support not having a table prefix. See:

                    • https://github.com/WordPress/WordPress/blob/master/wp-admin/install.php#L296
                    • https://community.localwp.com/t/configuration-error-your-wp-config-php-file-has-an-empty-database-table-prefix-which-is-not-supported/8451
                    • https://core.trac.wordpress.org/ticket/35738
                    jeauJ 1 Reply Last reply
                    0
                    • girishG girish

                      @jeau Good to know, thanks!

                      We have to do this migration since WordPress it says it doesn't support not having a table prefix. See:

                      • https://github.com/WordPress/WordPress/blob/master/wp-admin/install.php#L296
                      • https://community.localwp.com/t/configuration-error-your-wp-config-php-file-has-an-empty-database-table-prefix-which-is-not-supported/8451
                      • https://core.trac.wordpress.org/ticket/35738
                      jeauJ Offline
                      jeauJ Offline
                      jeau
                      App Dev
                      wrote on last edited by
                      #20

                      @girish thanks

                      I will ask the teams of civicrm and MRBS to take care of this issue.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search