Hello there
Currently I can share Events on WhatsApp, but I am missing the WhatsApp button in Discussions; how can I add it?
- 136
Hello
When I go to Manage Comments and select any app like 'Forum' for example, I get a 'Database error' email.
Any help to fix this would be appreciated.
Query:
SELECT COUNT(*) FROM ``sys_cmts_ids INNER JOIN bx_forum_cmts cmts ON cmts.cmt_id = sys_cmts_ids.cmt_id INNER JOIN sys_profiles ON cmts.cmt_author_id=sys_profiles.id INNER JOIN sys_accounts ON sys_profiles.account_id= sys_accounts.id WHERE sys_cmts_ids.system_id = 8
Mysql error:
Incorrect table name ''
Location:
The error was found in _getDataSqCounter function in the file /home/pollener/public_html/inc/classes/BxDolGrid.php at line 419.
collation_connection:
utf8mb4_unicode_ci
- 630
HelloI'm trying to add a product (subscription) with a monthly recurring payment and I'm getting the error message below.Any feedback to help me solve this issue would be greatly appreciated.Query:SELECT `bx_market_cmts`.*, `sys_cmts_ids`.`id` AS `cmt_unique_id` FROM `bx_market_cmts` LEFT JOIN `sys_cmts_ids` ON (`bx_market_cmts`.`cmt_id` = `sys_cmts_ids`.`cmt_id` AND `sys_cmts_ids`.`system_id` = :system_id) WHERE `bx_market_cmts`.`cmt_object_id` = :cmt_object_id AND `bx_market_cmts`.`cmt_vparent_id` = :cmt_vparent_id ORDER BY `bx_market_cmts`.`cmt_pinned` DESC, `bx_market_cmts`.`cmt_time` ASC LIMIT 0, 0
Mysql error:Unknown column 'bx_market_cmts.cmt_pinned' in 'order clause'
- 912
Hello everybody:When I want to edit a page from my website in Studio, it's always hard to find the page I'm looking for. For example, now I want to change the order of the menu below on an Organization account page, and I can't find it in Studio>Navigation.The menu is 'Dash, Profile, Settings, Add…, Shopping Cart, Messenger, Sign out, Friends'.Is there a way to easily identify your Website pages in Studio?
- 952