pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
297 stars 442 forks source link

Improve the performance and decrease the memory usage when running the upgrade #9085

Open jonasraoni opened 1 year ago

jonasraoni commented 1 year ago

Describe the bug At the issue https://github.com/pkp/pkp-lib/issues/8929, the user had an issue with memory limit. I think it's worth to add an ini_set('memory_limit', -1), at least for the upgrade, this should probably be also backported to at least OJS 3.3.

According to the user the installation has a 30GB database (must be probably the size of a .sql file) and more than 18K users.

Solution Fix the upgrade scripts, which shouldn't be consuming so much memory.

What application are you using? OJS 3.4rc3

asmecher commented 1 year ago

@jonasraoni, do you have a stack trace or exception indicating where the out-of-memory condition occurred? We should be processing data in batches, so it shouldn't be necessary to store lots of it in memory.

jonasraoni commented 1 year ago

Ah, I didn't mind about asking a stack trace for the user, PHP just shows the last executed line (which will probably be something inside a framework). I just got curious about what could be eating so much memory 🤔

We should be processing data in batches, so it shouldn't be necessary to store lots of it in memory.

Yeah, it's better to not download any data from the database, unless we really need to :)

shantanu198713 commented 1 year ago

Hi @jonasraoni

I have already set the memory_limit from 2024MB to 4048MB in php.ini file but the same error appeared for the second time.

Error Log

2023-06-14 04:02:24 [848 entries removed]
2023-06-14 04:02:24 [migration: PKP\migration\upgrade\v3_4_0\I8060_UpdateUserLocalesDefaultToEmptyArrayFromNull]
2023-06-14 04:03:36 [migration: PKP\migration\upgrade\v3_4_0\I7245_UpdateUserLocaleStringToParsableJsonString]

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 31457288 bytes) in F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php on line 453

Call Stack:
    0.0001     392200   1. {main}() F:\wamp64\www\ojs34\tools\upgrade.php:0
    0.1296   15538512   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs34\tools\upgrade.php:22
    0.1296   15538512   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs34\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.1491   17097288   4. PKP\install\Installer->execute() F:\wamp64\www\ojs34\lib\pkp\classes\cliTool\UpgradeTool.php:96
    0.1538   17465808   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs34\lib\pkp\classes\install\Installer.php:209
 1407.6074   21910368   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I7245_UpdateUserLocaleStringToParsableJsonString']]) F:\wamp64\www\ojs34\lib\pkp\classes\install\Installer.php:294
 1407.6182   21916336   7. PKP\migration\upgrade\v3_4_0\I7245_UpdateUserLocaleStringToParsableJsonString->up() F:\wamp64\www\ojs34\lib\pkp\classes\install\Installer.php:463
 1407.6183   21919848   8. Illuminate\Support\LazyCollection->each($callback = class Closure { virtual $closure = "$this->PKP\migration\upgrade\v3_4_0\{closure}", public $this = class PKP\migration\upgrade\v3_4_0\I7245_UpdateUserLocaleStringToParsableJsonString { protected $connection = NULL; public $withinTransaction = TRUE; protected array $_attributes = [...]; protected PKP\install\Installer $_installer = class APP\install\Upgrade { ... } }; public $parameter = ['$user' => '<required>'] }) F:\wamp64\www\ojs34\lib\pkp\classes\migration\upgrade\v3_4_0\I7245_UpdateUserLocaleStringToParsableJsonString.php:45
 1407.6185   21921568   9. Illuminate\Database\Connection->cursor($query = 'select `user_id`, `locales` from `users` where `locales` <> ?', $bindings = [0 => '[]'], $useReadPdo = TRUE) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Collections\Traits\EnumeratesValues.php:234
 1407.6185   21922328  10. Illuminate\Database\Connection->run($query = 'select `user_id`, `locales` from `users` where `locales` <> ?', $bindings = [0 => '[]'], $callback = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}", public $static = ['useReadPdo' => TRUE]; public $this = class Illuminate\Database\MySqlConnection { protected $pdo = class PDO { ... }; protected $readPdo = NULL; protected $database = 'ojs34'; protected $readWriteType = NULL; protected $tablePrefix = ''; protected $config = [...]; protected $reconnector = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}", ... }; protected $queryGrammar = class Illuminate\Database\Query\Grammars\MySqlGrammar { ... }; protected $schemaGrammar = class Illuminate\Database\Schema\Grammars\MySqlGrammar { ... }; protected $postProcessor = class Illuminate\Database\Query\Processors\MySqlProcessor { ... }; protected $events = class Illuminate\Events\Dispatcher { ... }; protected $fetchMode = 5; protected $transactions = 0; protected $transactionsManager = class Illuminate\Database\DatabaseTransactionsManager { ... }; protected $recordsModified = TRUE; protected $readOnWriteConnection = FALSE; protected $queryLog = [...]; protected $loggingQueries = FALSE; protected $totalQueryDuration = 1404036.54; protected $queryDurationHandlers = [...]; protected $pretending = FALSE; protected $beforeExecutingCallbacks = [...]; protected $doctrineConnection = class Doctrine\DBAL\Connection { ... }; protected $doctrineTypeMappings = [...] }; public $parameter = ['$query' => '<required>', '$bindings' => '<required>'] }) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:456
 1407.6185   21922328  11. Illuminate\Database\Connection->runQueryCallback($query = 'select `user_id`, `locales` from `users` where `locales` <> ?', $bindings = [0 => '[]'], $callback = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}", public $static = ['useReadPdo' => TRUE]; public $this = class Illuminate\Database\MySqlConnection { protected $pdo = class PDO { ... }; protected $readPdo = NULL; protected $database = 'ojs34'; protected $readWriteType = NULL; protected $tablePrefix = ''; protected $config = [...]; protected $reconnector = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}", ... }; protected $queryGrammar = class Illuminate\Database\Query\Grammars\MySqlGrammar { ... }; protected $schemaGrammar = class Illuminate\Database\Schema\Grammars\MySqlGrammar { ... }; protected $postProcessor = class Illuminate\Database\Query\Processors\MySqlProcessor { ... }; protected $events = class Illuminate\Events\Dispatcher { ... }; protected $fetchMode = 5; protected $transactions = 0; protected $transactionsManager = class Illuminate\Database\DatabaseTransactionsManager { ... }; protected $recordsModified = TRUE; protected $readOnWriteConnection = FALSE; protected $queryLog = [...]; protected $loggingQueries = FALSE; protected $totalQueryDuration = 1404036.54; protected $queryDurationHandlers = [...]; protected $pretending = FALSE; protected $beforeExecutingCallbacks = [...]; protected $doctrineConnection = class Doctrine\DBAL\Connection { ... }; protected $doctrineTypeMappings = [...] }; public $parameter = ['$query' => '<required>', '$bindings' => '<required>'] }) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:720
 1407.6185   21922328  12. Illuminate\Database\Connection->Illuminate\Database\{closure:F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:435-456}($query = 'select `user_id`, `locales` from `users` where `locales` <> ?', $bindings = [0 => '[]']) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:753
 1407.6187   21949136  13. PDOStatement->execute() F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:453
