Project

General

Profile

Bug #69660

Updated by Morton Jonuschat over 8 years ago

BackendUtility::readPageAccess(1, 31) results in the following SELECT call: 

 
 DatabaseConnection::exec_SELECTquery("*", "pages", "uid=1 AND pages.deleted=0 AND 31", "", "", "1") 

 The error happens somewhere between in the readPageAccess, the following call is possibly wrong: 

 calls to  
 BackendUtility::getRecord("pages", 1, "*", " AND 31") 

 and 

 BackendUtility::readPageAccess(1, 31) results in the following SELECT call: 


 Database: PostgreSQL 9.4.4 
 TYPO3 7.5-dev 

Back