Project

General

Profile

Actions

Bug #55437

closed

Cannot redeclare t3lib_pageSelect Error

Added by Alex Kellner over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2014-01-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hello,

we tried to update a big installation from TYPO3 4.7.15 to 4.7.17 and the message

Cannot redeclare t3lib_pageSelect Error in ...

comes up with some old extensions. We also cleared all caches in typo3conf and typo3temp folder.

We saw the bug together with dam_frontend, tt_address and mw_imagemap. Probably some more extensions lead to this error.

In case of dam_frontend
There is a include_once in ext_tables.php:

include_once(t3lib_extMgm::extPath($_EXTKEY) . 'class.tx_damfrontend_addfilestosel.php');

And the file class.tx_damfrontend_addfilestosel.php at the beginning:

require_once(PATH_t3lib . 'class.t3lib_page.php');

We don't know if this error comes up with 4.7.16 or 4.7.17.

Actions #1

Updated by Alex Kellner over 10 years ago

  • % Done changed from 0 to 100

Hi guys,

please close this ticket.
We missed to clean the Apache PHP Cache - after cleaning all works fine - sorry for the ticket.

Alex

Actions #2

Updated by Anja Leichsenring over 10 years ago

  • Status changed from New to Closed

closed as requested

Actions

Also available in: Atom PDF