473,386 Members | 1,969 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

kohana: ErrorException [ Fatal Error ]: Class 'Controller_Template_Website' not found

oll3i
679 512MB
Hello,
I try to make a website with kohana.
I get error ErrorException [ Fatal Error ]: Class 'Controller_Template_Website' not found
for the code

Expand|Select|Wrap|Line Numbers
  1. 1 <?php defined('SYSPATH') or die('No direct script access.');
  2. 2   
  3. 3   class Controller_Page extends Controller_Template_Website {
  4. 4   
  5. 5       public function action_home()
  6. 6       {
  7. 7           $this->template->title = __('Welcome To Acme Widgets');
  8.  
I followed documentation and I set
in application/classes/controller
files page.php and website.php.
In website.php there is a class called
Controller_Template_Website extends Controller_Template
In page.php there is a class Controller_Page extends Controller_Template_Website.
When I run page.php it does not see Controller_Template_Website


Thank You
Sep 10 '12 #1
0 1966

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: EGreg | last post by:
I created this framework to make social applications on the web, but it turned out to be just the sort of framework a programmer would make if they kept abstracting things into more and more...
5
bilibytes
by: bilibytes | last post by:
Hello, I have a "big, huge" question regarding zend framework routes so lets say i have a url like this: site.com/module/controller/action there is no problem i get redirected to the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.