Welcome Guest, Not a member yet? Register   Sign In
Loading error
#1

[eluser]emperius[/eluser]
I created a site on a local server and when I tried to move it to the hosting I get this error

A PHP Error was encountered

Severity: Notice

Message: Undefined property: CI_Loader::$load

Filename: helpers/application_helper.php

Line Number: 12


on line 12 in the application helper I try to load session library
$this->load->library('session');

What could be a problem?

I just noticed that I was testing on PHP4 server but hosting has PHP 5
#2

[eluser]chobo[/eluser]
Online host server setups have extremely rigid settings. Make sure the classes or whatever you are loading are all the same case. To be safe use lowercase for filenames and when referring to them use the same case as well.
#3

[eluser]sparkling tux[/eluser]
It could be a headache if your problem is like this one: http://ellislab.com/forums/viewthread/52308/




Theme © iAndrew 2016 - Forum software by © MyBB