AdBlock Tracker & Usergroup Swap

AdBlock Tracker & Usergroup Swap [Paid] v3.0.4

No permission to buy ($45.00)
8.4.11

Edit:
Downgraded PHP to 8.3.25 but that results in the same error.

Edit2:
Upgraded to the latest 8.4.12.

Rebuilding master data with the GUI still results in the error above but using the CLI it works without any issue...

Weird!
 
Last edited:
Yeah, strange right? It's because I think the cli runs isolated and doesn't load in the mismatched previous add-on's PSR.

Appreciate all your technical help trying different scenarios.

I've not even installed PHP 8.4, so let me start there and hopefully I get similar issues.
 
Oh actually.... Do me a favor. See if your command line uses a different version of PHP - it very well might.

Where you run CLI, do a:

PHP -v
 
When you get a minute can you just let me know the list of files for the following - run from your xenforo root:

Code:
find . -type f -name "CacheItem.php"
 
Code:
./src/addons/SV/RedisCache/SymfonyCache/CacheItem.php
./src/addons/Siropu/AdsManager/Vendor/MobileDetect/mobiledetect/mobiledetectlib/src/Cache/CacheItem.php
./src/addons/Wutime/AdBlockTracker/lib/mobiledetectlib/src/Cache/CacheItem.php
./src/vendor/symfony/cache/CacheItem.php
 
Back
Top Bottom