Warning (2): base64_decode() has been disabled for security reasons [CORE/src/Http/Middleware/CsrfProtectionMiddleware.php, line 284]
Warning (512): Unable to emit headers. Headers sent in file=/home/alankar/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php line=988 [CORE/src/Http/ResponseEmitter.php, line 71]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/alankar/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:988) [CORE/src/Http/ResponseEmitter.php, line 168]
Warning (2): Cannot modify header information - headers already sent by (output started at /home/alankar/public_html/vendor/cakephp/cakephp/src/Error/Debugger.php:988) [CORE/src/Http/ResponseEmitter.php, line 197]
Error: strlen() expects parameter 1 to be string, null given

strlen() expects parameter 1 to be string, null given 📋

TypeError
Toggle Vendor Stack Frames
        if ($decoded === false) {
            throw new InvalidArgumentException('Invalid token data.');
        }
        $length strlen($decoded);
        $salt Security::randomBytes($length);
        $salted '';
        for ($i 0$i $length$i++) {
            // XOR the token and salt together so that we can reverse it later.
Error in: ROOT/vendor/cakephp/cakephp/src/Http/Middleware/CsrfProtectionMiddleware.php, line 289

If you want to customize this error message, create templates/Error/error500.php