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

(Version ≤1.5.6) Cara fix ValidatorInterface error saat menambahkan petugas saat menggunakan CI 4.5.x #66

Closed
ikhsan3adi opened this issue May 5, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request help wanted Extra attention is needed

Comments

@ikhsan3adi
Copy link
Owner

ikhsan3adi commented May 5, 2024

Cara pertama (direkomendasikan)

Download source code dari branch temp-auth-fix

Cara kedua

Untuk sementara, update file vendor/myth/auth/src/Authentication/Passwords/ValidatorInterface.php

#use CodeIgniter\Entity;
use CodeIgniter\Entity\Entity;

sumber:
lonnieezell/myth-auth#621 (comment)

@ikhsan3adi ikhsan3adi added the bug Something isn't working label May 5, 2024
@ikhsan3adi ikhsan3adi self-assigned this May 5, 2024
@ikhsan3adi ikhsan3adi pinned this issue May 5, 2024
@ikhsan3adi ikhsan3adi added enhancement New feature or request help wanted Extra attention is needed dependencies Pull requests that update a dependency file and removed bug Something isn't working labels May 5, 2024
@ikhsan3adi ikhsan3adi changed the title [BUG] Cara fix ValidatorInterface error saat menambahkan petugas Cara fix ValidatorInterface error saat menambahkan petugas May 5, 2024
@ikhsan3adi ikhsan3adi changed the title Cara fix ValidatorInterface error saat menambahkan petugas Cara fix ValidatorInterface error saat menambahkan petugas saat menggunakan CI 4.5.x May 5, 2024
@ikhsan3adi ikhsan3adi linked a pull request May 5, 2024 that will close this issue
@ikhsan3adi ikhsan3adi removed a link to a pull request May 5, 2024
@ikhsan3adi ikhsan3adi removed their assignment May 5, 2024
@ikhsan3adi ikhsan3adi unpinned this issue Jul 1, 2024
@ikhsan3adi ikhsan3adi changed the title Cara fix ValidatorInterface error saat menambahkan petugas saat menggunakan CI 4.5.x (<= 1.5.6) Cara fix ValidatorInterface error saat menambahkan petugas saat menggunakan CI 4.5.x Jul 3, 2024
@ikhsan3adi ikhsan3adi changed the title (<= 1.5.6) Cara fix ValidatorInterface error saat menambahkan petugas saat menggunakan CI 4.5.x (Version ≤1.5.6) Cara fix ValidatorInterface error saat menambahkan petugas saat menggunakan CI 4.5.x Jul 3, 2024
@pedangmujahid
Copy link

use CodeIgniter\Entity\Entity;
use Myth\Auth\Exceptions\AuthException;

kalau dah guna yang ini tapi masih ada error yang sama.. > macam mana nak check..?>

Could not check compatibility between Myth\Auth\Authentication\Passwords\CompositionValidator::check(string $password, ?CodeIgniter\Entity\Entity $user = null): bool and Myth\Auth\Authentication\Passwords\ValidatorInterface::check(string $password, ?CodeIgniter\Entity $user = null): bool, because class CodeIgniter\Entity is not available search →

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants