I am fully aware of that!FomenkoAndrey wrote:swt4ajp, topic about RH Topic Tags, not about "how to configure IIS7"
yes but its only loaded on pages where somone adds/edit tags. All other pages are not depending on angularJS.PayBas wrote:@combuster: you might want to make explicit somewhere that you are loading the entire AngularJS lib with this extension.
Tags are not bound to a specific forum, hence it will not be distinguished between private and public forums. Furthermore, I think that you should not use tags to store user data.swt4ajp wrote: Tags made in private boards should not show up on the cloud when signed out.
As there is a couple of tags that I did a test with in a couple of private boards and they are showing on the landing page, And If we use a tag with someones userhandle in there we dont really want that showing to the users/visitors who do not have access to the private boards
Code: Select all
[30-Dec-2014 23:58:54 Europe/Moscow] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
[30-Dec-2014 23:58:54 Europe/Moscow] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
[30-Dec-2014 23:58:54 Europe/Moscow] PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0
[30-Dec-2014 23:58:56 Europe/Moscow] PHP Fatal error: Call to undefined function robertheim\topictags\service\mb_strlen() in /home/amd103/public_html/ext/robertheim/topictags/service/tags_manager.php on line 219
[30-Dec-2014 23:58:56 Europe/Moscow] PHP Fatal error: Call to undefined function robertheim\topictags\service\mb_strlen() in /home/amd103/public_html/ext/robertheim/topictags/service/tags_manager.php on line 219
[30-Dec-2014 23:58:56 Europe/Moscow] PHP Fatal error: Call to undefined function robertheim\topictags\service\mb_strlen() in /home/amd103/public_html/ext/robertheim/topictags/service/tags_manager.php on line 219
Code: Select all
Erreur générale
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 'tt WHERE NOT EXISTS ( SELECT 1 FROM phpbb_topics topics WHERE to' at line 2 [1064]
SQL
DELETE FROM phpbb_rh_topictags tt WHERE NOT EXISTS ( SELECT 1 FROM phpbb_topics topics WHERE topics.topic_id = tt.topic_id )
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/ext/robertheim/topictags/service/tags_manager.php
LINE: 130
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/robertheim/topictags/acp/topictags_module.php
LINE: 139
CALL: robertheim\topictags\service\tags_manager->delete_assignments_where_topic_does_not_exist()
FILE: [ROOT]/ext/robertheim/topictags/acp/topictags_module.php
LINE: 67
CALL: robertheim\topictags\acp\topictags_module->handle_settings()
FILE: [ROOT]/includes/functions_module.php
LINE: 674
CALL: robertheim\topictags\acp\topictags_module->main()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()