#1 Re: Developer Help » Browsing for Images in versions newer than 4.5.2 » April 5, 2024 6:54pm

Yep! It'll probably be a month or so before that ships though.

#2 Re: Developer Help » Browsing for Images in versions newer than 4.5.2 » April 5, 2024 6:48pm

You can go to GitHub and hit the 4.5-devel branch here:
https://github.com/bigtreecms/BigTree-C … /4.5-devel

Use the "Code" dropdown and you can download a zip of the repository where you should be able to grab the core directory.

#3 Re: Developer Help » Browsing for Images in versions newer than 4.5.2 » April 5, 2024 6:34pm

I just pushed up a fix for this to the 4.5-devel branch. It was related to multi-site relative root tokens not translating cleanly against older staticroot content.

#4 Re: Developer Help » Browsing for Images in versions newer than 4.5.2 » April 4, 2024 6:51pm

Haven't ran into this personally but I'll see if I can replicate it — I don't see any changes in 4.5.3 that would appear to affect using files from the file manager. Have you isolated it to that version bump exactly?

#5 Re: Bug Reports » Static list shows ID instead of description » November 22, 2023 4:34pm

Sorry for not replying earlier -- it's been a crazy month. Hopefully will have this fix in soon as well as the other issues you've reported.

#6 Re: General » Section Break Extension Update? » September 25, 2023 7:16pm

This is upgraded to 1.0.1 now which fixes some warnings and uses full PHP tags.

#7 Re: General » Section Break Extension Update? » September 20, 2023 8:37pm

I'll try to get that updated in the next day or two!

#8 Re: Bug Reports » Bigtree 4.5.7 - can't connect to GA4 » September 12, 2023 9:45pm

Very strange! Are your local and remote using different versions of PHP?

#9 Re: Bug Reports » Events 2 - Warning for Categories list » September 12, 2023 10:33am

Sorry for the delayed response here, Google decided that forum notifications were spam again. I'll try to take a look at why it's not working properly on 4.4!

#10 Re: Bug Reports » Bigtree 4.5.7 - can't connect to GA4 » September 9, 2023 9:03am

Did you run composer update on the server? You might not have the composer package for the Google Analytics API or your composer.json file might not be the latest one from BigTree 4.5.7.

#11 Re: Feature Requests » Search function - allow to not search for archived entries » August 24, 2023 7:51pm

I try to keep the base methods on BigTreeModule agnostic to what the underlying table might be but I can see the use case. We'd need some way for caching the table structure against the extended class and then the search method could know whether it supports archived/unarchived.

#12 Re: Bug Reports » Duplicate Page error » August 24, 2023 7:49pm

Weird, I'm not able to replicate this. Is there a certain template that it always occurs on? I did push up a fix to 4.5-devel for BigTreeCMS::urlify so that it doesn't crash on a null value though.

#13 Re: Bug Reports » Duplicate Page error » August 23, 2023 10:09am

Sorry for the delayed response here, for some reason BigTree's forum emails were being sent to spam. I'll try to get a fix out for this ASAP!

#14 Re: Bug Reports » Crop Images issue » August 11, 2023 9:24am

Thanks Doon! Nothing deadly, just lots of downed trees.

Adding https:// to the static_root won't help the existing assets (you will want to update them in the database directly — that is the right course of action!) but I believe it should prevent future uploads from getting // by default but I could be wrong. It's been a long time since I last ran into the issue!

#15 Re: Bug Reports » Crop Images issue » August 10, 2023 6:54pm

Hi Doon!

Sorry for the delayed reply — we had a 3 day power outage up here after storms blew through on Monday. Glad you caught the issue — I think either an earlier version of BigTree was using protocol agnostic file paths or your static_root in the config was using them. If it's the latter you'll want to update that to be https://.

#16 Re: Developer Help » Matrix field showing ID in module » March 16, 2023 9:56am

Hi Doon! Sorry for the late reply, I believe this is fixed in 4.5-devel (you'll have to re-save a page with corrupt title data) — there's quite a lot waiting in there for a 4.5.2 release, I should kick that out soon (maybe this weekend).

#17 Re: Developer Help » Matrix field showing ID in module » January 20, 2023 10:24am

I'll try to take a look into this issue this weekend!

#18 Re: Developer Help » Events 1.2 with BigTree 4.5 » January 5, 2023 4:55pm

Events 1.2 will work fine with BigTree 4.5 but will have warnings / errors (possibly) in PHP 8. It could be manually updated to work with PHP 8, you'll just have to track down the errors and resolve them (they're usually just issues with skipping checks on non-existent arrays).

Events v2 has a fairly similar database structure as Events v1 with the exception of recurring events being handled very differently (through recurrence rules) so any events that are setup to be recurring will not be able to easily be migrated over without losing their recurrence. On the template side the event instances are returned as objects instead of arrays and fields in the database that are not in the default Events v2 schema for btx_events_events will be added to the AdditionalFields property array.

#19 Re: Bug Reports » TinyMCE Not Showing » December 9, 2022 11:02am

If you're using a custom HTML loader in /custom/admin/layout/_html-field-loader.php then you'll likely need to update the TinyMCE init to use TinyMCE 6's selector structure.

You can compare the files in 4.4-devel and 4.5-devel to see what's changed in their init (and plugins):

https://github.com/bigtreecms/BigTree-C … loader.php
https://github.com/bigtreecms/BigTree-C … loader.php

#20 Re: Bug Reports » TinyMCE Not Showing » December 8, 2022 4:29pm

TinyMCE's cache is notoriously sticky. If clearing browser's cache doesn't work then it's likely a custom override somewhere that's telling BigTree to use a different version of TinyMCE.

#21 Re: General » New SKR Pro boards and TFT 35 screen » November 2, 2022 2:52pm

Hi Rand,

I think you have the wrong BigTree! This is a forum for the content management system, not the board manufacturer smile

#22 Re: Developer Help » Upgrade Form Builder - http 500 error » October 19, 2022 7:59am

Ah, yes that's used very frequently now in BigTree 4.5 to avoid all the warnings on undefined variables smile

#23 Re: Developer Help » Upgrade Form Builder - http 500 error » October 18, 2022 7:00pm

Glad you figured it out! I think BigTree 4.5 requires PHP 7.4 if you're using AWS dependencies. I'm not sure which part of Form Builder in particular is requiring PHP 7 though.

#24 Re: General » Upgrade Extension » October 14, 2022 12:04pm

Thanks, that cleared up the issue! It looks like the extension's manifest revision got out of whack at some point and went from 43 to 41 and then back up to 42. I've bumped it to 50 so you should now see the update load for you in BigTree.

#25 Re: General » Upgrade Extension » October 14, 2022 11:55am

It should check on every load of the extensions page. What version of Form Builder are you currently on? Can you drop your manifest.json file from the extension in here? Thanks!

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.