Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Installation Issue
#1

I am new to Codeigniter framework. I just installed CodeIgniter and also "NodCms" CMS. "NodCms" install was complete, but that browser page returns

"404 Page Not Found"

and

"The page you requested was not found."

How to fix that issue?
Reply
#2

How did you install and run it?

See also:
https://codeigniter4.github.io/CodeIgnit...nning.html
https://codeigniter4.github.io/CodeIgnit...oting.html
Reply
#3

I faced same issue and resolve by following below steps:

go to the app=> Config => Boot => production.php in your project

Change the ini_set('display_errors', '0') to ini_set('display_errors', '1') above will show you the error detail then do the following:

Open [xampp_folder_path]/php/php.ini to edit.

Search for ;extension=intl and remove the ;.

Save the php.ini file and restart Apache.
Reply
#4

(11-10-2022, 09:47 PM)NorahDaniels Wrote: I faced same issue and resolve by following below steps:

go to the app=> Config => Boot => production.php in your project

Change the ini_set('display_errors', '0') to ini_set('display_errors', '1') above will show you the error detail then do the following:

Open [xampp_folder_path]/php/php.ini to edit.

Search for ;extension=intl and remove the ;.

Save the php.ini file and echatspin echatrandom restart Apache.
Reply
#5

I faced same issue and resolve by following below steps:

go to the app=> Config => Boot => production.php in your project

Change the ini_set('display_errors', '0') to ini_set('display_errors', '1') above will show you the error detail then do the following:

Open [xampp_folder_path]/php/php.ini to edit.

Search for ;extension=intl and remove the ;.

Save the php.ini file and restart Apache.

reference/thanks to: Chibueze Agwu and mail2bapi
Reply




Theme © iAndrew 2016 - Forum software by © MyBB