SELECT siteId, arfooo_sites.url, imageSrc, firstGalleryImageSrc, siteTitle, description, arfooo_cachegoogledetails.pageRank, countryCode, categoryId, packageId, ADDDATE(creationDate, 30) > NOW() as isNew FROM arfooo_sites INNER JOIN arfooo_cachegoogledetails ON arfooo_cachegoogledetails.url = arfooo_sites.url WHERE status = 'validated' AND EXISTS(SELECT * FROM arfooo_categories WHERE arfooo_categories.categoryId=arfooo_sites.categoryId AND forbidden='0') ORDER BY arfooo_cachegoogledetails.pageRank DESC, siteId DESC LIMIT 5/top-rank.html
  (1024) Błąd SQL Got error 28 from storage engine (1030)   Database.php   line 235     23-2-12   2:11
FrontController->dispatch() # line   18, file: /home/annupoke/www/index.php
  call_user_func_array(Array[2], Array[0]) # line  220, file: /home/annupoke/www/core/FrontController.php
    SiteController->topRankAction() # line    0, file: unknown
      SiteListModel->getValidatedTopRankSites(false) # line  254, file: /home/annupoke/www/controllers/SiteController.php
        SiteModel->selectWithNewFlag(Object:Criteria, "siteId, sites.url, imageSrc, firstGalleryImageSrc, siteTitle, de...") # line  126, file: /home/annupoke/www/models/SiteListModel.php
          Model->findAll(Object:Criteria, "siteId, sites.url, imageSrc, firstGalleryImageSrc, siteTitle, de...", true) # line   23, file: /home/annupoke/www/models/SiteModel.php
            Database->sqlGetAll("SELECT siteId, arfooo_sites.url, imageSrc, firstGalleryImageSrc,...") # line  140, file: /home/annupoke/www/core/Model.php
              Database->sqlQuery("SELECT siteId, arfooo_sites.url, imageSrc, firstGalleryImageSrc,...") # line  360, file: /home/annupoke/www/core/Database.php
                trigger_error("Błąd SQL Got error 28 from storage engine (1030)") # line  235, file: /home/annupoke/www/core/Database.php