Welcome Guest, Not a member yet? Register   Sign In
is there anyone good with HTMX?
#5

Turn on CodeIgniter's Debug Bar it will show you where your error is.
Code:
1) root: edit the env file.
2) # CI_ENVIRONMENT = production add the below
  CI_ENVIRONMENT = development
3) Save the file and rename it from env to .env
4) restart your server.
If it says Intl is missing then you need to edit your php.ini file and add the Intl extension
by removing the semi-colon ;  from it.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
is there anyone good with HTMX? - by SubrataJ - 03-30-2023, 11:35 AM
RE: is there anyone good with HTMX? - by InsiteFX - 03-30-2023, 11:30 PM
RE: is there anyone good with HTMX? - by SubrataJ - 03-31-2023, 12:10 AM
RE: is there anyone good with HTMX? - by SubrataJ - 03-31-2023, 09:16 AM
RE: is there anyone good with HTMX? - by InsiteFX - 03-31-2023, 11:16 PM
RE: is there anyone good with HTMX? - by SubrataJ - 04-01-2023, 03:12 AM
RE: is there anyone good with HTMX? - by SubrataJ - 04-01-2023, 07:58 AM
RE: is there anyone good with HTMX? - by InsiteFX - 04-01-2023, 11:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB