Project

General

Profile

Actions

Bug #98301

closed

Undefined function in AbstractPostgreSQLDriver.php

Added by Gerald Z about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-09-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using the Upgrade Wizards in 11.5.15 i get the following errors on the cli:

php typo3/sysext/core/bin/typo3 upgrade:run

 ! [NOTE] Wizard databaseRowsUpdateWizard does not need to make changes.                                                

 ! [NOTE] Wizard TYPO3\CMS\FrontendLogin\Updates\MigrateFeloginPluginsCtype does not need to make changes.              

 ! [NOTE] Wizard BK2K\BootstrapPackage\Updates\AccordionContentElementUpdate does not need to make changes.             

 ! [NOTE] Wizard BK2K\BootstrapPackage\Updates\AccordionMediaOrientUpdate does not need to make changes.                

 ! [NOTE] Wizard BK2K\BootstrapPackage\Updates\BackendLayoutUpdate does not need to make changes.                       

In AbstractPostgreSQLDriver.php line 102:

  An exception occurred while executing 'SELECT COUNT("uid") FROM "tt_content" WHERE ("CType" = ?) AND ("layout" IN (100, 110, 120, 130)) AND ("tt_content"."deleted" = 0)' with params ["bullets"]:  

  SQLSTATE[42883]: Undefined function: 7 ERROR:  operator does not exist: character varying = integer                                                                                                 
  LINE 1: ...M "tt_content" WHERE ("CType" = $1) AND ("layout" IN (100, 1...                                                                                                                          
                                                               ^                                                                                                                                      
  HINT:  No operator matches the given name and argument types. You might need to add explicit type casts.                                                                                            

In Exception.php line 18:

  SQLSTATE[42883]: Undefined function: 7 ERROR:  operator does not exist: character varying = integer       
  LINE 1: ...M "tt_content" WHERE ("CType" = $1) AND ("layout" IN (100, 1...                                
                                                               ^                                            
  HINT:  No operator matches the given name and argument types. You might need to add explicit type casts.  

In PDOStatement.php line 117:

  SQLSTATE[42883]: Undefined function: 7 ERROR:  operator does not exist: character varying = integer       
  LINE 1: ...M "tt_content" WHERE ("CType" = $1) AND ("layout" IN (100, 1...                                
                                                               ^                                            
  HINT:  No operator matches the given name and argument types. You might need to add explicit type casts.  

upgrade:run [<wizardName>]

Actions

Also available in: Atom PDF