#1 Re: Bug Reports » Cropping images doesn't seem to be working. » May 14, 2025 6:35am

Those are thumbnails of the large crop so it won’t ask you to make crops for them, it will automatically create smaller versions that meet the maximum height/width specified from the primary crop.

#2 Re: Developer Help » Different 404 for routed template » May 6, 2025 3:12pm

You could handle it two ways. The first way is just not call BigTreeCMS::handle404 in your issue.php file when you encounter a 404 and instead include your custom 404 page and manually throw a 404 header. You won’t get BigTree’s included logging and redirect behavior with that though. The alternative is to extend the BigTreeCMS class and the handle404 method and have it accept a parameter for a custom path for the 404 file to draw.

#3 Re: General » Upgrade from BigTree LAMP5 php 5.5x to LAMP8 » April 6, 2025 5:23pm

Sorry, meant to respond to this earlier. I honestly don't have much advice for upgrading for PHP 5.5 at this point — I'm not sure I even remember the last version of BigTree that supported PHP 5.5! If you're moving to PHP 8 though you will need to be running BigTree 4.5 as that is the first version to support PHP 8.

#4 Re: Developer Help » Password reset broken » February 22, 2025 11:57am

It's hard to say what the issue is — you're running a very old version of PHP and a very old version of BigTree, both of which have been unsupported for years. You could try manually creating a password hash using PHP's password_hash function and updating the database directly. If that doesn't work it's likely something related to how old your hosting setup is causing login to just fail.

#5 Re: Bug Reports » Events 2 - PHP 8.2 and dynamic property depreciated » July 8, 2024 3:19pm

You'll need to add an "#[\AllowDynamicProperties]" attribute to the top of the class to get the deprecated warning to go away. Adding it makes the extension require PHP 8 so it's a bit of a double-edged sword which is why I haven't added it directly yet.

#6 Re: Bug Reports » Form Builder not PHP 8 friendly? » June 20, 2024 8:37am

Sorry I meant 2.7.2 — the Form Builder release version that I tagged in the git commit above. It should have auto-released to the BigTree extensions repo.

#8 Re: Bug Reports » Form Builder not PHP 8 friendly? » June 19, 2024 10:56am

It looks like that crash happens if you try to create a form without any fields in PHP 8.2+ — I'll push up a fix for that soon.

#9 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.

#10 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.

#11 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.

#12 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?

#13 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.

#14 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.

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

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

#16 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?

#17 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!

#18 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.

#19 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.

#20 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.

#21 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!

#22 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!

#23 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://.

#24 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).

#25 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!

Board footer

Powered by FluxBB

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