On a fresh composer install of Symfony I got errors on installing Sonata admin: leads to a problem including: sonata-project/admin-bundle 4.x-dev requires twig/twig ^2.12 The problem can be resolved by downgrading twig before installing Sonata: composer… mehr »
I got a copy of a Wordpress multisite handed over. However, despite being administrator of the site, I couldn't manage plugins and I found that I can't access the network management site. In order to access that, it is necessary to be "super… mehr »
The following code suddenly caused the error above: The issue was that the data type of the groups in Layout_RecordToReplicate didn't match the return type of the C++ function (SET OF INTEGER vs. SET OF UNSIGNED4). ECL didn't complain about this… mehr »
I have a Redmine instance from the package manager of Debian 8 (2.5.2.devel) and moved it to a package manager version on Ubuntu 18 (3.4.4 stable). Since it runs an Apache, Redmine should continue to use Apache as a proxy. Also, it should continue to… mehr »
Up to now, I only dealt with Thor slave fails that caused blocked workunits. That was usually due to C++ plugin code from me that broke. What helped against that was stopping the master with systemctl stop hpccsystems-platform.target, killing remaining… mehr »