⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Error with PHP 7.3



ComputingFroggy

ComputingFroggy
  • profile picture
  • Member

Posted 25 December 2018 - 20:54 PM

Hello,

 

When running a CodeIgniter project with GroceryCrud and PHP version 7.3, I get the following error:

Message: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

 

When reverting back to 7.2, there's no more error. So it seems GroceryCrud is not ready for PHP 7.3.

 

I don't how to find out which version of GroceryCrud I am running ... may the latest version is PHP 7.3 compatible ?

 

Any ideas about that ?

 

 

Cheers,

L@u

PS: Merry Christmas ! !  ;-)

 

 

 


web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 26 December 2018 - 09:45 AM

Merry Christmas by the way @ComputingFroggy  :D

 

There you have it: https://github.com/scoumbourdis/grocery-crud/issues/468 the solution of your problem ;-)

 

You can download the latest master version here: https://github.com/scoumbourdis/grocery-crud/archive/master.zip

 

Regards

Johnny