Welcome Guest, Not a member yet? Register   Sign In
Upgrade to 2.0.1 - config/autoload.php not loading
#3

[eluser]Webnet[/eluser]
I looked over your guide, It covered the same things I did. We don't use plugins, ecryption, or validation provided by CI so there wasn't as much to be concerned with.

Here's the start of my autoload

Code:
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');

echo 'test';
exit;

/*
| -------------------------------------------------------------------
| AUTO-LOADER
| -------------------------------------------------------------------
| This file specifies which systems should be loaded by default.
*/

......................

$myLibraries= array(
    'helper',
    'MY_controller'
);

$autoload['libraries'] = array_merge(array('session', 'form_validation', 'database', 'datamapper', 'model', 'summary'), $myLibraries);


Messages In This Thread
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 08:07 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 08:27 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 08:31 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 10:48 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:02 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:09 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:11 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:13 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:20 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:21 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:23 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:26 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 11:53 AM
Upgrade to 2.0.1 - config/autoload.php not loading - by El Forum - 03-16-2011, 03:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB