Wise

  •  ·  Premium
  • 8 friends
  • 9 followers
  • 103 views
Add new...
 
 
·
Added a discussion

The image drag function for page header (profile, groups, channels, posts, etc) does not work on Android.

Tested 7.1.2, 8.1, 12

Browsers: Chrome, Brave, and Firefox.

This makes it impossible for mobile user to move the image to display properly for headers.

UNA 14.02A3

Please fix. 😊

  • 63
·
Added a discussion

Hello everyone,

In files app, when uploading a mp4 video, it shows the video and plays it.

If you upload a mp3 file, it says no preview available, and you must download the file to listen.

How to get Plyr to play the mp3 in the preview box like it does for video?

  • 151
·
Added a discussion

Hello! I went through and setup my stripe account. All is good there. I went to test mode, and I added a product (membership upgrade), used the pricing ID as the name, and it worked in my tests.

Now, I tested credits and donations. Both fail. In payment log, I get this:

Apr 20 04:40:52 [3] /m/payment/finalize_checkout/stripe_v3/8?mode=payment&order_id=pi_3P7Vj8RvhaF0CXNc1t82AJi1&customer_id=&pending_id=23&redirect= :
[stripe_v3]
Retrieve Customer Error: The resource ID cannot be null or whitespace.

It does the same thing for both donations and credits. I imagine any non subscription type purchase.

It goes to the stripe checkout, has the correct info, payment success at stripe, then I get an error on site that action can't be completed, please report. And the log entry above.

Am I doing something wrong? Please advise. Thank you!

  • 159
·
Added a discussion

Greetings 😁

So I am doing a lot of template work, and decided to clone Artificer. I replaced all bx_artificer, Artificer, oBxArtificer, etc etc with custom values.

It installs, and uninstalls, enables and disables. However, under settings for my new template, Light, Dark, and Auto modes is blank. So when going to the site, it displays in light mode with no switcher.

I looked though the code, and can't figure out why it doesn't have these values. I want to stop changing core files (or modules) and need for this to work.

Any ideas off hand? UNA 14, latest Artificer.

Thank you!

  • 140
·
Added a discussion

Hello!

I am switching from Google reCaptcha to hCapture, but it always fails.

Since hCaptcha doesn't have but one code, I placed it in both fields, and this is what I always get?

I'm running latest UNA.

How do I configure this hCaptcha to work properly?

image_transcoder.php?o=sys_images_editor&h=1949&dpx=1&t=1713349883

  • 139
·
Added a discussion

When in messenger, if I try to send an image or a file, the upload completes fine. When I press send, the message is blank.

Again, this is with s3 storage working elsewhere on the site (videos, images, etc).

  • 150
·
Added a discussion

I have s3v4 storage working perfectly across my site, everything works. I went to change the cover in designer, upload failed. I wasn't sure why, tried different things.

Changed sys_images to Local in database, upload was fine, cover worked.

Video, images, files, etc all upload across the site, everything is working properly. Logic then tells me something is wrong with s3 storage and this option.

  • 151
·
Added a discussion

If you go to groups, manage, select from first dropdown, either hidden or active, mysql error, and loading spinner remains forever.

Query:
SELECT COUNT(*) FROM `bx_groups_data` AS `td` LEFT JOIN `sys_profiles` AS `tp` ON `td`.`id`=`tp`.`content_id` AND `tp`.`type`='bx_groups' LEFT JOIN `sys_accounts` AS `ta` ON `tp`.`account_id`=`ta`.`id` WHERE 1 AND `tp`.`account_id`=1 AND `status`='active'
Mysql error:
Column 'status' in where clause is ambiguous
collation_connection:
utf8mb4_unicode_ci

And for hidden

Database error in ...

Query:
SELECT COUNT(*) FROM `bx_groups_data` AS `td` LEFT JOIN `sys_profiles` AS `tp` ON `td`.`id`=`tp`.`content_id` AND `tp`.`type`='bx_groups' LEFT JOIN `sys_accounts` AS `ta` ON `tp`.`account_id`=`ta`.`id` WHERE 1 AND `tp`.`account_id`=1 AND `status`='hidden'

Mysql error:
Column 'status' in where clause is ambiguous

collation_connection:
utf8mb4_unicode_ci

Latest UNA.

Please fix 😁👍

  • 159
·
Added a discussion

Question for @UNA Inc - what is the bx tag in template engine for if a user is logged in.

<bx if:user logged in>
HTML here
<bx if:end>

I completely made the above up, was just using as a reference so you would understand what I am asking. What is the correct way?

Where is a list of all replacement values for template engine? For example, __site__ = Site name. Where can I find a list of all available replacement values?

Thank you!

  • 147
Wise Discussions
BUG: Image drag on Android
Files, play mp3
stripe help
Artificer clone, not working.
hCaptcha? correct settings?
BUG: Messenger attachments not showing for s3 storage