jonasraoni commented 1 year ago

Thanks for the log @shantanu198713 =]

@asmecher Here we can add a where('locales', '=', '')->update(['locales' => '[]']) before the loop, then cover the loop with a chunk, perhaps there are other places that need this 🤔

asmecher commented 1 year ago

@jonasraoni, that sounds good; can you put together a PR?

shantanu198713 commented 1 year ago

Hi @jonasraoni

I have set memory_limit -1 in php.ini file and the upgrade is running but now getting a memory_limit error in EventLogLocalized. Please suggest to me if I can update anything.

Error log

2023-06-14 13:16:12 [migration: PKP\migration\upgrade\v3_4_0\I9039_DropDeprecatedFields]
2023-06-14 13:16:12 [migration: APP\migration\upgrade\v3_4_0\I8933_EventLogLocalized]

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4194312 bytes) in F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php on line 421

Call Stack:
    0.0001     392200   1. {main}() F:\wamp64\www\ojs34\tools\upgrade.php:0
    0.2185   17750840   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs34\tools\upgrade.php:22
    0.2185   17750840   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs34\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.2486   19305312   4. PKP\install\Installer->execute() F:\wamp64\www\ojs34\lib\pkp\classes\cliTool\UpgradeTool.php:96
    0.3197   19698304   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs34\lib\pkp\classes\install\Installer.php:209
