RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

problem #88

Open costanzomoffa opened 7 years ago

costanzomoffa commented 7 years ago

hi i have this problem on the 3.2 board

L’impostazione di configurazione "robertheim_topictags_whitelist" non esiste.

RobertHeim commented 7 years ago

which version of the extension? and what steps did you take to produce the error?

costanzomoffa commented 6 years ago

hi i installed 2.0.0 version i activated it but i have this error on index

`SQL ERROR [ mysqli ]

Unknown column 't.count' in 'field list' [1054]

SQL

SELECT t.tag, t.count FROM (phpbb_rh_topictags_tag t) WHERE t.count > 0 ORDER BY t.count DESC LIMIT 20

BACKTRACE

FILE: (not given by php) LINE: (not given by php) CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php LINE: 999 CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php LINE: 193 CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/mysql_base.php LINE: 45 CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/phpbb/db/driver/driver.php LINE: 270 CALL: phpbb\db\driver\mysql_base->_sql_query_limit()

FILE: [ROOT]/ext/robertheim/topictags/service/tagcloud_manager.php LINE: 131 CALL: phpbb\db\driver\driver->sql_query_limit()

FILE: [ROOT]/ext/robertheim/topictags/service/tagcloud_manager.php LINE: 71 CALL: robertheim\topictags\service\tagcloud_manager->get_top_tags()

FILE: [ROOT]/ext/robertheim/topictags/event/main_listener.php LINE: 139 CALL: robertheim\topictags\service\tagcloud_manager->assign_tagcloud_to_template()

FILE: (not given by php) LINE: (not given by php) CALL: robertheim\topictags\event\main_listener->index_modify_page_title()

FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php LINE: 184 CALL: call_user_func()

FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php LINE: 46 CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()

FILE: [ROOT]/phpbb/event/dispatcher.php LINE: 60 CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()

FILE: [ROOT]/phpbb/event/dispatcher.php LINE: 46 CALL: phpbb\event\dispatcher->dispatch()

FILE: [ROOT]/index.php LINE: 235 CALL: phpbb\event\dispatcher->trigger_event()`