Komunikat Unable to find a route to match the URL

Witam

Dzisiaj zainstalowałem stronę po 1 godzinie pojawił się błąd.

Czy to wina serwera

tu7f50y5k7ad_t.jpg

Czy ktoś wie jak to naprowadź.

google -> “Unable to find a route to match the URI”

ewentualnie dopisz “kohana” do powyższej frazy (lub jej części)

daro64 , proszę zapoznaj się z tą stroną oraz tym tematem, a następnie,używając przycisku image.php?album_id=20&image_id=4038

Może mi to pedagogicznie co mam poprawić

SYSPATH/classes/kohana/request.php [1126]


1121 */

1122 public function execute()

1123 {

1124 if ( ! $this->_route instanceof Route)

1125 {

1126 throw new HTTP_Exception_404('Unable to find a route to match the URI: :uri', array(

1127 ':uri' => $this->_uri,

1128 ));

1129 }

1130 

1131 if ( ! $this->_client instanceof Request_Client)

DOCROOT/index.php [145] » Kohana_Request->execute()

140 $request = Request::factory('errors/500');

    141 

    142 } else {

    143 $request = Request::factory('errors/' . $error_code);

    144 }

    145 $response = $request->execute();

    146         

    147 if (Kohana::$environment === Kohana::DEVELOPMENT) {

    148 // Just re-throw the exception

    149 throw $e;

    150 }

To akurat to zostaw w spokoju, tzn. cały katalog system.

Problem masz w innym miejscu.

Pokaż kontroller odpowiedzialny za tą akcję.