Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: route with (:any) not working on Ion Auth
Post: RE: route with (:any) not working on Ion Auth

Remove the '/$1'. auth/reset_password will automatically receive what is in (:any) as first param. PHP Code: -- $route['auth/reset_password/(:any)']    = 'auth/reset_password'; --
4,889 Views
3 Replies
08-29-2017, 02:25 PM
JediMind
    Thread: use Session data in config file
Post: use Session data in config file

How can I use Session data in config file? My config/database.php has a dynamic 'database' name value set by Session. How can I access Session data BEFORE Codeigniter has completed its load or s...
3,317 Views
2 Replies
08-29-2017, 02:15 PM
JediMind
    Thread: mkdir(): Invalid path in ***/system/core/Log.php on line 131
Post: RE: mkdir(): Invalid path in ***/system/core/Log.p...

InsiteFX Wrote: (08-23-2017, 09:50 AM) -- If you moved your site did you setup the new base_url correct? -- Yes, I have a multiple domains setup PHP Code: -- $config['base_url'] = 'https://'....
10,227 Views
4 Replies
08-23-2017, 01:01 PM
JediMind
    Thread: mkdir(): Invalid path in ***/system/core/Log.php on line 131
Post: RE: mkdir(): Invalid path in ***/system/core/Log.p...

InsiteFX Wrote: (08-22-2017, 04:13 PM) -- Shouldn't be a lower case L l -- It's a typo, corrected in my post. It really is 'application/logs'
10,227 Views
4 Replies
08-23-2017, 07:07 AM
JediMind
    Thread: mkdir(): Invalid path in ***/system/core/Log.php on line 131
Post: mkdir(): Invalid path in ***/system/core/Log.php o...

Code: -- PHP Notice:  Undefined index: log_path in ***/system/core/Log.php on line 127 PHP Warning:  mkdir(): Invalid path in ***/system/core/Log.php on line 131 PHP Notice:  Undefined index: log_thr...
10,227 Views
4 Replies
08-22-2017, 07:59 AM
JediMind

Theme © iAndrew 2016 - Forum software by © MyBB