ArchBlood

Results 305 comments of ArchBlood

@beankylla seems like you're still locking with `"phpoffice/phpspreadsheet": "^1.0",` in #6976 the new version used is `"phpoffice/phpspreadsheet": "^2.0",`, I'm not exactly sure which version this was released in or if...

> sorry am a bit lost here. Should my composer install have fixed this and somehow did not? > > I picked up the composer.json present in the root of...

Also see the changes done in the P/R that I linked as well; https://github.com/humhub/humhub/pull/6976/commits/df61475a7e8a1fe8fc20a457f41c463fe552db98

> when will a release with your developments come do you think? It was more than likely released in one of the three beta releases, but should be available in...

> So i just: > > 1. update to 1.16.0 from the web interface. > 2. copied the composer.json that is available at the root of the github repo into...

> According to my host set_time_limit() is enabled. i have the ability to create a user.ini which i did with the following content: > > [PHP] set_time_limit(60); > > this...

Sounds to me that it's related to synchronous multi-master replication, could you configure Galera with the following? ```sql [mysqld] innodb_autoinc_lock_mode=2 wsrep_sync_wait=0 ``` Also something that could probably be the issue...

@luke- or @gevorgmansuryan maybe documentation is needed in these cases?

> @ArchBlood > > Thank you for the hints. I think you were right. > > _innodb_autoinc_lock_mode=2_ has been set from the start of the cluster. The _wsrep_sync_wait=0_ was not...

> Yes, documentation would be nice. > > Perhaps we can also check beforehand where the `wsrep_sync_wait` triggers the problem. Maybe we can avoid it and support this mode. From...