Welcome Guest, Not a member yet? Register   Sign In
error on function call
#7

This is telling me that your base_url is not configured right.

PHP Code:
<form action="<?= base_url('/index.php/Users_start_login/get_email') ?>" method="POST"
 
If you set your base_url to have an ending / slash like the documentation says to do you would not need a slash at the beginning
of index,php. Also if you need index.php then you should have used site_url not base_url.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
error on function call - by richb201 - 04-19-2021, 06:36 AM
RE: error on function call - by richb201 - 04-19-2021, 01:28 PM
RE: error on function call - by vitnibel - 04-19-2021, 06:51 PM
RE: error on function call - by richb201 - 04-19-2021, 09:00 PM
RE: error on function call - by vitnibel - 04-19-2021, 09:40 PM
RE: error on function call - by richb201 - 04-19-2021, 09:56 PM
RE: error on function call - by InsiteFX - 04-20-2021, 11:44 AM
RE: error on function call - by hamishheney5 - 06-09-2021, 04:54 AM
RE: error on function call - by ashwinjio - 02-25-2022, 01:51 PM
RE: error on function call - by dervisvid - 04-12-2022, 12:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB