• 28-05-2022, 18:38:34
    #1
    Fatal error: Uncaught mysqli_sql_exception: Table 'qatest2.qa_options' doesn't exist in C:xampprealhtdocsqa-includeqa-db.php:227 Stack trace: #0 C:xampprealhtdocsqa-includeqa-db.php(227): mysqli->query('SELECT title, c...') #1 C:xampprealhtdocsqa-includeqa-db.php(202): qa_db_query_execute('SELECT title, c...') #2 C:xampprealhtdocsqa-includeqa-db.php(557): qa_db_query_raw('SELECT title, c...') #3 C:xampprealhtdocsqa-includeqa-db.php(590): qa_db_single_select(Array) #4 C:xampprealhtdocsqa-includeappoptions.php(135): qa_db_multi_select(Array) #5 C:xampprealhtdocsqa-includeqa-base.php(403): qa_preload_options() #6 C:xampprealhtdocsqa-includeqa-page.php(36): qa_initialize_postdb_plugins() #7 C:xampprealhtdocsqa-includeqa-index.php(188): require('C:\xamppreal\ht...') #8 C:xampprealhtdocsindex.php(27): require('C:\xamppreal\ht...') #9 {main} thrown in C:xampprealhtdocsqa-includeqa-db.php on line 227

    Bu hatanın sebebi nedir? nasıl çözebilirim?
  • 28-05-2022, 18:43:48
    #2
    qatest2.qa_options böyle bir tablo yok ya da C:xampprealhtdocsqa-includeqa-db.php burada db bağlantısı include edilmemiş.
  • 28-05-2022, 18:57:57
    #3
    $db bağlantısı doğru yapılandırılmışsa PHP sürümünüzü de değiştirerek kontrol edebilirsiniz. Bazen PHP sürümünden kaynaklanabilir.