start

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anterior Revisión previa
Próxima revisión
Revisión previa
start [2026/04/03 19:39] webmasterstart [2026/04/03 19:45] (actual) – [Fix] webmaster
Línea 1: Línea 1:
 ====== FIXING CÓDIGO BASE ====== ====== 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 ===== ===== 1 =====
 ==== Warnings ==== ==== Warnings ====
Línea 7: Línea 8:
   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 ==== ==== Fix ====
 +=== Opción 1 Do it yourself ===
   /inc/parser/xhtml.php,línea 2023   /inc/parser/xhtml.php,línea 2023
 {{ pasted:20260403-193726.png }} {{ pasted:20260403-193726.png }}
Línea 13: Línea 15:
             $title = $atts['title'] ?? $this->_xmlEntities(PhpString::basename(noNS($file)));             $title = $atts['title'] ?? $this->_xmlEntities(PhpString::basename(noNS($file)));
 </code> </code>
 +
 +=== Opción 2 Descárgar y sustituir ===
 +<code>
 +f0b29dc3c70a390b7119f141992cfad5e3923ab63486079ffb4dc6b6da5196aa8f287bdc83beb7b5ab7867dae64e95b808d91afd08a4d53e90d35337538a5065 *xhtml.tgz
 +</code>
 +
 +  * {{ :xhtml.tgz |}}
 +
 +
  • start.1775245161.txt.gz
  • Última modificación: 2026/04/03 19:39
  • por webmaster