Page 1 of 1

Class 'Controllerhome' not found in controller.php

Posted: Wed Jul 16, 2008 3:32 am
by Earnshaw24
Well,

I changed the Home.php slightly then undid everything and now I constantly get this error:

Class 'Controllerhome' not found in /home/footyshi/public_html/library/application/controller.php on line 71


The Controller.php can be found here:http://pastebin.com/m53098c4a

This is the worst error i've had...

Any ideas?

Thanks,

Gareth.

Re: Class 'Controllerhome' not found in controller.php

Posted: Wed Jul 16, 2008 10:19 am
by Luvz2drv
look in your controller folder for your home.php

the Top of the ControllerHome extends controller

That is normally what the error is about

let us know

Re: Class 'Controllerhome' not found in controller.php

Posted: Wed Jul 16, 2008 3:03 pm
by Earnshaw24
Thanks for the reply :)

Here's the Home.php I was wondering you'd be able to point out which bit is destroying me.

http://pastebin.com/m6bfccf48

Re: Class 'Controllerhome' not found in controller.php

Posted: Wed Jul 16, 2008 8:46 pm
by Luvz2drv
yeap wrong file that is the language/controller

you just want to look at controller/


hope that helps

Jonathon

Re: Class 'Controllerhome' not found in controller.php

Posted: Thu Jul 17, 2008 5:15 am
by Earnshaw24
This is the file in /public_html/catalog/controller/

???

Re: Class 'Controllerhome' not found in controller.php

Posted: Thu Jul 17, 2008 10:33 am
by Luvz2drv
if that is you file
then replace it from your install package from that same folder/file as that is only a language file

Re: Class 'Controllerhome' not found in controller.php

Posted: Thu Jul 17, 2008 7:23 pm
by Earnshaw24
Okey fixed it :D

Thanks Luv