Welcome Guest, Not a member yet? Register   Sign In
Autoload error
#4

[eluser]WanWizard[/eluser]
So it should be
Code:
$system_folder = "/wamp/www/libraries/codeigniter/system";
// or
$system_folder = "../../libraries/codeigniter/system";
// paths are relative to the location of index.php!
$application_folder = "application";

That also means that your URL is http://website/francebay/whooper/index.php. Make sure you have a rewritebase in your .htaccess, if you need to rewrite the URL to get rid of the index.php part.


Messages In This Thread
Autoload error - by El Forum - 08-08-2010, 07:11 AM
Autoload error - by El Forum - 08-08-2010, 08:48 AM
Autoload error - by El Forum - 08-08-2010, 09:14 AM
Autoload error - by El Forum - 08-08-2010, 10:01 AM
Autoload error - by El Forum - 08-08-2010, 10:39 AM
Autoload error - by El Forum - 08-08-2010, 10:49 AM
Autoload error - by El Forum - 08-08-2010, 10:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB