#1 Re: Bug Reports » Static list shows ID instead of description » February 2, 2024 2:32pm

Hey Tim,

Do you know if a bigtree update will be coming out soon and if this fix is in it?
Thanks

#3 Re: Developer Help » Daily Digest email comes in html code » November 21, 2023 10:15am

After doing more testing, the $html was not the issue.
We had to use the SMTP tab instead of Local Server. Works fine in PHP 7 and 8.

#4 Re: Developer Help » Daily Digest email comes in html code » November 19, 2023 1:33pm

I changed back to PHP 7.4.1 and the emails look correctly. So it must be something with PHP 8. 

The core/inc/bigtree/utils.php sendEmail function is checking if $html is empty or not.

if ($html) {
	$mailer->isHTML(true);
	$mailer->Body = $html;
	$mailer->AltBody = $text;
} else {
	$mailer->Body = $text;
}

The core/inc/bigtree/admin.php emailDailyDigest function does not seem to set $html.

#5 Re: Developer Help » Daily Digest email comes in html code » November 17, 2023 4:15pm

We also compared an old header(email looks fine) vs broken header and some code on the same line.
Not sure if that makes a difference.

Working header

X-PHP-Script: .../site/index.php for 5.188.62.21
X-PHP-Originating-Script: 1000:phpmailer.php
Date: Mon, 23 Oct 2023 14:43:44 -0500
From: BigTree CMS <no-reply@....com>
Message-ID: <73e2a48e4f8a39a5aa60de103b361263@www.....com>
X-Mailer: PHPMailer 5.2.23 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/html; charset=iso-8859-1

Broken header

