I believe you but I need to see the log that caused that partial blank screen.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I cannot get a log to generate. I even reinstalled the old version. That generated to log I posted earlier. However after uploading the new version, click install module, it takes a few minutes then the partial screen appears. No new log was generated.
I was even able to install the version before this one (2.2.7) and was able to run it. However that version requires 3DSV enabled. My account does not use 3DSV so it will not work. I however tried to upgrade over that version but had the same result. No logs were generated unless there is another location for the logs.
I am hoping someone else has tried this module to see if they have the same issue.
Thank you
The check at includes/modules/payment/braintree_api.php line 1441 is wrong. Change
while ($this->version != '2.2.6') {
to
while ($this->version != '2.2.8') {
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
That got it to work. Now it shows version installed 2.2.4 but not selected when editing the module.
Thanks
Yes this is a small bug that shouldn't affect the module's operation.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I am not sure if anyone using this module is having this issue described below. I am currently using the old Braintree 1.4.5 with Zen Cart 1.5.8a and PHP version 8.2.25. I do not have the 3DS option turned on as it is not required yet.
Everything seems to work with this configuration. However I am looking at upgrading to version 2.0.1 and was trying upgrade the Braintree module from Numinix website to the newest version. The new versions all appear to require the 3DS option turned on, The Numinix team was notified but they keep closing the issue. The last two upgrades for Braintree (2.2.8 and 2.2.9) appear to not work when installed on ZC 2.0.1. I did get 2.2.8 working (With help and code changes from this thread) but it still required 3DS enabled. 2.2.9 appears to have Dynamic Properties that are deprecated. So it will not load after checkout and I cannot test it.
Is there anyone using the newer Braintree module that does not have 3DS enabled?
It does not appear that many people use Braintree and maybe this is only a U.S. issue?
I am afraid that the old module will cause issues with the newer versions of PHP. So I guess I am looking for some input.
Thank you