Linuxspicker

Admins kleiner Zettelkasten für die Lösung von Linuxproblemen

Textpattern error "Cannot redeclare pagetop() (previously declared"

Bei der Suche nach einem Fehler in einer Nextcloud-Installation installierte ich kürzlich alle möglichen zusätzlichen Pakete für php 8.0. Das hatte den Nebeneffekt, dass Textpattern-Installationen plötzlich fehlerhafte Seiten ausgaben bzw. RSS-Feeds mit der angehängten kompletten Standardseite. Auf der Login-Seite von Textpattern war dann folgendes zu sehen:

Fatal error: Cannot redeclare pagetop() (previously declared in …/textpattern/lib/txplib_head.php:49) in … /textpattern/lib/txplib_head.php on line 49

Schrittweises deinstallieren und installieren der zusätzlichen php-Pakete brachte dann den Übeltäter zu Tage: php8.0-uopz.

The uopz – User Operations for Zend – extension exposes Zend Engine functionality normally used at compilation and execution time in order to allow modification of the internal structures that represent PHP code, and for user code to interact with the VM.

uopz supports the following activities:

Overloading some opcodes including ZEND_EXIT and ZEND_NEW Backup and restore functions and methods Renaming functions and methods Copying of functions and methods Deletion of functions and methods Redefinition of global and class constants Deletion of global and class constants Runtime composition and modification of classes

Nach der Deinstallation von php8.0-uopz funktionierte wieder alles normal. Unklar ist, ob das alle php-Versionen betrifft.


Stichworte: , ,
Kategorien: ,


Kommentare

Keine Kommentare

Kommentare

Geben Sie Ihren Kommentar hier ein. * Eingabe erforderlich. Sie müssen die Vorschau vor dem Absenden ansehen.