26251.7144   42050488   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'APP\\migration\\upgrade\\v3_4_0\\I8933_EventLogLocalized']]) F:\wamp64\www\ojs34\lib\pkp\classes\install\Installer.php:294
26251.7317   42092760   7. PKP\migration\upgrade\v3_4_0\I8933_EventLogLocalized->up() F:\wamp64\www\ojs34\lib\pkp\classes\install\Installer.php:463
26285.9897   42109800   8. PKP\migration\upgrade\v3_4_0\I8933_EventLogLocalized->renameSettings() F:\wamp64\www\ojs34\lib\pkp\classes\migration\upgrade\v3_4_0\I8933_EventLogLocalized.php:64
26308.7491   52584200   9. Illuminate\Database\Query\Builder->pluck($column = 'log_id', $key = ???) F:\wamp64\www\ojs34\lib\pkp\classes\migration\upgrade\v3_4_0\I8933_EventLogLocalized.php:194
26308.7491   52584960  10. Illuminate\Database\Query\Builder->onceWithColumns($columns = [0 => 'log_id'], $callback = class Closure { virtual $closure = "$this->Illuminate\Database\Query\{closure}", public $this = class Illuminate\Database\Query\Builder { public $connection = class Illuminate\Database\MySqlConnection { ... }; public $grammar = class Illuminate\Database\Query\Grammars\MySqlGrammar { ... }; public $processor = class Illuminate\Database\Query\Processors\MySqlProcessor { ... }; public $bindings = [...]; public $aggregate = NULL; public $columns = [...]; public $distinct = FALSE; public $from = 'event_log'; public $indexHint = NULL; public $joins = NULL; public $wheres = [...]; public $groups = NULL; public $havings = NULL; public $orders = NULL; public $limit = NULL; public $offset = NULL; public $unions = NULL; public $unionLimit = NULL; public $unionOffset = NULL; public $unionOrders = NULL; public $lock = NULL; public $beforeQueryCallbacks = [...]; public $operators = [...]; public $bitwiseOperators = [...]; public $useWritePdo = FALSE } }) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php:2922
26308.7491   52584960  11. Illuminate\Database\Query\Builder->Illuminate\Database\Query\{closure:F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php:2918-2922}() F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php:3230
26308.7491   52584960  12. Illuminate\Database\Query\Builder->runSelect() F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php:2920
26308.7492   52585432  13. Illuminate\Database\Connection->select($query = 'select `log_id` from `event_log` where `event_type` = ?', $bindings = [0 => 1342177296], $useReadPdo = TRUE) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php:2706
26308.7492   52586192  14. Illuminate\Database\Connection->run($query = 'select `log_id` from `event_log` where `event_type` = ?', $bindings = [0 => 1342177296], $callback = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}", public $static = ['useReadPdo' => TRUE]; public $this = class Illuminate\Database\MySqlConnection { protected $pdo = class PDO { ... }; protected $readPdo = NULL; protected $database = 'ojs34'; protected $readWriteType = NULL; protected $tablePrefix = ''; protected $config = [...]; protected $reconnector = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}", ... }; protected $queryGrammar = class Illuminate\Database\Query\Grammars\MySqlGrammar { ... }; protected $schemaGrammar = class Illuminate\Database\Schema\Grammars\MySqlGrammar { ... }; protected $postProcessor = class Illuminate\Database\Query\Processors\MySqlProcessor { ... }; protected $events = class Illuminate\Events\Dispatcher { ... }; protected $fetchMode = 5; protected $transactions = 0; protected $transactionsManager = class Illuminate\Database\DatabaseTransactionsManager { ... }; protected $recordsModified = TRUE; protected $readOnWriteConnection = FALSE; protected $queryLog = [...]; protected $loggingQueries = FALSE; protected $totalQueryDuration = 24229210.930001; protected $queryDurationHandlers = [...]; protected $pretending = FALSE; protected $beforeExecutingCallbacks = [...]; protected $doctrineConnection = class Doctrine\DBAL\Connection { ... }; protected $doctrineTypeMappings = [...] }; public $parameter = ['$query' => '<required>', '$bindings' => '<required>'] }) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:422
26308.7493   52586192  15. Illuminate\Database\Connection->runQueryCallback($query = 'select `log_id` from `event_log` where `event_type` = ?', $bindings = [0 => 1342177296], $callback = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}", public $static = ['useReadPdo' => TRUE]; public $this = class Illuminate\Database\MySqlConnection { protected $pdo = class PDO { ... }; protected $readPdo = NULL; protected $database = 'ojs34'; protected $readWriteType = NULL; protected $tablePrefix = ''; protected $config = [...]; protected $reconnector = class Closure { virtual $closure = "$this->Illuminate\Database\{closure}", ... }; protected $queryGrammar = class Illuminate\Database\Query\Grammars\MySqlGrammar { ... }; protected $schemaGrammar = class Illuminate\Database\Schema\Grammars\MySqlGrammar { ... }; protected $postProcessor = class Illuminate\Database\Query\Processors\MySqlProcessor { ... }; protected $events = class Illuminate\Events\Dispatcher { ... }; protected $fetchMode = 5; protected $transactions = 0; protected $transactionsManager = class Illuminate\Database\DatabaseTransactionsManager { ... }; protected $recordsModified = TRUE; protected $readOnWriteConnection = FALSE; protected $queryLog = [...]; protected $loggingQueries = FALSE; protected $totalQueryDuration = 24229210.930001; protected $queryDurationHandlers = [...]; protected $pretending = FALSE; protected $beforeExecutingCallbacks = [...]; protected $doctrineConnection = class Doctrine\DBAL\Connection { ... }; protected $doctrineTypeMappings = [...] }; public $parameter = ['$query' => '<required>', '$bindings' => '<required>'] }) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:720
26308.7493   52586192  16. Illuminate\Database\Connection->Illuminate\Database\{closure:F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:405-422}($query = 'select `log_id` from `event_log` where `event_type` = ?', $bindings = [0 => 1342177296]) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:753
26308.8993   55025576  17. PDOStatement->fetchAll($mode = ???) F:\wamp64\www\ojs34\lib\pkp\lib\vendor\laravel\framework\src\Illuminate\Database\Connection.php:421

My php.ini file setting php ini_file

shantanu198713 commented 1 year ago

Unable to upgrade due to memory_limit error. I am getting the same error after changing the DB for the third time.

And the second memory_limit error is mentioned above.

jonasraoni commented 1 year ago

Thanks! I've just checked the migrations and there's a lot of points that can be improved to decrease the memory usage, I'll add a bunch of fixes.

shantanu198713 commented 1 year ago

Hi @jonasraoni

Can I use any thread to update the code/file for upgrade or are you releasing new version?

jonasraoni commented 1 year ago

The OJS 3.4.0-1 was released on Friday, but without the memory/performance fixes for the upgrade (they still need to be reviewed).

If you know how to use Git and want to check if my current fixes are enough (I'll add more later), you can check these branches: https://github.com/jonasraoni/ojs/tree/feature/main/9085-improve-memory-usage https://github.com/jonasraoni/pkp-lib/tree/feature/main/9085-improve-memory-usage

shantanu198713 commented 1 year ago

ok, any idea how long it will take to resolve the memory issue?

I am not friendly with GitHub but I will try to replace two error related files with what you above suggested and with the help of this files and test again.

jonasraoni commented 1 year ago

That should work :)

You can also download a .diff/.patch file from the pull request URL and use a Linux command to apply the changes: .patch: https://github.com/pkp/pkp-lib/pull/9096.patch .diff: https://github.com/pkp/pkp-lib/pull/9096.diff

shantanu198713 commented 1 year ago

Hi @jonasraoni

