Hey @Jerome Mingo ,
I'm planning to use the Travael Module to let my users show where they travel to, but in the current version it is not usable because when I add a test entry it gets added the next page the Entry and there is a problem with an SQL query:
SELECT * FROM `bx_persons_data` INNER JOIN `sys_profiles` ON `sys_profiles`.`content_id`=`bx_persons_data`.`id` INNER JOIN `bx_persons_meta_locations` ON `bx_persons_meta_locations`.`object_id`=`bx_persons_data`.`id` INNER JOIN `sys_profiles` ON `sys_profiles`.`id`=ABS(`bx_persons_data`.`author`)WHERE 1 AND `bx_persons_meta_locations`.`country` ='DE' AND `bx_persons_meta_locations`.`city` ='Berlin' AND `sys_profiles`.`status` ='active' AND `sys_profiles`.`type` IN('bx_persons') AND `bx_persons_data`.`author` <>'3' AND `sys_profiles`.`status` ='active' AND 3 NOT IN (SELECT `content` FROM `aqb_black_lists_profiles` WHERE `initiator`=`mz_travel_entries`.`author`) AND 3 NOT IN (SELECT `content` FROM `aqb_black_lists_profiles` WHERE `initiator`=`mz_travel_entries`.`author`) LIMIT 0, 13
Error message is: "Not unique table/alias: 'sys_profiles'"
The same error occurs when you try to open the entry.
Used UNA Version is 14.0.0
Additional this module does not use the default Cover image when no cover image is uploaded by the user.
Please advise how to fix the issue with the entries.
Thank you
Hi,
we are using spaces to give a hierarchical structure for many interests. When you open the Spaces module in the frontend it is showing all spaces mixed and next to each other even when they have parent or child spaces.
To sort them and make it more useful to the users it would be great to have the possibility to show a tree structure like this:
Top / Root |-Sports | |-Soccer | | |-World Championship | | |-National Leagues | |-Hockey | |-World Championship | |-National Leagues | |-DEL | |-NHL |-Music |-Pop |-Rock
Ideal would be to have a configuration option to decide how many level should be expanded by default.
Hi,
I'm struggling with a problem with the video module and also plyr module: I've uploaded a video and it is also converted. Also on the view page it is showing the preview picture. But when I try to play it it is not playing. The default player is not acceting any input and plyr is showing that the video is loading.
In the logs I do not get any errors like "not found" or "permission denied" or something like this.
Is there anybody with an idea what can be wrong here?
Hi,
I'm struggling with the error message: "bx_import fatal error: class (BxTemplCmtsUploaderHTML5) wasn't found" when I try to open a message in conversations module. In the meantime I've found also the BxTemplCmtsUploaderHTML5.php file, but when I put it in the directory where it is also in the git repo the error persists.
Can someone please advise what I'm doing wrong?
Thank you