Fixing “count(): Parameter must be an array or an object that implements Countable” Error in CodeIgniter 3
Fixing “count(): Parameter must be an array or an object that implements Countable” Error in CodeIgniter 3 If you are working with CodeIgniter 3 and encounter the following error: This issue occurs when running your application on PHP 7.4 or later. In PHP 7.2 and older versions, passing NULL to count() was allowed without any…