Salve a tutti ho un problema con il componente fabrik per joomla.
In pratica quando attivo per una table dal backend lo strumento "show filters" nel front end del sito dove viene mostrata la table con tutti i dati compare una intera pagina bianca. Se invece questo "show filters" che sarebbeo poi lo strumento cerca (per far ricercare i dati nella tabella agli utenti) funziona tutto normalmente.
In definitiva se attivo "show filter" vi accade questo bug
Questo è quello che mi accade con fabrikdebug se attivo show filter:
fabrik___filter] => Array
(
[table_2] => Array
(
[value] => Array
(
[0] =>
)
[condition] => Array
(
[0] => contains
)
[join] => Array
(
[0] => AND
)
[key] => Array
(
[0] => `registro_fedele`.`nome`
)
[search_type] => Array
(
[0] => normal
)
[match] => Array
(
[0] => 0
)
[full_words_only] => Array
(
[0] => 0
)
[eval] => Array
(
[0] => 0
)
[grouped_to_previous] => Array
(
[0] => 0
)
[hidden] => Array
(
[0] => 0
)
[elementid] => Array
(
[0] => 9
)
)
)
[fabrikdebug] => 1
[limit2] => 100
[limitstart2] => 0
[option] => com_fabrik
[orderdir] =>
[orderby] =>
[controller] => table
[view] => Table
[tableid] => 2
[Itemid] =>
[fabrik_referrer] => /administrator/index.php
[7e17bb17b1895ad3c965c72d487a47e4] => 1
[format] => html
[_packageId] =>
[c] => table
[task] => viewTable
[fabrik_tableplugin_name] =>
[fabrik_tableplugin_renderOrder] =>
[fabrik_tableplugin_options] =>
[incfilters] => 1
[module] =>
)
questo invece senza show filter:
[fabrikdebug] => 1
[limit2] => 100
[limitstart2] => 0
[option] => com_fabrik
[orderdir] =>
[orderby] =>
[controller] => table
[view] => Table
[tableid] => 2
[Itemid] =>
[fabrik_referrer] => /administrator/index.php
[7e17bb17b1895ad3c965c72d487a47e4] => 1
[format] => html
[_packageId] =>
[c] => table
[task] => viewTable
[fabrik_tableplugin_name] =>
[fabrik_tableplugin_renderOrder] =>
[fabrik_tableplugin_options] =>
[incfilters] => 1
[module] =>
)
sapete dirmi quale è il problema?