Página 1 de 1

Problema con ABBCODE Box 3

Publicado: 19 Oct 2011, 22:41
por Styxer
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.

Re: Problema con ABBCODE Box 3

Publicado: 19 Oct 2011, 23:09
por Alorse
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

Publicado: 20 Oct 2011, 01:54
por Styxer
Sigo esta ruta: raíz/language/es/acp/common.php
pero el archivo common.php no existe.

Re: Problema con ABBCODE Box 3

Publicado: 20 Oct 2011, 02:57
por Styxer
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)