Project

General

Profile

Actions

Bug #67904

closed

"Clear Temporary Data" in user settings results in PHP warning

Added by Bernd Wilke almost 9 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-07-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

"Clear Temporary Data" in 'user settings' results in

PHP Warning: Creating default object from empty value in ..../typo3_src-7.3.1/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeCommands.php line 349


Files

Actions #1

Updated by Oliver Eglseder almost 9 years ago

  • Assignee set to Bernd Wilke

Hi Bernd,

i can not reproduce your problem in the current master. There is no warning in the Backend, nor in the logs.
Can you provide more information about your installation (TYPO3 Version, Extensions, Settings) and how to reproduce this warning.
Have you tried to reproduce it in the current master?

With regards,

VerteX

Actions #2

Updated by Frederic Gaus almost 9 years ago

I am able to reproduce this issue on current master. See Screenshot

Actions #3

Updated by Bernd Wilke almost 9 years ago

7.3.1 (as seen from the path in the error-message)
extensions are nearly none as I just started to experiment with defining new CEs
some settings from LocalConfiguration.php:

return array(
    'BE' => array(
        'debug' => '1',
        'explicitADmode' => 'explicitAllow',
        :
        ),
    :
    'SYS' => array(
        'caching' => array(
            'cacheConfigurations' => array(
                'extbase_object' => array(
                    'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
                    'frontend' => 'TYPO3\\CMS\\Core\\Cache\\Frontend\\VariableFrontend',
                    'groups' => array(
                        'system',
                    ),
                    'options' => array(
                        'defaultLifetime' => 0,
                    ),
                ),
            ),
        ),
        'clearCacheSystem' => '1',
        'devIPmask' => '*',
        'displayErrors' => '1',
        'enableDeprecationLog' => '',
        'encryptionKey' => '07...f1',
        'exceptionalErrors' => 28674,
        'isInitialInstallationInProgress' => FALSE,
        'sitename' => 'T3 7.3',
        'sqlDebug' => '1',
        'systemLogLevel' => '0',
        't3lib_cs_convMethod' => 'mbstring',
        't3lib_cs_utils' => 'mbstring',
    ),
);
?>    

reproducing:
just go to "user settings" and click the button at "Clear Temporary Data"

Actions #4

Updated by Bernd Wilke almost 9 years ago

  • Assignee deleted (Bernd Wilke)
Actions #5

Updated by Mathias Schreiber over 8 years ago

  • Target version deleted (next-patchlevel)
Actions #6

Updated by Markus Klein over 8 years ago

  • Status changed from New to Needs Feedback

Can't reproduce on 7.6.0+

Actions #7

Updated by Riccardo De Contardi about 8 years ago

  • Status changed from Needs Feedback to Closed

The issue seems fixed in 7.6.4, so I'll close it for now.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF