4spacesdk/CI4OrmExtension

save($entity) must be compatible with CodeIgniter\Model::save($data)

Closed this issue · 9 comments

I wanted to use CI4Orm Extension but I get the error message: Fatal error: Declaration of OrmExtension\Extensions\Model::save($entity) must be compatible with CodeIgniter\Model::save($data): bool in /Users/XXXX/Datein/Web Server/htdocs/project/vendor/4spacesdk/ci4ormextension/Extensions/Model.php on line 34

can you help me please?

@arashsaffari Which CI4 version are you using?

@Martin-4Spaces CodeIgniter 4.0.0-beta.3

Ok. I have to update OrmExtension to support beta.3 I'll get back to you.

thanks

There you go. 1.0.0-beta.5.

There you go. 1.0.0-beta.5.

great job 👍

I am having the same error even though I am using CodeIgniter 4.0.3

@BurkhalterY Which version of CI4OrmExtension are you using?
The newest version is 1.0.0-beta.25.

I found. I did not install the beta but the 0.6
Thank you.