<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/styles/v2/template/feed/rss_web_es.xsl?v=2.0.2.13" type="text/xsl"?>
<!-- Some spaces                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        to force xlst -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="es">
<channel>
	<title><![CDATA[CaniDev]]></title>
	<description><![CDATA[]]></description>
	<link>/feed/?lang=es</link>
	<language>es</language>
	<ttl>10</ttl>
	<lastBuildDate>Wed, 25 Sep 2024 09:27:33 +0000</lastBuildDate>
	<copyright><![CDATA[2011-2026 CaniDev]]></copyright>
	<image>
		<title><![CDATA[CaniDev]]></title>
		<url>/static/canidev-image-small.jpg</url>
		<link>/feed/?lang=es</link>
	</image>
	<atom:link rel="self" href="/feed/forum?lang=es" type="application/rss+xml"/>

	<item>
		<title><![CDATA[Re: Error en foro por autowords]]></title>
		<dc:creator>Rickaza</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1443&amp;p=6777&amp;lang=es#p6777</link>
		<pubDate>Wed, 25 Sep 2024 09:27:33 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Sí, problema solucionado, mil gracias.]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Error en foro por autowords]]></title>
		<dc:creator>IvanPF</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1443&amp;p=6776&amp;lang=es#p6776</link>
		<pubDate>Wed, 25 Sep 2024 09:23:52 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Sustituye el archivo <span style="font-weight: bold">/ext/canidev/autowords/event/listener.php</span> por el que te adjunto. Eso debería corregir el problema.]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Error en foro por autowords]]></title>
		<dc:creator>Rickaza</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1443&amp;p=6775&amp;lang=es#p6775</link>
		<pubDate>Wed, 25 Sep 2024 09:19:07 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Es la versión 1.0.4]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Error en foro por autowords]]></title>
		<dc:creator>IvanPF</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1443&amp;p=6774&amp;lang=es#p6774</link>
		<pubDate>Wed, 25 Sep 2024 08:45:46 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Hola,<br /><br />¿Que versión de la extensión tienes instalada?]]></description>
	</item>
	<item>
		<title><![CDATA[Error en foro por autowords]]></title>
		<dc:creator>Rickaza</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1443&amp;p=6772&amp;lang=es#p6772</link>
		<pubDate>Sun, 22 Sep 2024 09:57:01 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Hola, tengo un error en el foro al hacer busquedas, ya que me devuelve el siguiente error:<br /><br />[phpBB Debug] PHP Warning: in file [ROOT]/ext/canidev/autowords/event/listener.php on line 161: Undefined array key &quot;SIGNATURE&quot;<br />[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4175: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3060)<br /><br />¿Alguna solución?]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Error  en cBB Attachments]]></title>
		<dc:creator>andares</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1404&amp;p=6640&amp;lang=es#p6640</link>
		<pubDate>Wed, 12 Jun 2024 15:41:54 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Hola Iván,<br /><br />Lo cierto es que tocaba reinstalar mi foro de pruebas, tenia varios errores, algunos resueltos y otros no, de los últimos errores era que no me dejaba definir desde PCA la ruta de almacén de los adjuntos.<br /><br />Ahora si que la extensión funciona bien y sin problema.<br /><br />Mi configuración actual: phpBB 3.3.12, PHP 8.2.20, MySQL(i) 8.0.32<br /><br />Un saludo y disculpa por el reporte.]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Error  en cBB Attachments]]></title>
		<dc:creator>IvanPF</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1404&amp;p=6632&amp;lang=es#p6632</link>
		<pubDate>Tue, 11 Jun 2024 12:07:19 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Necesito que hagas un pequeño cambio en un archivo para ver si nos ofrece más datos sobre el error que se produce en tu servidor.<br />El cambio sería en el archivo <span style="font-style: italic"><span style="font-weight: bold">/ext/canidev/attachments/entity/formats/video.php</span></span><br /><br />Buscar (linea 31):<br /><dl class="codebox"><dt>Código: </dt><dd><code>$file_info    = $id3-&gt;analyze($filename);</code></dd></dl><br /><br />Añadir despues:<br /><dl class="codebox"><dt>Código: </dt><dd><code>         if(!empty($file_info&#91;'error'&#93;))<br />         {<br />            print_r($file_info&#91;'error'&#93;);<br />         }</code></dd></dl><br /><br />Si hay algún error que no se estuviese mostrando, con eso se debería ver al cargar la página, ademas de lo que ya te mostraba antes.]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Error  en cBB Attachments]]></title>
		<dc:creator>IvanPF</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1404&amp;p=6631&amp;lang=es#p6631</link>
		<pubDate>Tue, 11 Jun 2024 10:28:11 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Acabo de probarlos y en mi servidor funcionan bien.<br />Seguramente tenga algo que ver la configuración de PHP, seguiré haciendo pruebas.]]></description>
	</item>
	<item>
		<title><![CDATA[Error en cBB Attachments]]></title>
		<dc:creator>andares</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1404&amp;p=6630&amp;lang=es#p6630</link>
		<pubDate>Tue, 11 Jun 2024 10:18:52 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Si, ahi te van 2.<br /><br /><private>https://www.mediafire.com/file/kcv5fkqzkkc7992/file_example_MP4_480_1_5MG.mp4/file<br /><!-- m --><a class="postlink" href="https://www.mediafire.com/file/61vn5ftrndwd88t/file_example_MP4_1920_18MG.mp4/file">https://www.mediafire.com/file/61vn5ftr ... G.mp4/file</a><!-- m --></private>]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Error  en cBB Attachments]]></title>
		<dc:creator>IvanPF</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1404&amp;p=6629&amp;lang=es#p6629</link>
		<pubDate>Tue, 11 Jun 2024 10:10:13 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[He probado con varios videos y ninguno me da ese problema.<br />¿Podrías enviarme algún video que cause el error?]]></description>
	</item>
	<item>
		<title><![CDATA[Error en cBB Attachments]]></title>
		<dc:creator>andares</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1404&amp;p=6615&amp;lang=es#p6615</link>
		<pubDate>Wed, 05 Jun 2024 13:31:06 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[En MP4.<br /><br />Probare otros formatos de video a ver si da el mismo error.<br /><br />Datos del video.<br /><dl class="codebox"><dt>Código: </dt><dd><code>Nombre completo                          : D:\Descargas\file_example_MP4_480_1_5MG.mp4<br />Formato                                  : MPEG-4<br />Formato del perfil                       : Base Media / Version 2<br />ID códec                                 : mp42 (mp42/mp41/isom/avc1)<br />Tamaño de archivo                        : 1,50 MiB<br />Duración                                 : 30 s 527 ms<br />Tasa de bits general                     : 411 kb/s<br />Velocidad de fotogramas                  : 30,000 FPS<br />Fecha de codificación                    : 2015-08-07 09:13:02 UTC<br />Fecha de etiquetado                      : 2015-08-07 09:13:02 UTC<br /><br />Vídeo<br />ID                                       : 1<br />Formato                                  : AVC<br />Formato/Info                             : Advanced Video Codec<br />Formato del perfil                       : Constrained Baseline@L3<br />Ajustes del formato                      : 3 Ref Frames<br />Ajustes del formato, CABAC               : No<br />Ajustes del formato, RefFrames           : 3 fotogramas<br />Ajustes del formato, GOP                 : M=1, N=90<br />ID códec                                 : avc1<br />ID códec/Info                            : Advanced Video Coding<br />Duración                                 : 30 s 33 ms<br />Tasa de bits                             : 300 kb/s<br />Ancho                                    : 480 píxeles<br />Alto                                     : 270 píxeles<br />Relación de aspecto                      : 16:9<br />Modo velocidad fotogramas                : Constante<br />Velocidad de fotogramas                  : 30,000 FPS<br />Espacio de color                         : YUV<br />Submuestreo croma                        : 4:2:0<br />Profundidad bits                         : 8 bits<br />Tipo barrido                             : Progresivo<br />Bits/(píxel*fotograma)                   : 0.077<br />Tamaño de pista                          : 1,08 MiB (72%)<br />Librería de codificación                 : x264 core 146 r11M 121396c<br />Opciones de codificación                 : cabac=0 / ref=3 / deblock=1:0:0 / analyse=0x1:0x111 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=48 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / stitchable=1 / constrained_intra=0 / bframes=0 / weightp=0 / keyint=infinite / keyint_min=30 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=300 / ratetol=1.0 / qcomp=0.60 / qpmin=5 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=330 / vbv_bufsize=360 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00<br />Fecha de codificación                    : 2015-08-07 09:13:02 UTC<br />Fecha de etiquetado                      : 2015-08-07 09:13:02 UTC<br />Codec configuration box                  : avcC<br /><br />Audio<br />ID                                       : 2<br />Formato                                  : AAC LC<br />Formato/Info                             : Advanced Audio Codec Low Complexity<br />ID códec                                 : mp4a-40-2<br />Duración                                 : 30 s 527 ms<br />Tipo de tasa de bits                     : Constante<br />Tasa de bits                             : 112 kb/s<br />Canal(es)                                : 2 canales<br />Channel layout                           : L R<br />Velocidad de muestreo                    : 48,0 kHz<br />Velocidad de fotogramas                  : 46,875 FPS (1024 SPF)<br />Modo de compresión                       : Con pérdida<br />Tamaño de pista                          : 417 KiB (27%)<br />Fecha de codificación                    : 2015-08-07 09:13:02 UTC<br />Fecha de etiquetado                      : 2015-08-07 09:13:02 UTC</code></dd></dl>]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Error  en cBB Attachments]]></title>
		<dc:creator>IvanPF</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1404&amp;p=6614&amp;lang=es#p6614</link>
		<pubDate>Wed, 05 Jun 2024 13:16:47 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Hola,<br /><br />Lo revisaré en cuanto tenga un hueco, gracias por el reporte  <img class="smiley" src="/images/smilies/icon_e_wink.png"><br /><br />Edito: ¿En que formato está el video que causa el problema?]]></description>
	</item>
	<item>
		<title><![CDATA[Error  en cBB Attachments]]></title>
		<dc:creator>andares</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1404&amp;p=6612&amp;lang=es#p6612</link>
		<pubDate>Wed, 05 Jun 2024 12:42:14 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Hola Iván,<br /><br />He actualizado mi foro de prueba de PHP 7.3.33 a 8.2.19 y la extensión me ha generado este error:<br /><br /><dl class="codebox"><dt>Código: </dt><dd><code>&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 34: Undefined array key &quot;video&quot;<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 34: Trying to access array offset on value of type null<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 35: Undefined array key &quot;video&quot;<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 35: Trying to access array offset on value of type null<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 39: Undefined array key &quot;playtime_string&quot;<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 34: Undefined array key &quot;video&quot;<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 34: Trying to access array offset on value of type null<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 35: Undefined array key &quot;video&quot;<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 35: Trying to access array offset on value of type null<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/ext/canidev/attachments/entity/formats/video.php on line 39: Undefined array key &quot;playtime_string&quot;<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/includes/functions.php on line 4150: Cannot modify header information - headers already sent by (output started at &#91;ROOT&#93;/includes/functions.php:3035)<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/includes/functions.php on line 4150: Cannot modify header information - headers already sent by (output started at &#91;ROOT&#93;/includes/functions.php:3035)<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/includes/functions.php on line 4150: Cannot modify header information - headers already sent by (output started at &#91;ROOT&#93;/includes/functions.php:3035)<br />&#91;phpBB Debug&#93; PHP Warning: in file &#91;ROOT&#93;/includes/functions.php on line 4150: Cannot modify header information - headers already sent by (output started at &#91;ROOT&#93;/includes/functions.php:3035)</code></dd></dl><br /><br />El foro funciona bajo: phpBB 3.3.11, PHP 8.2.19, MySQL(i) 5.7.40-log]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Problema con emoticonos del chat]]></title>
		<dc:creator>Angel</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1250&amp;p=5976&amp;lang=es#p5976</link>
		<pubDate>Fri, 18 Mar 2022 14:24:09 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Ok  muchas gracias. <img class="smiley" src="/images/smilies/icon_e_smile.png">]]></description>
	</item>
	<item>
		<title><![CDATA[Re: Problema con emoticonos del chat]]></title>
		<dc:creator>IvanPF</dc:creator>
		<link>https://www.canidev.com/viewtopic.php?t=1250&amp;p=5975&amp;lang=es#p5975</link>
		<pubDate>Thu, 17 Mar 2022 21:37:49 +0000</pubDate>
		<category>Soporte de aplicaciones</category>
		<description><![CDATA[Gracias,<br /><br />Ya he encontrado el error. Este solo se dá en el bloque que utlizas en el Índice General, dentro de cBB Blockgets.<br />No puedo darte una solución instantánea, el error estará corregido en la siguiente versión del chat.]]></description>
	</item>

</channel>
</rss>
