System3
System3

Reputation: 23

Kohana_Exception [ 0 ]: The requested route does not exist: :route ~ APPPATH/ko322/classes/kohana/route.php [ 106 ]

Any php / mysql specialists have an idea what this error may be caused by.

I've uploaded a script to my server for a classified ads cms and after about 1 month of working fine, I am getting this error now when I go to my url.

Kohana_Exception [ 0 ]: The requested route does not exist: :route ~ APPPATH/ko322/classes/kohana/route.php [ 106 ]

My url is e-waitress.net

thanks very much!

Upvotes: 0

Views: 1830

Answers (3)

Miseno
Miseno

Reputation: 1

delete all files in "cache/" folder

Upvotes: 0

System3
System3

Reputation: 23

I deleted the cache file that got me into the website but blew out the 'back end' of the database connection to the server, then ran the install folder again, which was successful. Still not sure why the original error message, though I suspect it was server related.

A special thanks for all @Airoude and @Darstar for the yeoman's job of trying to figure this out!

Upvotes: 1

Katch
Katch

Reputation: 180

Provide the routes in your bootstrap.php

Upvotes: 0

Related Questions