Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Validation::withRequest() with Content-Type: multipart/form-data #1

Closed
wants to merge 1 commit into from

Conversation

iRedds
Copy link
Owner

@iRedds iRedds commented Apr 15, 2021

Description
codeigniter4#4552

Checklist:

  • Securely signed commits
  • Component(s) with PHPdocs
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@iRedds iRedds closed this Apr 15, 2021
@iRedds iRedds deleted the fix/validation-with-request branch April 16, 2021 02:03
iRedds pushed a commit that referenced this pull request Dec 8, 2021
ErrorException: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated
iRedds pushed a commit that referenced this pull request Jan 5, 2022
iRedds pushed a commit that referenced this pull request Jun 21, 2022
ErrorException : mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
.../CodeIgniter4/system/Validation/FileRules.php:138
iRedds pushed a commit that referenced this pull request Jun 24, 2022
ErrorException : mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
.../CodeIgniter4/system/Validation/FileRules.php:138
iRedds pushed a commit that referenced this pull request Aug 16, 2022
TypeError
CodeIgniter\CodeIgniter::displayPerformanceMetrics(): Argument #1 ($output) must be of type string, null given, called in .../CodeIgniter4/system/CodeIgniter.php on line 500
iRedds pushed a commit that referenced this pull request Aug 16, 2022
TypeError
CodeIgniter\CodeIgniter::displayPerformanceMetrics(): Argument #1 ($output) must be of type string, null given, called in .../CodeIgniter4/system/CodeIgniter.php on line 500
iRedds pushed a commit that referenced this pull request Sep 5, 2022
CodeIgniter\Validation\Rules::greater_than_equal_to(): Argument #1 ($str) must be of type ?string, int given
iRedds pushed a commit that referenced this pull request Jan 25, 2023
TypeError : CodeIgniter\Validation\Rules::is_unique(): Argument #1 ($str) must be of type ?string, int given, called in /.../CodeIgniter4/system/Validation/StrictRules/Rules.php on line 154
 /.../CodeIgniter4/system/Validation/Rules.php:126
iRedds pushed a commit that referenced this pull request Jul 12, 2023
Fixes the following errors:
 ------ ------------------------------------------------------------------
  Line   system/CodeIgniter.php
 ------ ------------------------------------------------------------------
  529    Parameter #1 $request of method
         CodeIgniter\Cache\PageCache::cachePage() expects
         CodeIgniter\HTTP\CLIRequest|CodeIgniter\HTTP\IncomingRequest,
         CodeIgniter\HTTP\Request|null given.
  685    Parameter #1 $request of method
         CodeIgniter\Cache\PageCache::getCachedResponse() expects
         CodeIgniter\HTTP\CLIRequest|CodeIgniter\HTTP\IncomingRequest,
         CodeIgniter\HTTP\Request|null given.
 ------ ------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant