Welcome Guest, Not a member yet? Register   Sign In
Does folder exist
#11

(This post was last modified: 08-29-2019, 05:07 PM by christaliise.)

(08-29-2019, 03:09 AM)InsiteFX Wrote: Are you auto loading the session library also?

PHP Code:
// Load the messages library
$autoload['libraries'] = array(
    'session',
    'messages',
); 

You need to be running the session library because that is what the message library is using.

I loaded "library" not "libraries" and that opened. I now need to see if the message works coz I suspect "file_exists" and "die" will have limitations particularly when continuing the process, however I'll look into that later to see what works.

This is what I put into the Controller and it opened, and I didn't touch the autoload.php.

PHP Code:
$this->load->library('session''messages'); 
Reply


Messages In This Thread
Does folder exist - by christaliise - 08-27-2019, 08:19 PM
RE: Does folder exist - by InsiteFX - 08-28-2019, 03:49 AM
RE: Does folder exist - by christaliise - 08-28-2019, 07:37 AM
RE: Does folder exist - by InsiteFX - 08-28-2019, 07:53 AM
RE: Does folder exist - by christaliise - 08-28-2019, 08:14 AM
RE: Does folder exist - by InsiteFX - 08-28-2019, 08:27 AM
RE: Does folder exist - by christaliise - 08-28-2019, 08:36 AM
RE: Does folder exist - by InsiteFX - 08-28-2019, 10:37 AM
RE: Does folder exist - by christaliise - 08-28-2019, 08:49 PM
RE: Does folder exist - by InsiteFX - 08-29-2019, 03:09 AM
RE: Does folder exist - by christaliise - 08-29-2019, 04:57 PM



Theme © iAndrew 2016 - Forum software by © MyBB