Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
Problema con ABBCODE Box 3
Problema con ABBCODE Box 3
Tengo instalado el abbcode box 3 con AutoMod y cuando se me habilita la opción de configurar el ABBCODE Box desde mi ACP:
ACP_ABBCODES
ACP_ABBC3_SETTINGS
ACP_ABBC3_BBCODES
Si pulso sobre SETTINGS me sale: Cannot find module ./../includes/acp/acp_abbcodes.php
Y si pulso sobre BBCODES me sale: Cannot find module ./../includes/acp/acp_abbcodes.php (lo mismo)
¿Qué puede ser?
Un saludo y muchas gracias.
Styxer.
ACP_ABBCODES
ACP_ABBC3_SETTINGS
ACP_ABBC3_BBCODES
Si pulso sobre SETTINGS me sale: Cannot find module ./../includes/acp/acp_abbcodes.php
Y si pulso sobre BBCODES me sale: Cannot find module ./../includes/acp/acp_abbcodes.php (lo mismo)
¿Qué puede ser?
Un saludo y muchas gracias.
Styxer.
DATOS DE SOPORTE __________________________
URL: http://www.stateofrap.com/foro/
Versión phpBB: phpBB 3.0.11
MODs Instalados: Ninguno
Plantilla(s) usada(s): Absolution (basado en prosilver)
Servidor: Linux, de pago.
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
URL: http://www.stateofrap.com/foro/
Versión phpBB: phpBB 3.0.11
MODs Instalados: Ninguno
Plantilla(s) usada(s): Absolution (basado en prosilver)
Servidor: Linux, de pago.
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Re: Problema con ABBCODE Box 3
Yo diría que son dos problemas diferentes, el primero porque hacen falta lineas de idioma, puedes ver la solución aquí http://www.phpbb-es.com/titania/mod/mss ... iomas-t_52 y el segundo porque no están subidos los archivos del MOD, resube nuevamente los archivos.
Re: Problema con ABBCODE Box 3
Sigo esta ruta: raíz/language/es/acp/common.php
pero el archivo common.php no existe.
pero el archivo common.php no existe.
DATOS DE SOPORTE __________________________
URL: http://www.stateofrap.com/foro/
Versión phpBB: phpBB 3.0.11
MODs Instalados: Ninguno
Plantilla(s) usada(s): Absolution (basado en prosilver)
Servidor: Linux, de pago.
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
URL: http://www.stateofrap.com/foro/
Versión phpBB: phpBB 3.0.11
MODs Instalados: Ninguno
Plantilla(s) usada(s): Absolution (basado en prosilver)
Servidor: Linux, de pago.
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Re: Problema con ABBCODE Box 3
Lo volví a instalar con AutoMod de nuevo los archivos y ahora cuando me da la opción: The MOD requires an external installer to finish installation. Click here to continue to that step. Hago click y me sale esto:
($phpbb_hook->hook_return(__FUNCTION__)) { return $phpbb_hook->hook_return_result(__FUNCTION__); } } return; } ?>data)); $this->data .= chr(1 << $bit); } } function clear($n) { $byte = $n >> 3; if (strlen($this->data) >= $byte + 1) { $bit = 7 - ($n & 7); $this->data[$byte] = $this->data[$byte] &~ chr(1 << $bit); } } function get_blob() { return $this->data; } function get_base64() { return base64_encode($this->data); } function get_bin() { $bin = ''; $len = strlen($this->data); for ($i = 0; $i < $len; ++$i) { $bin .= str_pad(decbin(ord($this->data[$i])), 8, '0', STR_PAD_LEFT); } return $bin; } function get_all_set() { return array_keys(array_filter(str_split($this->get_bin()))); } function merge($bitfield) { $this->data = $this->data | $bitfield->get_blob(); } } ?>CKS_TABLE', $table_prefix . 'clicks'); // MOD : MSSTI ABBC3 Clicks Counter - End define('THANKS_TABLE', $table_prefix . 'thanks'); ?> [phpBB Debug] PHP Warning: in file /includes/functions.php on line 4591: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4784)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4593: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4784)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4594: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4784)
Al entrar a mi foro todo el tamaño del texto se ha puesto más grande y ese bloque de código aparece justo encima de la cabecera del foro. ¿Qué es? Gracias y un saludo
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4595: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4784)
($phpbb_hook->hook_return(__FUNCTION__)) { return $phpbb_hook->hook_return_result(__FUNCTION__); } } return; } ?>data)); $this->data .= chr(1 << $bit); } } function clear($n) { $byte = $n >> 3; if (strlen($this->data) >= $byte + 1) { $bit = 7 - ($n & 7); $this->data[$byte] = $this->data[$byte] &~ chr(1 << $bit); } } function get_blob() { return $this->data; } function get_base64() { return base64_encode($this->data); } function get_bin() { $bin = ''; $len = strlen($this->data); for ($i = 0; $i < $len; ++$i) { $bin .= str_pad(decbin(ord($this->data[$i])), 8, '0', STR_PAD_LEFT); } return $bin; } function get_all_set() { return array_keys(array_filter(str_split($this->get_bin()))); } function merge($bitfield) { $this->data = $this->data | $bitfield->get_blob(); } } ?>CKS_TABLE', $table_prefix . 'clicks'); // MOD : MSSTI ABBC3 Clicks Counter - End define('THANKS_TABLE', $table_prefix . 'thanks'); ?> [phpBB Debug] PHP Warning: in file /includes/functions.php on line 4591: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4784)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4593: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4784)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4594: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4784)
Al entrar a mi foro todo el tamaño del texto se ha puesto más grande y ese bloque de código aparece justo encima de la cabecera del foro. ¿Qué es? Gracias y un saludo
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4595: Cannot modify header information - headers already sent by (output started at /includes/functions.php:4784)
DATOS DE SOPORTE __________________________
URL: http://www.stateofrap.com/foro/
Versión phpBB: phpBB 3.0.11
MODs Instalados: Ninguno
Plantilla(s) usada(s): Absolution (basado en prosilver)
Servidor: Linux, de pago.
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
URL: http://www.stateofrap.com/foro/
Versión phpBB: phpBB 3.0.11
MODs Instalados: Ninguno
Plantilla(s) usada(s): Absolution (basado en prosilver)
Servidor: Linux, de pago.
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No