//appel des plugins
//laison Collabora Online
const WOPI_DISCOVERY_URL = 'https://code.iel24.org/hosting/discovery';
//convertir .csv pour import de donnees
const CALC_CONVERT_COMMAND = 'ssconvert';
//generer un PDF
const PDF_COMMAND = 'chromium';
//rechercher dans un ficher PDF
const PDFTOTEXT_COMMAND = 'mupdf';
//generer une miniature de pdf, doc collabora ou video
const DOCUMENT_THUMBNAIL_COMMANDS = ['mupdf', 'collabora', 'ffmpeg'];
\__/
(xx)
//||\\
Une erreur s'est produite
PHP error
Warning: session_name(): Session name cannot be changed after headers have already been sent
in .../include/lib/KD2/UserSession.php:277
273 public function __construct(DB $db, $config = [])
274 {
275 // Reset any existing session
276 unset($_SESSION);
277 session_name($this->cookie_name);
278
279 $this->db = $db;
280
281 foreach ($config as $key=>$value)
in .../include/lib/KD2/UserSession.php:277
→ session_name (1 arg.)
273 public function __construct(DB $db, $config = [])
274 {
275 // Reset any existing session
276 unset($_SESSION);
277 session_name($this->cookie_name);
278
279 $this->db = $db;
280
281 foreach ($config as $key=>$value)
in .../include/lib/Paheko/Users/Session.php:110
→ KD2\UserSession->__construct (2 arg.)
| $db | object(Paheko\DB)#5 (17) {
[" |
|---|