Welcome Guest, Not a member yet? Register   Sign In
So I moved from local server to live server and issues...
#1

[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.
#2

[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.
#3

[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.




Theme © iAndrew 2016 - Forum software by © MyBB