Kohana_404_Exception - Theme dispatcher

mothsireland

Joined: 2014-02-10
Posts: 7
Posted: Thu, 2014-02-20 17:49

New install
This note appeared
Theme dispatcher needs configuration. Configure it now!

But something went wrong and I don't know how to fix.
Full details.
Theme dispatcher is V5

BUT, I removed the module and its still appearing with same note and subsequent error.

Platform information

Operating system: Linux 2.6.32-042stab084.20
Apache: Apache/2.2.11 (Unix)
PHP: 5.3.3
MySQL: 5.0.83-community
Server load: 0.96 1.31 1.93
Graphics toolkit: gd

remove Gallery stats

Version: 3.0.9 (Chartres)
Albums: 0
Photos: 0

Kohana_404_Exception [ Page Not Found ]: The page you requested, admin/themedispatcher, could not be found.

MODPATH/gallery/controllers/admin.php[ 59 ]
54 } else { 55 $method = "index"; 56 } 57 58 if (!class_exists($controller_name) || !method_exists($controller_name, $method)) { 59 throw new Kohana_404_Exception(); 60 } 61 62 call_user_func_array(array(new $controller_name, $method), $args); 63 } 64

{PHP internal call} » Admin_Controller->__call( arguments )

SYSPATH/core/Kohana.php[ 331 ] » ReflectionMethod->invokeArgs( arguments )

{PHP internal call} » Kohana_Core::instance( arguments )

SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )

APPPATH/Bootstrap.php[ 67 ] » Event_Core::run( arguments )

DOCROOT/index.php[ 111 ] » require( arguments )

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2014-02-20 20:48
Quote:
Version: 3.0.9 (Chartres)
Albums: 0
Photos: 0

might be just as easy to start over than to troubleshoot a module that I have never used.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
spags

Joined: 2010-03-26
Posts: 120
Posted: Thu, 2014-02-20 21:01

When you say you "removed the module", do you mean you deleted the module files? Did you disable it in your Modules page first? If you removed the files without disabling the module, this could be a reason why Gallery is still trying to access it. You could try restoring those files back and see if it starts working again (in which case you coud then disable the module).

 
mothsireland

Joined: 2014-02-10
Posts: 7
Posted: Thu, 2014-02-20 21:08

I'm sorry Dave, I don't understand.

The module is now not installed but this note

Quote:
Theme dispatcher needs configuration. Configure it now!

is still showing at top.
I assumed that removing the module would remove this note, but I was wrong.

Are you suggesting that I do a complete reinstall?

or is it just an original file I need replace?

 
mothsireland

Joined: 2014-02-10
Posts: 7
Posted: Thu, 2014-02-20 21:09
spags wrote:
When you say you "removed the module", do you mean you deleted the module files? Did you disable it in your Modules page first? If you removed the files without disabling the module, this could be a reason why Gallery is still trying to access it. You could try restoring those files back and see if it starts working again (in which case you coud then disable the module).

I'll try that.
Can't be sure what I did or did not do.

 
mothsireland

Joined: 2014-02-10
Posts: 7
Posted: Thu, 2014-02-20 21:14

Re installed the module and its now working!

I thought I had already tried that.

Now I'm wondering about that as well!

Appreciate the replies.

This is now sorted.
Cheers
Angus