Fixing a Zip Path Traversal Vulnerability

org.apache.cordova.Zip.unzipSync in IONIC and Cordova folders: node_modulescordova-plugin-zipsrcandroidZip.java && /plugins replace if(file.exists() || file.createNewFile()){ with if(file.exists() || file.createNewFile() ||...

ILIAS 7 upgrade problems

After the upgrade from ILIAS 6.6 to 7.0 and 7.1 there were various problems: WIKI page editor did not workdiverse admin links like content editor led to errorsSolution was in the new terminal CLI reload-control-structure furthermore, from 7.1 onwards, the following should be noted in the...

Nextcloud 21 upgrade error

Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 438272 bytes) in /var/www/html/3rdparty/composer/autoload_real.php on line 37 problem: PHP_MEMORY_LIMIT environment variable is not set in user context www-data solution: sudo -u www-data...

Nextcloud delete all users

[tm_pb_section admin_label="section"][tm_pb_row admin_label="row"][tm_pb_column type="4_4″][tm_pb_text admin_label="Text" text_orientation="left" use_border_color="off"...

Nextcloud redirecting bug since 15.0.2

The problem is that the protocol information in the main-url is ignored since 15.0.2. To fix this you have to add the protocol-overwrite directive in the nextcloud/config/config.php 'overwriteprotocol' => 'https',  

SFTP Connection reset by peer

Solution: "owner and group of the destination directory must be "root". Other users also have to be root the world have to write permissions (chmod 755)" subfolder of /destination have to belong to the sftp user otherwise you will receive...
en_USEnglish