You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
This is happening in Admin Columns Pro version 6.1.3. Line 5 of addons/acf/classes/Field.php has the following use statement:
usehttp\Exception\InvalidArgumentException;
That class in that namespace doesn't exist, and if you trigger the exception in that file, instead of the intended error message this occurs:
Fatal error: Uncaught Error: Class "http\Exception\InvalidArgumentException" not found in /path/to/plugins/admin-columns-pro/addons/acf/classes/Field.php:22
I believe this use statement should be the same as the rest of the plugin:
This is happening in Admin Columns Pro version 6.1.3. Line 5 of
addons/acf/classes/Field.phphas the following use statement:That class in that namespace doesn't exist, and if you trigger the exception in that file, instead of the intended error message this occurs:
I believe this use statement should be the same as the rest of the plugin: