Framework Error - The requested view, admin_block_log_entries.html, could not be found

oavs

Joined: 2006-09-27
Posts: 8
Posted: Sun, 2009-03-29 23:39

Just installed version 3A. All is working except when I select Admin > Dashboard I get this. Any ideas why and how to fix?

Thanking you in advance

Quote:
Framework Error

Please check the Kohana documentation for information about the following error.

kohana/core/Kohana.php [1094]:

The requested view, admin_block_log_entries.html, could not be found
Stack Trace

* kohana/libraries/View.php [84]:

Kohana::find_file( views, admin_block_log_entries.html, 1 )

* kohana/libraries/View.php [50]:

View_Core->set_filename( admin_block_log_entries.html )

* core/helpers/core_block.php [51]:

View_Core->__construct( admin_block_log_entries.html )

* core/helpers/block_manager.php [60]:

core_block_Core::get( log_entries )

* core/controllers/admin_dashboard.php [24]:

block_manager_Core::get_html( Array
(
[0] => core_block
[1] => get
)
, log_entries )

* core/controllers/admin.php [49]:

Admin_Dashboard_Controller->index( dashboard_center )

*

Admin_Controller->__call( )

* kohana/core/Kohana.php [270]:

ReflectionMethod->invokeArgs( Array
(
[0] => Admin_Dashboard_Controller Object
(
[theme:private] =>
[uri] => URI Object
(
)

[input] => Input Object
(
[use_xss_clean:protected] => 1
[magic_quotes_gpc:protected] => 1
[ip_address] =>
)

)

[1] => index
)
)

* kohana/core/Event.php [209]:

Kohana::instance( index )

* kohana/core/Bootstrap.php [55]:

Event::run( Admin_Controller Object
(
[theme:private] =>
[uri] => URI Object
(
)

[input] => Input Object
(
[use_xss_clean:protected] => 1
[magic_quotes_gpc:protected] => 1
[ip_address] =>
)

)
, Array
(
[0] => index
[1] => Array
(
)

)
)

* index.php [61]:

require( kohana/core/Bootstrap.php )

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2009-04-07 06:40

Does the file core/views/admin_block_log_entries.html.php exist in your install? If not, you should try unpacking the zip file again and make sure that there were no errors.