I have manually updated all the related files and now I have successfully upgraded with the help of this link. Also, I use to replace files with the help of mentioned by you.

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:36 [Removing orphaned note entry ID  with nonexistent query 222120]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:36 [Removing orphaned note entry ID  with nonexistent query 222121]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:36 [Removing orphaned note entry ID  with nonexistent query 222122]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:36 [Removing orphaned note entry ID  with nonexistent query 222121]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:36 [Removing orphaned note entry ID  with nonexistent query 222121]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:36 [Removing orphaned note entry ID  with nonexistent query 222123]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:36 [Removing orphaned note entry ID  with nonexistent query 222133]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222137]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222139]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222149]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222175]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222176]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222177]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222179]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222180]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222183]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222184]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222185]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:37 [Removing orphaned note entry ID  with nonexistent query 222186]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222187]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222189]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222197]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222198]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222201]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222210]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222211]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222212]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222213]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:38 [Removing orphaned note entry ID  with nonexistent query 222214]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222215]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222261]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222262]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222281]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222282]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222283]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222284]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222291]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222299]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:39 [Removing orphaned note entry ID  with nonexistent query 222300]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222310]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222311]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222314]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222322]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222342]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222343]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222344]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222346]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222360]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222369]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:40 [Removing orphaned note entry ID  with nonexistent query 222371]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222372]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222407]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222408]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222418]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222419]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222420]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222423]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222424]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222426]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:41 [Removing orphaned note entry ID  with nonexistent query 222432]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222433]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222434]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222436]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222437]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222441]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222443]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222444]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222493]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222504]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222511]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:42 [Removing orphaned note entry ID  with nonexistent query 222519]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:43 [Removing orphaned note entry ID  with nonexistent query 222520]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:43 [Removing orphaned note entry ID  with nonexistent query 222521]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:43 [Removing orphaned note entry ID  with nonexistent query 222522]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:43 [Removing orphaned note entry ID  with nonexistent query 222524]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:43 [Removing orphaned note entry ID  with nonexistent query 222547]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:43 [Removing orphaned note entry ID  with nonexistent query 222564]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:43 [Removing orphaned note entry ID  with nonexistent query 222565]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:43 [Removing orphaned note entry ID  with nonexistent query 222568]

Warning: Undefined array key "noteId" in F:\wamp64\www\ojs3401\lib\pkp\classes\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects.php on line 119

Call Stack:
    0.0010     392200   1. {main}() F:\wamp64\www\ojs3401\tools\upgrade.php:0
    0.7107   18304352   2. PKP\cliTool\UpgradeTool->execute() F:\wamp64\www\ojs3401\tools\upgrade.php:22
    0.7107   18304352   3. PKP\cliTool\UpgradeTool->upgrade() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:69
    0.9543   19862992   4. PKP\install\Installer->execute() F:\wamp64\www\ojs3401\lib\pkp\classes\cliTool\UpgradeTool.php:96
    1.0744   20322648   5. PKP\install\Installer->executeInstaller() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:209
18427.6701   25169960   6. PKP\install\Installer->executeAction($action = ['type' => 'migration', 'file' => NULL, 'attr' => ['class' => 'PKP\\migration\\upgrade\\v3_4_0\\I8073_RemoveNotesWithoutQueriesAndRelatedObjects']]) F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:294
18427.6725   25212600   7. PKP\migration\upgrade\v3_4_0\I8073_RemoveNotesWithoutQueriesAndRelatedObjects->up() F:\wamp64\www\ojs3401\lib\pkp\classes\install\Installer.php:463

