CodeIgniter Forums
So I moved from local server to live server and issues... - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: So I moved from local server to live server and issues... (/showthread.php?tid=14034)



So I moved from local server to live server and issues... - El Forum - 12-15-2008

[eluser]internut[/eluser]
Hi all,

Anyone have somewhere to point me to? I knew this was going to happen. I've been developing locally for some time now.

I just moved it from localhost web server to my new server. Works fine on the local server.

Both are PHP 5.2 & MySQL 5.x

When I access the new server i'm getting:

An Error Was Encountered

Unable to load the requested class: load_settings


Load_Settings.php is in:

/libraries/Load_Settings.php

Which is being loaded from:

Code:
$autoload['libraries'] = array('database','session','load_settings','email','send_email','user_count','custom_fields','user_groups');

Any thoughts? I knew this would happen. Hopefully its something small.


So I moved from local server to live server and issues... - El Forum - 12-15-2008

[eluser]Colin Williams[/eluser]
Rename your file to Load_settings.php. Only the first letter should be capitalized. Follow the User Guide more closely to avoid this stuff.


So I moved from local server to live server and issues... - El Forum - 12-16-2008

[eluser]internut[/eluser]
Hey Colin,

Just wanted to say thanks for the heads up. I checked the user guide and did not see anything that poked out at me not to have any other caps then the start.

I'll re-read. It was late.