Welcome Guest, Not a member yet? Register   Sign In
USING V2.2.3 PROBLEM
#4

(This post was last modified: 08-23-2015, 07:01 AM by includebeer.)

(08-19-2015, 03:25 AM)jon12345 Wrote: if ( ! file_exists(APPPATH.'/views/pages/'.$page.'.php'))
{
// Whoops, we don't have a page for that!
show_404();
}


Fatal error: Call to undefined function file_exits() in C:*********

IT GIVES ME AN ERROR.. KINDLY HELP ME OUT. THANKS

You have a typo.
file_exists() is defined in system/core/Codeigniter.php and is always available.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
USING V2.2.3 PROBLEM - by jon12345 - 08-19-2015, 03:25 AM
RE: USING V2.2.3 PROBLEM - by mwhitney - 08-19-2015, 07:11 AM
RE: USING V2.2.3 PROBLEM - by freddy - 08-19-2015, 08:52 PM
RE: USING V2.2.3 PROBLEM - by includebeer - 08-23-2015, 07:00 AM
RE: USING V2.2.3 PROBLEM - by mwhitney - 08-24-2015, 08:30 AM
RE: USING V2.2.3 PROBLEM - by includebeer - 08-24-2015, 04:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB