When accessing Special:CargoExport with only ?table=foo I get the following error:
Trying to access array offset on value of type null in extensions/Cargo/includes/specials/CargoExport.php on line 46
When accessing Special:CargoExport with only ?table=foo I get the following error:
Trying to access array offset on value of type null in extensions/Cargo/includes/specials/CargoExport.php on line 46
Is this really related to the PHP version? I mean, the code is trying to access an array index that doesn't exist - I would think that would cause problems in any version.
Yes it is - in the sense that if pre 7.4 a null result of array access was accepted by your code, now there's a warning.
Oh, okay. Well, I'm pretty sure that just setting a "table" value in the query string for Special:CargoExport won't work with any PHP version - although the error message is probably different, depending on the version.
Finally fixed in this change, I think:
https://phabricator.wikimedia.org/rECRGbbccab20c83e325ff9b7689d2b603797f5b7ea35