SELECT COUNT(DISTINCT bcv) AS count_verses, COUNT(*) AS count_occurences, book_no, chapter_no FROM bible_index WHERE base_strong_grouped = :S AND lemma IS NOT NULL GROUP BY book_no, chapter_no ORDER BY book_no, chapter_no
ERROR
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd03effc6.bible_index' doesn't exist
#0 /var/www/html/bibel/WebApp/core/DB/class.DB.php(171): DB::HandleError() #1 /var/www/html/bibel/WebApp/modules/Strongs/class.Strongs.php(324): DB::Query() #2 /var/www/html/bibel/WebApp/modules/Strongs/class.Strongs.php(295): Strongs::BuildBibleStats() #3 /var/www/html/bibel/WebApp/modules/Strongs/class.StrongInfo.php(57): Strongs::GetStrongInfo() #4 /var/www/html/bibel/WebApp/modules/Panels/class.ContentTypesBase.php(97): StrongInfo::FromUrl() #5 /var/www/html/bibel/WebApp/modules/Panels/page.Layout.php(14): ContentTypesBase::GetElementFromUrl() #6 /var/www/html/bibel/WebApp/core/Core/class.Core.php(292): require('...') #7 /var/www/html/bibel/WebApp/core/Core/class.Core.php(224): Core::RenderPage() #8 /var/www/html/bibel/WebApp/core/Core/class.Core.php(177): Core::ExecuteMappedRequest() #9 /var/www/html/bibel/WebApp/index.php(5): Core::ExecuteRequest() #10 {main}