X-PHP-Script:.../site/index.php for 73.44.82.111 X-PHP-Originating-Script: 1000:phpmailer.php
Date: Fri, 17 Nov 2023 11:45:16 -0600 From: BigTree CMS <rfucli5@....com> Reply-To: no-reply@....com Message-ID: <75bbdac0573bd0087ca8e786e8d0fd89@....com> X-Mailer: PHPMailer 5.2.23 (https://github.com/PHPMailer/PHPMailer) MIME-Version: 1.0 Content-Type: text/html; charset=iso-8859-1

#6 Developer Help » Daily Digest email comes in html code » November 17, 2023 3:50pm

doon.mok
Replies: 3

We recently updated to bigtree 4.5.7 and PHP 8.1.16. Our daily digest now comes all in html code.
Html code shows up in gmail and hotmail.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
        <head>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                <title>Daily Digest</title>
        </head>
...

We were using Local Server in the Email Deliver tab. We are trying to see if SMTP tab makes a difference but when I try to run cron using the instructions below, I get errors.
https://www.bigtreecms.org/developers/d … ly-digest/
I can't test what comes through and have to wait 24 hours for the next email.

Cron

php -f /.../.../.../core/cron.php
<br />
<b>Warning</b>:  Undefined array key "SERVER_PORT" in <b>/.../core/inc/bigtree/utils.php</b> on line <b>367</b><br />
<br />
<b>Warning</b>:  Undefined array key "SERVER_NAME" in <b>/.../core/inc/bigtree/utils.php</b> on line <b>370</b><br />
<br />
<b>Warning</b>:  Undefined array key "REQUEST_URI" in <b>/.../core/inc/bigtree/utils.php</b> on line <b>370</b><br />
<br />
<b>Warning</b>:  Undefined array key "php_boot_error" in <b>/.../core/inc/bigtree/admin.php</b> on line <b>608</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/.../core/inc/bigtree/sitemap.php</b> on line <b>105</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/.../core/inc/bigtree/sitemap.php</b> on line <b>105</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/.../core/inc/bigtree/sitemap.php</b> on line <b>105</b><br />

Do you have any recommendations on testing or what could be the issue?

Thanks

#8 Bug Reports » Static list shows ID instead of description » November 9, 2023 12:49pm

doon.mok
Replies: 4

When using a static list in a callout and having it as a label, it will show the ID. If the list is dynamic, it will show the description.
BigTree 4.5.8

Link to image below,
- dynamic will show "Faculty In-Content List Test"
- static will show "1 In-Content List Test"

Link to image
https://ibb.co/tYcT26f

#11 General » Section Break Extension Update? » September 20, 2023 2:40pm

doon.mok
Replies: 4

Tim,

Will you be updating the Section Break Extension to be compatible with PHP 8?
It still has short open tags.

Wondering to see if we need to remove and figure something else out.

Thanks

Doon

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

Tim,

I thought I fixed the error by export/importing the table but wasn't getting new data. I ran "composer update" again but was getting error below again. To fix this error, I needed bcmath PHP extension installed. After it was installed, I was successful to set up GA4 through bigtree. Also make sure cron.php and cron-run.php have execute permissions.

In case anyone else runs into this issue.


Fatal error: Uncaught Error: Call to undefined function Google\Protobuf\Internal\bccomp() in /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php:961 Stack trace: #0 /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1302): Google\Protobuf\Internal\Message->convertJsonValueToProtoValue(2, Object(Google\Protobuf\Internal\FieldDescriptor), true) #1 /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1241): Google\Protobuf\Internal\Message->mergeFromArrayJsonImpl(Array, true) #2 /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1338): Google\Protobuf\Internal\Message->mergeFromJsonArray(Array, true) #3 /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(795): Google\Protobuf\Internal\Message->parseFromJsonStream(Object(Google\Protobuf\Internal\RawInputStream), true) #4 /.../ in /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php on line 961

#14 Re: Bug Reports » Bigtree 4.5.7 - can't connect to GA4 » September 12, 2023 11:07am

Tim,

I'm not sure what happened but I didn't get the above error anymore but kept on getting the error message "The Property ID you entered does not appear to be valid.". Its odd because it works fine locally but not on our server.
What I did was export/import bigtree_settings table to my local and added the google analytics information. Then exported/imported the table back to our dev website on the server and everything looks to be working.

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

Tim, I did forget to run composer but after I ran composer update and tried again. Now a different error.

Composer.json file
{
    "require": {
        "aws/aws-sdk-php": "^3",
        "oyejorge/less.php": "v1.7.0.14",
        "ext-gd": "*",
        "ext-json": "*",
        "webonyx/graphql-php": "^14.3",
        "predis/predis": "^1.1",
        "psr/simple-cache": "^1.0",
        "mrclay/jsmin-php": "^2.4",
        "guzzlehttp/guzzle": "^7.4.5",
        "google/analytics-data": "^0.10.0"
    }
}

Error
Fatal error: Uncaught Error: Call to undefined function Google\Protobuf\Internal\bccomp() in /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php:961 Stack trace: #0 /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1302): Google\Protobuf\Internal\Message->convertJsonValueToProtoValue(2, Object(Google\Protobuf\Internal\FieldDescriptor), true) #1 /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1241): Google\Protobuf\Internal\Message->mergeFromArrayJsonImpl(Array, true) #2 /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1338): Google\Protobuf\Internal\Message->mergeFromJsonArray(Array, true) #3 /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(795): Google\Protobuf\Internal\Message->parseFromJsonStream(Object(Google\Protobuf\Internal\RawInputStream), true) #4 /.../ in /.../vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php on line 961

#16 Bug Reports » Bigtree 4.5.7 - can't connect to GA4 » September 8, 2023 3:18pm

doon.mok
Replies: 6

Hello,

I am trying to connect to GA4 on our dev website but getting the error below. What is odd though, it worked locally(Mamp) but not on our dev server. Locally, I updated BigTree by copy/paste core files. Server, I updated 4.5.7 through BigTree.


Fatal error: Uncaught Error: Class 'Google\Analytics\Data\V1beta\BetaAnalyticsDataClient' not found in /.../core/inc/bigtree/apis/google-analytics-4.php:30 Stack trace: #0 /.../core/inc/bigtree/apis/google-analytics-4.php(146): BigTreeGoogleAnalytics4->getClient() #1 /.../core/admin/modules/developer/analytics/set-property-id.php(5): BigTreeGoogleAnalytics4->testCredentials() #2 /.../core/admin/router.php(549): include('/home/rfucli5/d...') #3 /.../core/launch.php(78): include('/home/rfucli5/d...') #4 /.../site/index.php(3): include('/home/rfucli5/d...') #5 {main} thrown in /.../core/inc/bigtree/apis/google-analytics-4.php on line 30


Any suggestions?
Thanks

Doon

#17 Bug Reports » Events 2 - Warning for Categories list » September 6, 2023 10:31am

doon.mok
Replies: 1

Hello Tim,

I am looking to add the Events 2 extension(v2.5) and the Categories dropdown list is giving me a warning and not showing the Categories I added.
Works with bigtree 4.5.3 but we are still on version 4.4.16.

Steps
Add new Category
Add new Event > Under Categories, I get warnings below


Warning: call_user_func() expects parameter 1 to be a valid callback, class 'BTXEvents' does not have a method 'parseManyToMany' in C:\MAMP\htdocs\migrate\core\admin\field-types\many-to-many\draw.php on line 47

Warning: call_user_func() expects parameter 1 to be a valid callback, class 'BTXEvents' does not have a method 'parseManyToMany' in C:\MAMP\htdocs\migrate\core\admin\field-types\many-to-many\draw.php on line 48

Warning: Invalid argument supplied for foreach() in C:\MAMP\htdocs\migrate\core\admin\field-types\many-to-many\draw.php on line 52

Warning: count(): Parameter must be an array or an object that implements Countable in C:\MAMP\htdocs\migrate\core\admin\field-types\many-to-many\draw.php on line 60

Warning: count(): Parameter must be an array or an object that implements Countable in C:\MAMP\htdocs\migrate\core\admin\field-types\many-to-many\draw.php on line 60

#18 Re: Feature Requests » Search function - allow to not search for archived entries » August 25, 2023 2:45pm

I forgot about caching, guess it wasn't as easy as I thought it would be. Thanks for the consideration.

#19 Bug Reports » Duplicate Page error » August 11, 2023 3:45pm

doon.mok
Replies: 2

Hey Tim,

We are getting a Duplicate Page error but can't pinpoint the reason as it works for some pages(templates) but not others. When we get the error and go back, the page is in save mode. I edit the saved mode page and click Save & Publish, I still get error below.

We are getting the error with bigtree 4.4.16 and 4.5.6


Fatal error: Uncaught TypeError: Argument 1 passed to Ausi\SlugGenerator\SlugGenerator::generate() must be of the type string, null given, called in C:\MAMP\htdocs\bigtree456\core\inc\bigtree\cms.php on line 1866 and defined in C:\MAMP\htdocs\bigtree456\core\inc\lib\slug-generator\src\SlugGenerator.php:73 Stack trace: #0 C:\MAMP\htdocs\bigtree456\core\inc\bigtree\cms.php(1866): Ausi\SlugGenerator\SlugGenerator->generate(NULL) #1 C:\MAMP\htdocs\bigtree456\core\inc\bigtree\admin.php(4027): BigTreeCMSBase::urlify(NULL) #2 C:\MAMP\htdocs\bigtree456\core\inc\bigtree\admin.php(4029): BigTreeAdminBase::getFullNavigationPath('-1', Array) #3 C:\MAMP\htdocs\bigtree456\custom\admin\form-field-types\process\program-select.php(16): BigTreeAdminBase::getFullNavigationPath(NULL) #4 C:\MAMP\htdocs\bigtree456\core\inc\bigtree\admin.php(7702): include('C:\\MAMP\\htdocs\\...') #5 C:\MAMP\htdocs\bigtree456\core\admin\modules\pages\_resource-parse.php(48): BigTreeAdminBase::processField(Array) #6 C:\MAMP\htdocs\bigtree456\core\admin\modules\p in C:\MAMP\htdocs\bigtree456\core\inc\lib\slug-generator\src\SlugGenerator.php on line 73

#20 Re: Bug Reports » Crop Images issue » August 11, 2023 9:25am

Got it, thanks for the quick reply.

#21 Re: Bug Reports » Crop Images issue » August 11, 2023 9:18am

Hey Tim,

I hope everyone is safe.
We have static_root as //rosalin... I'm not sure adding https:// will fix the issue with old Amazon S3 files that still have "//s3.amazonaws.com". Do you think running UPDATE in the database to look for "//s3.amazonaws.com" and add "https:" is the best option?

Thanks for your help.

#22 Re: Bug Reports » Crop Images issue » August 9, 2023 1:44pm

I also noticed the core/inc/bigtree/image.php file checks if the file begins with //, add http. Adding http would break for us since we changed our S3 to only allow https.

if (strpos($file, "//") === 0) {
    $file = "http:".$file;
}

#23 Re: Bug Reports » Crop Images issue » August 9, 2023 12:14pm

If anyone else has this issue, we had to do an update in the database to add https: at the beginning of the column file.

UPDATE bigtree_resources SET file = CONCAT('https:',file)
WHERE file LIKE '//s3.amazonaws.com%'
AND (type = 'jpg' OR type = 'png' OR type = 'gif' OR type = 'jpeg');

#24 Re: Bug Reports » Crop Images issue » August 7, 2023 3:07pm

The warnings I get after going back in to edit again

Warning: getimagesize(): Unable to find the wrapper "resource" - did you forget to enable it when you configured PHP? in /.../bigtree/core/inc/bigtree/image.php on line 44

Warning: getimagesize(resource:////s3.amazonaws.com/.../welch-speaking.jpg): failed to open stream: No such file or directory in .../bigtree/core/inc/bigtree/image.php on line 44

#25 Bug Reports » Crop Images issue » August 7, 2023 1:51pm

doon.mok
Replies: 7

Hello Tim,

We are having issues with cropping images, we are getting "The file is an invalid image or is an unsupported image type." message. We are using jpg images and on bigtree 4.4.16. We are not having this issue with new images(uploaded to the file directory today), just images already in the file system in Bigtree / S3.

On July 28, we updated S3 to use TLS 1.2 and did notice http images were giving us 404 errors on our website. We are not sure if there is any relation to that change.

Do you have any insight on what could be the issue?

Board footer

Powered by FluxBB

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