2023-06-19 10:37:43 [Removing orphaned note entry ID  with nonexistent query 222583]
2023-06-19 10:37:43 [migration: APP\migration\upgrade\v3_4_0\I6895_Institutions]
2023-06-19 10:37:43 [migration: APP\migration\upgrade\v3_4_0\I6782_OrphanedMetrics]
2023-06-19 10:38:18 [Removing stats for context 54 because no context with that ID could be found.]
2023-06-19 10:42:41 [migration: PKP\migration\upgrade\v3_4_0\I6782_UsageStatsSettings]
2023-06-19 10:42:42 [migration: APP\migration\upgrade\v3_4_0\I6782_CreateNewMetricsTables]
2023-06-19 10:42:46 [migration: APP\migration\upgrade\v3_4_0\I6782_MetricsContext]
2023-06-19 10:43:10 [migration: APP\migration\upgrade\v3_4_0\I6782_MetricsIssue]
2023-06-19 10:44:19 [migration: APP\migration\upgrade\v3_4_0\I6782_MetricsSubmission]
2023-06-19 10:49:48 [migration: APP\migration\upgrade\v3_4_0\I6782_MetricsGeo]
2023-06-19 10:52:15 [migration: APP\migration\upgrade\v3_4_0\I6782_CleanOldMetrics]
2023-06-19 11:03:22 [migration: APP\migration\upgrade\v3_4_0\I6782_RemovePlugins]
2023-06-19 11:03:23 [migration: PKP\migration\upgrade\v3_4_0\I7286_BatchesMigration]
2023-06-19 11:03:23 [migration: APP\migration\upgrade\v3_4_0\I8151_ExtendSettingValues]
2023-06-19 11:03:24 [migration: PKP\migration\upgrade\v3_4_0\I8151_ExtendSettingValues]
2023-06-19 11:20:02 [migration: PKP\migration\upgrade\v3_4_0\I2890_EmailTemplatesVarcharLengthUpdate]
2023-06-19 11:20:02 [migration: PKP\migration\upgrade\v3_4_0\I2890_AddSetNullForOnDeleteToReviewRoundIdForeign]
2023-06-19 11:20:05 [migration: APP\migration\upgrade\v3_4_0\I7901_Duplicate_OAI_IDs]
2023-06-19 11:20:21 [migration: PKP\migration\upgrade\v3_4_0\I7366_UpdateUserAPIKeySettings]
2023-06-19 11:20:21 [migration: PKP\migration\upgrade\v3_4_0\I8093_UpdateUserGroupRelationTablesFK]
2023-06-19 11:21:07 [migration: APP\migration\upgrade\v3_4_0\I7725_DecisionConstantsUpdate]
2023-06-19 11:21:10 [migration: PKP\migration\upgrade\v3_4_0\I4789_AddReviewerRequestResentColumns]
2023-06-19 11:21:11 [migration: APP\migration\upgrade\v3_4_0\I7796_UpdateCrossrefSchema]
2023-06-19 11:21:11 [migration: PKP\migration\upgrade\v3_4_0\I7287_RemoveEmailTemplatesDefault]
2023-06-19 11:21:11 [migration: APP\migration\upgrade\v3_4_0\I5716_EmailTemplateAssignments]
2023-06-19 11:21:26 [migration: APP\migration\upgrade\v3_4_0\InstallEmailTemplates]
2023-06-19 11:21:26 [migration: PKP\migration\upgrade\v3_4_0\I7874_NotificationMetadataModifiedRemove]
2023-06-19 11:21:26 [migration: APP\migration\upgrade\v3_4_0\I7191_EditorAssignments]
2023-06-19 11:21:27 [migration: APP\migration\upgrade\v3_4_0\I7191_InstallSubmissionHelpDefaults]
2023-06-19 11:21:28 [migration: APP\migration\upgrade\v3_4_0\I7191_SubmissionChecklistMigration]
2023-06-19 11:21:28 [migration: PKP\migration\upgrade\v3_4_0\I7191_SubmissionProgressType]
2023-06-19 11:21:32 [migration: PKP\migration\upgrade\v3_4_0\I7191_ResubscribeSubeditors]
2023-06-19 11:21:32 [migration: APP\migration\upgrade\v3_4_0\I8027_DoiVersioning]
2023-06-19 11:21:32 [migration: APP\migration\upgrade\v3_4_0\I6306_EnableCategories]
2023-06-19 11:21:32 [migration: PKP\migration\upgrade\v3_4_0\I8592_SiteNotificationSubscriptions]
2023-06-19 11:21:33 [migration: APP\migration\upgrade\v3_4_0\I6241_RequiredGenres]
2023-06-19 11:21:33 [migration: APP\migration\upgrade\v3_4_0\I7128_SectionEntityDAORefactor]
2023-06-19 11:21:33 [migration: APP\migration\upgrade\v3_4_0\I7513_DoiSettings]
2023-06-19 11:21:33 [migration: PKP\migration\upgrade\v3_4_0\I7486_RenameUnconsideredColumnToConsidered]
2023-06-19 11:21:33 [migration: PKP\migration\upgrade\v3_4_0\I7486_RemoveItemViewsTable]
2023-06-19 11:21:33 [migration: PKP\migration\upgrade\v3_4_0\I8737_SectionEditorsUniqueIndexUpdate]
2023-06-19 11:21:33 [migration: PKP\migration\upgrade\v3_4_0\I8508_ConvertCurrentLogFile]
2023-06-19 11:21:34 [migration: PKP\migration\upgrade\v3_4_0\I8866_DispatchRegionCodesFixingJobs]
2023-06-19 11:21:39 [migration: APP\migration\upgrade\v3_4_0\I8992_FixEmptyUrlPaths]
2023-06-19 11:21:39 [migration: APP\migration\upgrade\v3_4_0\I9040_DropSettingType]
2023-06-19 11:21:39 [migration: PKP\migration\upgrade\v3_4_0\I9039_DropDeprecatedFields]
2023-06-19 11:21:39 [migration: APP\migration\upgrade\v3_4_0\I8933_EventLogLocalized]
2023-06-19 11:23:16 [migration: APP\migration\upgrade\v3_4_0\I7470_FixDeprecatedFileStage]
2023-06-19 11:23:17 [note: docs/release-notes/README-3.4.0]
2023-06-19 11:23:17 [migration: PKP\migration\upgrade\v3_4_0\I7249_UpdateUsersUniqueIndex]
2023-06-19 11:23:17 [code: Installer Installer::addPluginVersions]
2023-06-19 11:23:18 [post-install]

Release Notes
----------------------------------------
OJS 3.4.0 Release Notes
Git tag: 3_4_0-1

Release date: June 16, 2023
============================

Configuration Changes
---------------------

See config.TEMPLATE.inc.php for a description and examples of all supported
configuration parameters.

- The date/time formats in config.inc.php should be converted from the format
  specified in https://www.php.net/manual/en/function.strftime.php to the format
  specified in https://www.php.net/manual/en/datetime.format.php. If you're not
  sure how, use the values below. The following settings are affected:
    date_format_short = "Y-m-d"
    date_format_long = "F n, Y"
    datetime_format_short = "Y-m-d h:i A"
    datetime_format_long = "F n, Y - h:i A"
    time_format = "h:i A"
  The old formats will continue to work for now but are deprecated.

