Re: [RC] cBB Blockgets v1.0.4

phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/
Código: Seleccionar todo
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_display.php on line 1302: Missing argument 6 for get_user_rank(), called in [ROOT]/blockgets/block/login_block.php on line 136 and defined
Volver a la página principal
Error General
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY r.rank_min DESC' at line 1 [1064]
SQL
SELECT r.*, gr.group_rank_title, gr.group_rank_image FROM (phpbb_ranks r) LEFT JOIN phpbb_groups_ranks gr ON (gr.rank_id = r.rank_id AND gr.group_id = ) ORDER BY r.rank_min DESC
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysqli.php
LINE: 189
CALL: dbal->sql_error()
FILE: [ROOT]/includes/cache.php
LINE: 152
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/includes/functions_display.php
LINE: 1307
CALL: cache->obtain_ranks()
FILE: [ROOT]/blockgets/block/login_block.php
LINE: 136
CALL: get_user_rank()
FILE: [ROOT]/blockgets/blockgets.php
LINE: 253
CALL: login_block->init()
FILE: [ROOT]/blockgets/blockgets.php
LINE: 362
CALL: blockgets->load_blocks()
FILE: [ROOT]/includes/hooks/hook_blockgets.php
LINE: 41
CALL: blockgets->display_page()
FILE: [ROOT]/includes/functions.php
LINE: 4792
CALL: blockgets_hook::page_footer()
FILE: [ROOT]/home.php
LINE: 35
CALL: page_footer()
Por favor notifique a La Administración del Sitio o webmaster: info@clubslotmedinacars.es
Powered by phpBB® Forum Software © phpBB Group
Código: Seleccionar todo
function get_user_rank($user_rank, $user_posts, &$rank_title, &$rank_img, &$rank_img_src, $group_id)
Código: Seleccionar todo
get_user_rank($user->data['user_rank'], $user->data['user_posts'], $rank_title, $rank_image, $rank_image_src);
Código: Seleccionar todo
get_user_rank($user->data['user_rank'], $user->data['user_posts'], $rank_title, $rank_image, $rank_image_src, $user->data['group_id']);
Código: Seleccionar todo
cBB Blockgets: El archivo blockgets/blockgets_header.html no existe o está vacío
cBB Blockgets: El archivo blockgets/acp_blockgets.html no existe o está vacío
Código: Seleccionar todo
<edit>
<find><![CDATA[<li class="icon-home">]]></find>
<action type="replace-with"><![CDATA[<li class="icon-home"><!-- IF U_BLG_HOME --><a href="{U_BLG_HOME}" accesskey="h">{L_BLG_HOME}</a> <strong>‹</strong> <!-- ENDIF -->]]></action>
</edit>
Estilo BBOOTS disponible para cBB Blockgets 1.0.4
http://demo.canidev.com/phpbb/styles/?m ... &st=BBOOTS
Muchas gracias, se solucionó el problema con el estilo.canidev escribió:Hola
Por lo que veo tienes ediciones en el estilo. Intenta esto y después borrar el cache: Abrir archivo /styles/proformell/template/blockgets/install.xml Buscar - Nota: Esto puede ser una búsqueda parcial, y no una línea entera.Borrar - Nota: Quitar la(s) línea(s) encontradas en la búsqueda.Código: Seleccionar todo
<edit> <find><![CDATA[<li class="icon-home">]]></find> <action type="replace-with"><![CDATA[<li class="icon-home"><!-- IF U_BLG_HOME --><a href="{U_BLG_HOME}" accesskey="h">{L_BLG_HOME}</a> <strong>‹</strong> <!-- ENDIF -->]]></action> </edit>
Sobre el error en el ACP ¿Usas un estilo personalizado en el ACP o el estilo de serie?
Código: Seleccionar todo
if(($template->inherit_root && !file_exists($template->inherit_root . '/' . $filename)) ||
(!$template->inherit_root && !file_exists($template->root . '/' . $filename)))
{
add_log('critical', 'LOG_BLG_TEMPLATE_ERROR', $filename);
return false;
}
Código: Seleccionar todo
if(!file_exists($template->root . '/' . $filename))
{
if(!$template->inherit_root || ($template->inherit_root && !file_exists($template->inherit_root . '/' . $filename)))
{
add_log('critical', 'LOG_BLG_TEMPLATE_ERROR', $filename);
return false;
}
}
Código: Seleccionar todo
private $page = false;
Código: Seleccionar todo
public $page = false;
Disponible el AddOn para mChat
http://www.canidev.com/app/?i=addon--pl ... hat-v1.0.3
Este AddOn es necesario para usar cBB blockgets y mchat juntos. Además permite usar el mchat como un bloque más y añadir bloques a la página mchat.php