Ver páginaRevisiones antiguasEnlaces a esta páginaVolver arriba Esta página es de solo lectura. Puedes ver la fuente pero no puedes cambiarla. Pregunta a tu administrador si crees que esto es incorrecto. ====== FIXING CÓDIGO BASE ====== Colección de correcciones que le voy haciendo al código base de dokuwiki respecto de la evolución de php y sus las restricciones que han ido añadiendo en los valores undefined. ===== 1 ===== ==== Warnings ==== Warning: Undefined array key "title" in F:.dkct\dokuwiki\inc\parser\xhtml.php on line 2023 Warning: Undefined array key "title" in F:.dkct\dokuwiki\inc\parser\xhtml.php on line 2023 Warning: Undefined array key "title" in F:.dkct\dokuwiki\inc\parser\xhtml.php on line 2023 ==== Fix ==== === Opción 1 Do it yourself === /inc/parser/xhtml.php,línea 2023 {{ pasted:20260403-193726.png }} <code php> $title = $atts['title'] ?? $this->_xmlEntities(PhpString::basename(noNS($file))); </code> === Opción 2 Descárgar y sustituir === <code> f0b29dc3c70a390b7119f141992cfad5e3923ab63486079ffb4dc6b6da5196aa8f287bdc83beb7b5ab7867dae64e95b808d91afd08a4d53e90d35337538a5065 *xhtml.tgz </code> * {{ :xhtml.tgz |}} start.txt Última modificación: 2026/04/03 19:45por webmaster