- An allowed_hosts option was added to protect against HOST injection attacks.
  We recommend configuring this setting! See "Recommended Configuration" in
  docs/README.md for details. (https://github.com/pkp/pkp-lib/issues/7649)

- The captcha.captcha_on_login option for displaying a captcha challenge in
  the login interface has been added (default: on)

- The setting i18n.client_charset was removed. It used to support two options "ISO-8859-1" (LATIN1) and "UTF-8", now we're UTF-8 only.

- The setting i18n.locale will likely need to be updated because locale codes have been standardized. For example, "en_US" has become "en".
    Check the `locale/` directory for a list of available locale codes.

New config.inc.php section for queues is added, with the following parameters:
    - default_connection (default value: database), being the default queue driver to be used;
    - default_queue (default value: queue), being the default queue to be used if someone forgot to associate a queue during Queue::push()
    - disable_jobs_run_at_shutdown (default value: off), being a flag to disable the jobs to run at php shutdown

- The setting general.session_samesite (default value: Lax) has been added to control the "SameSite" setting for the session cookie.

- The setting security.force_ssl, when enabled, will also set the "Secure" flag for the session cookie.

3.3.0-1 build
-------------
    #9102: Review Reports not generate
    #9084: HTML should be stripped from submission titles when used in email titles
    #9097: Invalid DOI plugin settings for context_id 0 cause database error on upgrade
    #9094: 3.4.0-0 Backend Page for managing catalog not loading
    #9098: MyISAM/InnoDB engine check does not properly present list of affected tables
    #9091: ROLE_ID_ASSISTANT const has wrong value
    #9072: Update event log variable names in locale messages submission.event.*
    #8967: Crossref Reference Linking Plugin for OJS 3.4

New Features
------------
    #8490 #8484: Improved MariaDB testing and support
    #8478: Improve GoogleScholarPlugin
    #8474: Improve the content of REVIEW_COMPLETE and REVIEW_EDITED templates
    #8437: Add descriptive comments to database tables/columns
    #8406: Improve DublinCoreMetaPlugin
    #8403: Consider submissions with no contributors
    #8369: Consider new DOI implementation in other parts of the code
    #8351: Store a copy of the agreed copyright notice in a submission's activity log
    #7265: Improve workflow for making an editorial decision
    #7191: Improve submission wizard accessibility and usability
    #2676: Track and report on institutional subscriber usage
    #8328: CSV for stats API timeline functions
    #8306: Enhance the queue failed jobs functionality.
    #6781: Support COUNTER Release 5
    #6782: Improve usage statistics handling in the background/code
    #7392: Ensure Site Administrators have "global" access within journals
    #7391: Ensure that Managers can control enrolments within their journal
    #6062: CrossRef and DOI UI/UX quality of life improvements
    #orcidProfile/181: Support reviewer credit with ORCiD
    #2564: Support HTML markup in submission titles
    #4622: Implement a third-party library for a queuing tasks
    #4343: Use jobs to send new issue published email notifications
    #5716: Refactor email templates to better support discovery, reuse and documentation
    #5730: Improve subject and body of the default email templates
    #6093: Setup foreign key constraints
    #6091: Enable all classes to be autoloaded
    #6328: Migrate locale file loading to standard toolset
    #5678: Introduce code formatter to enforce code style
    #8290: Inclusion of Data Availability Statement as submission metadata
    #8258: Add more context and documentation to Crossref setup/credentials
    #8250: Improve help text for statistics settings forms
    #8240: Consider parent object ID in DAO exists and get functions
    #8310: Discourage DOI assignment for items other than submissions
    #8239: Update Cypress to support end-to-end testing
    #8210: Standardize locale code handling
    #8157: Extend all setting_value columns in settings table to mediumText
    #8155: Allow Mailables to use custom email templates through API
    #8127: Allow embedding a footer to certain emails
    #8117: Refactor email sending code in plugins and convert to Mailables
    #8093 #8092 #7129 #7128 #7127 #7126 #7125 #7124: Add improved Repository patterns
    #8083: Improve HookRegistry hook calling conventions
    #8051: Improve the default submission checklist
    #8044: Allow queued jobs to be processed by workers
    #8043: Run more than one job per request
    #8040: Update unit tests
    #8020: Use queued jobs for all DOI deposits
    #7933: Update DOI suffix generator based on ISO standard best practices
    #7901: Exclude duplicated IDs from deleted records in OAI interface
    #7863: Add API endpoint to get a submission's editorial decisions
    #7796: Update supported Crossref Schema across pkp-lib
    #7581: Consider replace Swift Mailer with Symfony Mailer
    #7356: New email templates notifying authors that their submission is being sent to review
    #7353: Fix queries for MySQL ONLY_FULL_GROUP_BY mode; reduce dependence on GROUP BY
    #7352: Add translations of language names to locale install list
    #7318: Integrate statistics Custom Report Generator with article statistics UI
    #7286: Convert all configurable emails to Mailables
    #7285: Investigate how to handle cases where sendmail executable can not be invoked
    #7258: Handle email template localization more gracefully
    #7171: Add an interface for viewing processing queue status
    #7141: Consider integration of Laravel Mail Service
    #7112: A preview of metadata and uploaded files at step 4 of submission
    #7105: Allow queued jobs to be processed by a cron job
    #7014: Bring DOIs into the core application and refactor to support deposit status
    #6941: Notify reviewers when a submission they reviewed has been accepted or rejected
    #6895: IP location and institution service
    #6685: OPS should support tombstones for deleted content
    #6241: Add an option to make a submission file mandatory
    #6222: Embed discussion content into the notification message body
    #6126: Send a weekly email to editors of pending tasks
    #6099: Add a "country" field to journal setup
    #6077: Reduce dependency on `exec`
    #5798: Make it possible to move a submission back into review
    #5717: Improvements to email selection, draft, preview and send during workflow
    #5048: Add direct "Unsubscribe" link to notification emails
    #4789: Permit declined reviews to be reinitiated
    #4246: Add option to select "Reviewers from this submission previous review rounds" in Round 2
    #3585: Allow a review round to be canceled after it has been created
    #3525: Select language when using email templates
    #2890: Allow editors to "back out" of the review, copyediting or production stages
    #743: Add recipient control on email forms

Bug Fixes
---------
    #9040: Entities using the "schema" pattern don't need the setting_type field
    #9039: Remove deprecated fields
    #8733: Warnings at the FileCache class
    #8696: When searching for a user, the results might be not visible in the interface
    #8689: Multi journal installation cause translation keys added to roles instead of translations
    #8679: Chapter landing pages preview not possible
    #8635: One-click review access URL not supported in automated reminder emails
    #8629: Add usage stats display options to the themes
    #8625: Access to the chapter landing page is not logged correctly
    #8591: Read-only CSS is applied in autosuggest fields in submission wizard
    #8518: Update npm packages
    #8503: Use more permanent URL in mailing list signup after install
    #8492: File attachments don't show names in fallback locales in Composer
    #8448: Issue galleys do not use their original filenames when downloaded
    #8432: Search index recreation with shutdown function on Apache causes stopwords.txt file not found error
    #8423: Make use of EDITOR_ASSIGN email template more consistent
    #8421: LOCKSS email templates are not associated with a mailable
    #8409: Restructure the implementation of queue jobs related files/classes to match current class file structure
    #8379: Remove reply to link from DISCUSSION_NOTIFICATION email template body
    #8374: Investigate schedule tasks to make sure execution completion return bool
    #8370: ID not aligned correctly in submissions list
    #8363: Submission search index not updating after deleting a submission
    #8348: Missing email template variables in emails related to a new submission
    #8344: Author country is not validated in the REST API
    #8263: Current and default values are not being displayed correctly in form fields (as per appearance theme form)
    #8231: Consider valid spacial characters in DOI suffix
    #8223: Update API Key related cypress test
    #8219: Native Import/Export plugin - Security Issue regarding file download
    #8176: Remove LDAP plugin and auth plugin category
    #8170: Upgrade sokil/php-isocodes to fix warnings
    #8166: The dc oai metadata format plugin for OJS has duplicated localization
    #8160: Flaky test failing most of OMP builds
    #8158: Replace abandoned Stringy package
    #8143: SubmissionFile's corresponding File not deleted when a new Note process is cancelled
    #8091: Consider new templates for automatic notification emails and remove redundant
    #8060: User locales set to NULL on user registration
    #8014: Document new usage stats implementation
    #7995: Warning when accessing the properties of a schema's field
    #7989: Show REVIEW_REQUEST_SUBSEQUENT email only if reviewer is assigned a second time
    #7958: 3.3.0 installs a locale column in the publications table that should have been removed
    #7927: Native Import/Export: Better error message for missing UserGroup
    #7917: Native Import Export - Remove primary_contact from chapter authors
    #7871: Remove country from language selection in the UI
    #7831: Review use of events and hooks for consistency
    #7815: Review and update Composer dependencies before 3.4 testing
    #7814: Back issues show date format syntax (Y-m-d) instead of date
    #7812: Submission files will be deleted when deleting submission file pub ids
    #7806: Some email variables do not have a description
    #7805: OJS 3.4 download .tar.gz files results in wrong file extension for downloaded file
    #7777: Incorrect dates in publications stats intervals
    #7772: Issues filter doesn't show active filter in submissions list
    #7761: Psy\sh() debugger not working
    #7760: Submission file API does not return genre information
    #7748: Files for promotion can exceed container width
    #7744: Ensure email template variables are properly filtered
    #7743: Improve UI to add variable data to emails
    #7742: Allow user to go to submissions list after recording editorial decision
    #7725: Sync the values of editorial decision constants across all applications
    #7715: Automated Review Reminder not sent when the Reviewer already got an automated Request Reminder
    #7693: Expand DOI test coverage and consolidate common code into pkp-lib
    #7691: Include Date Published for Articles in Statistics Reports (Views, Articles, Custom)
    #7690: Add PHP8.1 testing to Travis environment
    #7687: Consolidate DOI settings migrations into pkp-lib where possible
    #7673: Remove locale requirement in upgrade XML when installing new email templates
    #7665: The DataCite Export plugin misrepresents page numbers of journal articles
    #7624: Replace strftime() as it's deprecate in PHP 8.1
    #7608: Add test to check DC metadata tags on article landing page
    #7592: Refactor review assignments emails
    #7537: Sync PKP repository for TextEditorExtras and make release
    #7525: All DOI endpoints that perform actions should be PUT methods
    #7520: Increase issue galley label length to match publication galley labels
    #7519: Document new DOI endpoints in the API documentation
    #7516: Remove the DOI preview table from the publishing preview
    #7486: Allow editors other than the assigned editor to confirm a review and thank the reviewer
    #7479: User::getContactSignature() should be removed
    #7451: Information Disclosure via Forget Password
    #7426: Clarify field description for Preferred Public Name
    #7399: Remove 3.0.x upgrade scripts
    #7395: Delete OneClick email templates
    #7384: ViewReport: provide PDF, HTML, Other stats instead of stats for each artilce galley
    #7380: Add CSRF check to user profile image deletion
    #7379: users with userId of 1 cannot be merged
    #7366: Investigate potential UI/UX problems generating API keys
    #7346: Object properties are not converted to the correct type in API requests
    #7340: Debug option for emails
    #7333: Remove PressSettingsDAO/JournalSettingsDAO/ServerSettingsDAO
    #7332: Fix subscription searches
    #7325: EntityDAO input sanitization does not allow nullable int columns
    #7297: Add test that uses the API key
    #7292: Publication not published if new version created and is assigned to a new issue
    #7264: Rename email template variables
    #7260: Separate email templates for site and context registration
    #7259: Perform email template validation when it's saved
    #7254: All entity collections should use IDs as keys
    #7249: Email duplication during user registration by changing lowercase to uppercase
    #7245: users.locales incorrect serialization
    #7244: Password Change form overwrites user input on failed change
    #7225: Review use of {$principalContactSignature} in email templates
    #7189: Disabling reinstate reviewer email template has no effect
    #7187: Drag and Drop fails on dependent files
    #7101: Make the journal health report (STATISTICS_REPORT_NOTIFICATION) respect the template enabled/disabled flag
    #7077: Hover/focus states misaligned in default theme navigation menu
    #7074: Include discussion emails in activity log
    #7050: Remove unused issue import test files
    #7034: Import/Export plugin - remove get_class dependency for filter retrieval
    #7009: GoogleScholarPlugin.inc.php still references removed SupplementaryFile class
    #7002: "usage" command missing from native import/export CLI
    #6983: On password change, invalidate other sessions
    #6969: Forms shouldn't submit data from FieldHTML form fields
    #6963: Improve OAI performance
    #6945: UsageStats rejects a whole logfile, even with only one malformed line
    #6927: Quicksubmit cover image preview is broken
    #6925: Set default user for CLI tool
    #6921: Show exception error message when a plugin migration fails
    #6918: Aria-labelledby on galley links must include galley label
    #6917: Increase contrast of required indicator in login/registration forms
    #6915: Register Laravel service providers to allow use of global functions
    #6904: REVIEW_REQUEST_REMIND_AUTO & REVIEW_REMIND_AUTO
    #6882: Unnecessary path part in search URLs
    #6874: remove commercial URL from config.TEMPLATE.inc.php
    #6850: Move creator (author) management tools to API and new form structures
    #6849: Tool to convert old and apache log files into new format
    #6839: Import/Export plugin - SubmissionFiles lose doi data on import
    #6831: Update gettext dependency to 5.x
    #6826: Migrate TinyMCE to 5.x
    #6809: Add submissions filter by category
    #6777: Slow query in issueDao getNumArticles
    #6758: Submission email attachments from 2.x not presented in 3.x
    #6545: Remove use of fileId when referring to submissionFileId
    #6539: Optionally require reCaptcha during the login
    #6490: Native Import/Export Plugin - Several Changes
    #6432: Email templates offer first alphabetically available installed language even if language is not active
    #6306: Add an option to enable/disable categories in submission workflow
    #6272: Re-add submission acknowledgement email recipient controls in Settings
    #6160: Submission process confusion with Corresponding Contact and Privacy Consent
    #6039: Difficulty to edit fields in other languages
    #6006: DOI/Crossref Cypress Tests
    #5998: A stalled request to plugins.xml can block subsequent http requests
    #5960: Native Import/export: Unexpected error when importing
    #5948: Write integration tests for unpublishing an issue
    #5850: Audit forms for RTL language compatibility
    #5739: Different Contributor roles like translators are not taken into account when displaying and exporting metadata
    #5625: Remove unnecessary Application::getPluginSettingsContextColumnName() method
    #5196: CSS Pseudo selectors creating a duplicated link announcement on screenreaders
    #5195: Remove current issue link from the cover image on the homepage
    #5194: Add role="form" to all forms in default theme
    #5192: Remove unnecessary aria-labels
    #4900: Assign participant form list issue
    #4734: [Sprint/UIUX] New Submission Step 1 - General UIUX interface considerations
    #4732: [Sprint/UIUX] New Submission Step 1 - Consider confirming all required fields with one button
    #4569: URLs are often double-escaped in smarty templates
    #4507: Do not automatically send editor decision emails to all co-authors
    #4457: Allow journal editors to be automatically assigned to submissions in a section
    #4301: ThemePlugin::isColourDark() returns true if color string is null
    #4240: Remove unvalidated new accounts after expiry
    #4235: Improve OAI-PMH set spec compliance
    #4076: Test suite passes despite failures in plugins tests
    #4073: mergeUsers does not update user_id in all relevant tables in the database
    #4059: No email sent to author when article goes to external review
    #4056: Change the default DOI suffix patterns so that they support future changes in OJS
    #3899: Prevent deletion of active genres/components
    #3646: When publishing new issue, PUBLISH_NOTIFY template not used
    #3396: Consider renaming Submission List "Archives" to "Archived"
    #3391: pkp-lib/classes/xslt/XMLTypeDescription.inc.php Doesn't work when behind HTTP proxy
    #3351: Add integrity checks before upgrade process
    #3253: Glossary of e-mail variables
    #3227: Add submission ID to email subject for all submission-related emails
    #3193: [OJS] Allow prepared email templates to be selectively available for discussions and participant assignment
    #3187: [OJS] Author can not see Editor decision if article get declined without peer-review
    #2524: OJS shouldn't notify all contributors when an editorial decision is made

Successfully upgraded to version 3.4.0.1
shantanu198713 commented 1 year ago

Generating huge amount of warning, json and deprecated log, is it ok or something else I don't know. I can share the complete log file if needed.

jonasraoni commented 1 year ago

Great news! These warnings are from the migration that I'm still going to improve.

For your information, to grab all these fixes, you'll have to wait for a new minor release (probably 3.4.0-2).

And again, thanks for all the help.

shantanu198713 commented 1 year ago

Ok, I'll wait for 3.4.0-2. But after the upgrade, it is generating a huge amount of logs during usage. I am sharing this, may help you to move forward.

Here I am providing a log file link.

jonasraoni commented 1 year ago

Extra items to consider:

shantanu198713 commented 1 year ago

Hi @jonasraoni I hope this issue will be included in the next release (OJS-3.4.0-2).

jnugent commented 1 year ago

Hi everyone,

If it helps anyone out on this ticket, we at PKP PS get around this issue by using:

php -d memory_limit=4096M tools/upgrade.php upgrade

When we run upgrades from the command line. You can of course adjust the memory amount here to what ever your server allows, but this works very well for us, even with massive installs with tens of thousands of users or submissions.

jonasraoni commented 1 year ago

@jnugent it didn't work for him, so I've suggested using -1. But yeah, we need to fix the upgrade, there's no reason to consume so much memory 😵

asmecher commented 2 months ago

@jonasraoni, is there still work required on this one? I don't mind if we look for future optimizations, but it would be good to scope issue entries so that there's a clear endpoint to the work.

jonasraoni commented 2 months ago

@asmecher here I just did generic updates wherever I could, if you think it's better I can break them into separated issues (at least the bigger updates).

I'll wrap up the #8333 (just need to make the tests pass), then I'll come back here, I'll stop adding updates, and leave the rest for the future (I was planning to review everything).

asmecher commented 2 months ago

@jonasraoni, sure, just looking for an opportunity to turn "improve everything" issues (it's unclear when the work is done) into more measurable issues. No rush, but do keep this on your list.