-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
Type: bugA flaw in the code that causes the software to produce an incorrect or unexpected result.A flaw in the code that causes the software to produce an incorrect or unexpected result.
Milestone
Description
Current Behavior
To reproduce run:
php -d memory_limit=-1 /atom/src/symfony export:bulk --items-until-update=1 --public .
Expected Behavior
Shouldn't throw warnings and depreciated notices
Possible Solution
No response
Context and Notes
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /atom/src/lib/model/om/BaseEvent.php on line 157
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 249
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 266
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 397
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 405
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 413
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 83
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBodyDidElement.xml.php on line 64
PHP Warning: Undefined variable $authenticated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 252
PHP Warning: Undefined variable $authenticated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 255
PHP Warning: Undefined variable $authenticated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 261
PHP Warning: Undefined variable $authenticated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 273
PHP Warning: Undefined variable $authenticated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 75
PHP Warning: Undefined variable $authenticated in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBodyDidElement.xml.php on line 149
PHP Warning: Undefined variable $defTemplate in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 103
PHP Warning: Undefined variable $defTemplate in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 19
PHP Warning: Undefined variable $defTemplate in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 329
PHP Warning: Undefined variable $defTemplate in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBody.xml.php on line 62
PHP Warning: Undefined variable $defTemplate in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBodyBioghistElement.xml.php on line 4
PHP Warning: Undefined variable $defTemplate in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBodyDidElement.xml.php on line 39
PHP Warning: Undefined variable $defTemplate in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBodyDidElement.xml.php on line 64
PHP Warning: Undefined variable $defTemplate in /atom/src/plugins/sfEadPlugin/modules/sfEadPlugin/templates/indexSuccessBodyDidElement.xml.php on line 95
Version used
AtoM 2.10.1
Operating System and version
php:8.3-fpm-alpin
Default installation culture
en
PHP version
8.3.28
Contact details
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: bugA flaw in the code that causes the software to produce an incorrect or unexpected result.A flaw in the code that causes the software to produce an incorrect or unexpected result.