Class 'String' not found

Error: An Internal Error Has Occurred.

Stack Trace

  • [internal function]ArtistsController->view(string)
  • APP/Vendor/cakephp/cakephp/lib/Cake/Controller/Controller.php line 499ReflectionMethod->invokeArgs(ArtistsController, array)
  • APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php line 193Controller->invokeAction(CakeRequest)
  • APP/Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php line 167Dispatcher->_invoke(ArtistsController, CakeRequest)
  • APP/webroot/index.php line 98Dispatcher->dispatch(CakeRequest, CakeResponse)
(default) 2 queries took 6 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT name FROM sqlite_master WHERE type='table' ORDER BY name;005
2SELECT "Artist"."id", "Artist"."name", "Artist"."content", "Artist"."soundcloud", "Artist"."facebook", "Artist"."website", "Artist"."slug", "Artist"."order", "Artist"."is_active" FROM "main"."artists" AS "Artist" WHERE "Artist"."slug" = 'dirty-hippy' AND "is_active" = '1' ORDER BY "order" ASC LIMIT 1001