Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 06:44:22 EDT Guillaume Guillaume
    Testing https://notabug.org/diogo/gnu-social.git
    In conversation Sunday, 26-May-2019 06:44:22 EDT from herds.eu permalink

    Attachments

    1. diogo/gnu-social
      GNU social is a social communication software used in federated social networks. It is widely supported and has a large userbase. It is already used by the Free Software Foundation.
    1. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 06:48:07 EDT Guillaume Guillaume
      in reply to
      "Call to undefined method Session::cleanup()" with !qvitter @diogo @hannes2peer
      In conversation Sunday, 26-May-2019 06:48:07 EDT from herds.eu permalink
      1. Diogo Cordeiro (diogo@loadaverage.org)'s status on Sunday, 26-May-2019 07:34:06 EDT Diogo Cordeiro Diogo Cordeiro
        in reply to
        https://git.gnu.io/h2p/Qvitter/blob/master/QvitterPlugin.php#L1303-1305

        https://notabug.org/diogo/gnu-social/commit/c083a8bcc26019bc11c0eb80af9cf6a2032f6e4f

        @hannes2peer despite the two comments there in the Qvitter plugin I fail to understand why you call Session::cleanup() directly...

        cc: @XRevan86
        In conversation Sunday, 26-May-2019 07:34:06 EDT from loadaverage.org permalink

        Attachments

        1. QvitterPlugin.php · master · hannes / Qvitter
          from GitLab
          UI for GNU social
        2. diogo/gnu-social
          GNU social is a social communication software used in federated social networks. It is widely supported and has a large userbase. It is already used by the Free Software Foundation.
        1. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 07:51:58 EDT Guillaume Guillaume
          in reply to
          Happy to have found your fork thanks to @chimo, I had used your #OEmbed / #StoreRemoteMedia / database fields with timestamps merge requests a year ago, but they were deleted by mistake by Rob
          In conversation Sunday, 26-May-2019 07:51:58 EDT from herds.eu permalink
        2. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 07:53:45 EDT Guillaume Guillaume
          in reply to
          It seems that @hannes2peer is not reachable on quitter.se, as quitter.se is unreachable as well as his/her domain hannesmannerhe.im
          In conversation Sunday, 26-May-2019 07:53:45 EDT from herds.eu permalink
          1. Diogo Cordeiro (diogo@loadaverage.org)'s status on Sunday, 26-May-2019 08:41:13 EDT Diogo Cordeiro Diogo Cordeiro
            in reply to
            :( Maybe you can open an issue about this on Qvitter repository? @postblue
            In conversation Sunday, 26-May-2019 08:41:13 EDT from loadaverage.org permalink
      2. Diogo Cordeiro (diogo@loadaverage.org)'s status on Sunday, 26-May-2019 09:06:57 EDT Diogo Cordeiro Diogo Cordeiro
        in reply to
        While this isn't solved you can try one of the following two workarounds:

        - revert GNU social's commit c083a8bcc2
        - comment https://git.gnu.io/h2p/Qvitter/blob/master/QvitterPlugin.php#L1305

        I don't know how important that line is for Qvitter's functionality... But it is safe, for now, to revert the above mentioned commit.
        In conversation Sunday, 26-May-2019 09:06:57 EDT from loadaverage.org permalink

        Attachments

        1. QvitterPlugin.php · master · hannes / Qvitter
          from GitLab
          UI for GNU social
        1. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 10:05:01 EDT Guillaume Guillaume
          in reply to
          @diogo I will try when I'm back home, as well as providing a PR about the submodules
          In conversation Sunday, 26-May-2019 10:05:01 EDT from herds.eu permalink
          1. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 14:33:00 EDT Guillaume Guillaume
            in reply to
            @diogo I commented out https://git.gnu.io/h2p/Qvitter/blob/master/QvitterPlugin.php#L1305 and it turns out it's working, but the notifications are not refreshing
            In conversation Sunday, 26-May-2019 14:33:00 EDT from herds.eu permalink

            Attachments

            1. QvitterPlugin.php · master · hannes / Qvitter
              from GitLab
              UI for GNU social
            1. Sorokin Alexei (xrevan86@loadaverage.org)'s status on Sunday, 26-May-2019 17:38:00 EDT Sorokin Alexei Sorokin Alexei
              in reply to
              @postblue @diogo Try replacing it with a session_write_close() call.
              In conversation Sunday, 26-May-2019 17:38:00 EDT from loadaverage.org permalink
              1. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 17:56:27 EDT Guillaume Guillaume
                in reply to
                @xrevan86 Thanks, I will try. Since I migrated to @diogo 's fork, my timeline (herds.eu/postblue/all) is taking a long time to update, I need to check my logs for that as well
                In conversation Sunday, 26-May-2019 17:56:27 EDT from herds.eu permalink
                1. Sorokin Alexei (xrevan86@loadaverage.org)'s status on Sunday, 26-May-2019 17:59:13 EDT Sorokin Alexei Sorokin Alexei
                  in reply to
                  @postblue Try giving more memory to temporary tables.
                  In conversation Sunday, 26-May-2019 17:59:13 EDT from loadaverage.org permalink
                  1. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 19:06:35 EDT Guillaume Guillaume
                    in reply to
                    Like with innodb_buffer_pool_size in my MariaDB configuration, or do you have any other hint? It's been a long time since I've had to do some maintenance on this server (running for 4 years now, it has seen things…)
                    In conversation Sunday, 26-May-2019 19:06:35 EDT from herds.eu permalink
                    1. Sorokin Alexei (xrevan86@loadaverage.org)'s status on Sunday, 26-May-2019 19:25:01 EDT Sorokin Alexei Sorokin Alexei
                      in reply to
                      @postblue tmp_table_size
                      In conversation Sunday, 26-May-2019 19:25:01 EDT from loadaverage.org permalink
                      1. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 19:37:29 EDT Guillaume Guillaume
                        in reply to
                        @xrevan86 OK, thank you !
                        In conversation Sunday, 26-May-2019 19:37:29 EDT from herds.eu permalink
              2. Guillaume (postblue@herds.eu)'s status on Sunday, 26-May-2019 19:11:25 EDT Guillaume Guillaume
                in reply to
                @xrevan86 @diogo I replaced Session::cleanup() with session_write_close(), but the notifications are still not updating.
                In conversation Sunday, 26-May-2019 19:11:25 EDT from herds.eu permalink
                1. Guillaume (postblue@herds.eu)'s status on Monday, 27-May-2019 01:22:30 EDT Guillaume Guillaume
                  in reply to
                  @xrevan86 @diogo About the Notifications tab with !qvitter, it seems to work with session_write_close();, but some of them received when I desactivated the plugin are not appearing
                  In conversation Monday, 27-May-2019 01:22:30 EDT from herds.eu permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.