]> _ Git - cubeextranet.git/commitdiff
wip #5590 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 21 Nov 2022 09:38:37 +0000 (09:38 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 21 Nov 2022 09:38:37 +0000 (09:38 +0000)
.docker/docker-compose.yml
inc/ws/Util/html5/master/class.ws.html5.compiler.php

index 00946d7a1e56cb9920dc9b63018a52fd3aceb095..aa05144202d26d190f85541a25af27035b44b2da 100644 (file)
@@ -28,6 +28,7 @@ services:
       - '/data/extranet/www/fluidbook/cache/nwbuild:/usr/lib/node_modules/nw-builder/cache'\r
       - '/home/toolbox/www:/home/toolbox/www'\r
       - '/home/stats/www:/home/stats/www'\r
+      - '/home/wesco:/home/wesco'\r
       # Config\r
       - '/home/extranet/www/.docker/config/httpd/httpd.conf:/usr/local/apache2/conf/httpd.conf'\r
     ports:\r
@@ -67,6 +68,7 @@ services:
       - '/data/extranet/www/fluidbook/cache/nwbuild:/usr/lib/node_modules/nw-builder/cache'\r
       - '/home/toolbox/www:/home/toolbox/www'\r
       - '/home/stats/www:/home/stats/www'\r
+      - '/home/wesco:/home/wesco'\r
       # Config\r
       - '/home/extranet/www/.docker/config/httpd/httpd-nb.conf:/usr/local/apache2/conf/httpd.conf'\r
     ports:\r
@@ -133,6 +135,7 @@ services:
       - '/data/extranet/www/fluidbook/cache/nwbuild:/usr/lib/node_modules/nw-builder/cache'\r
       - '/home/toolbox/www:/home/toolbox/www'\r
       - '/home/stats/www:/home/stats/www'\r
+      - '/home/wesco:/home/wesco'\r
     tmpfs:\r
       #- '/tmp:mode=777,uid=1002,gid=33'\r
       - '/var/log/extranet:uid=1002,gid=33'\r
index b10fa73e2a1aef305dfa78268fda4ac98152038e..072e319a584144900256031f96ee2311a0e0e63b 100644 (file)
@@ -2780,6 +2780,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
         $cache = sha1($this->book->parametres->highlightResults . '/--/' . $this->book->parametres->searchWordSelectionAlgorithm . '///' . $this->book->parametres->textExtraction . '|--|' . $this->book->parametres->ignoreSearchSeparators . '|||' . $this->book->composition_update . '()()()' . filemtime(WS_TOOLS . '/fwstk/out/artifacts/fwstk_jar/fwstk.jar'));
         $cacheDir = WS_BOOKS . '/index/' . $this->book_id . '/' . $cache . '/';
         if (!file_exists($cacheDir)) {
+            die($cacheDir);
             mkdir($cacheDir, 0777, true);
 
             $this->daoBook->makeTextsIndexes($this->book, $this->pages, $index, $textes, true);