ErrorException [ Fatal Error ]: Class 'Kohana_Form' not found
1 <?php
2
3 defined('SYSPATH') OR die('No direct script access.');
4
5 class Form extends Kohana_Form {
6
I am using some methods such as
<?php echo Form::label('contact_name', 'Your Name'); ?>
<?php echo Form::input('contact_name'); ?>
This works fine on Windows running WAMP but when I uploaded it to hosting account (LINUX) I get this error, I had some others but they where fixed with a Capital :)
The file names and Capitalization seem fine so im pulling my hair out as to what is going on... using Kohana 3.3.1