pro-dev-ph / codeigniter4-auth-and-user-management

A simple authentication and user management system for CodeIgniter 4
Apache License 2.0
56 stars 22 forks source link

Invalid file: auth/auth/register.php #2

Closed SwapnilAkolkar closed 3 years ago

SwapnilAkolkar commented 3 years ago

When I click on Register link it shows this error.

pro-dev-ph commented 3 years ago

Hello @SwapnilAkolkar

What is the error?

treborin commented 3 years ago

When I click on Register link it shows this error.

Hi, did you solve this @SwapnilAkolkar ? I get the same

SwapnilAkolkar commented 3 years ago

When I click on Register link it shows this error.

Hi, did you solve this @SwapnilAkolkar ? I get the same

Solved by relacing all the urls with including base_url and define that base_url in the settings .env file , I did first some trial and error , then Ifound where exact the url pointed then I replace all urls with adding them with $base_url