deb_mutism

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
deb_mutism [2019/08/01 16:05] – [+Work logs] Júne Parkdeb_mutism [2019/08/16 11:30] – [Solved Problems] Júne Park
Line 538: Line 538:
 ---- ----
 ==== Solved Problems ===== ==== Solved Problems =====
 +
 +=== Stuck during update in Nextcloud (tm) === 
 +<text type="danger">{{fa>bug}} **Symptom**</text>: Stuck in page showing ''Step 4 is currently in process. Please reload this page later'' during Nextcloud (tm) update using updater. 
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: ''Delete'' ''.step'' file in ''nextcloud-data/updater-randomstring/**.step**''
 +
  
 === Has sum mismatch ===  === Has sum mismatch === 
Line 557: Line 563:
  
 ---- ----
 +=== No apps found for your version === 
 +
 +<text type="danger">{{fa>bug}} **Symptom**</text>: Error showing **No apps found for your version** in Nextcloud (tm) Apps. 
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: ''Edit'' Fetching time in script, located in ''../nextcloud_root/lib/private/App/AppStore/Fetcher/Fetcher.php''
 +
 +<code php> 
 +  }
 + 
 +  $options = [
 +- 'timeout' => 10,
 ++ 'timeout' => 300,
 +  ];
 +</code>
 +
 +---- 
  • deb_mutism
  • Last modified: 2024/03/15 23:49
  • by Júne Park