cool-hamburger-85057
05/03/2023, 10:19 AMcool-hamburger-85057
05/03/2023, 10:20 AMcrooked-ram-21910
05/03/2023, 11:16 AMmillions-river-67963
05/03/2023, 3:13 PMstale-battery-68732
05/03/2023, 5:11 PMcool-hamburger-85057
05/04/2023, 5:52 AMcool-hamburger-85057
05/04/2023, 5:52 AMcool-hamburger-85057
05/04/2023, 5:54 AMcool-hamburger-85057
05/04/2023, 6:39 AMcool-hamburger-85057
05/04/2023, 6:40 AMelegant-cartoon-61249
05/04/2023, 8:59 AMelegant-cartoon-61249
05/04/2023, 9:01 AMcrooked-ram-21910
05/04/2023, 10:20 AMrefined-australia-97241
05/04/2023, 10:50 AMsetup:upgrade
that ran php code from SetupData.php and UpgradeData.php files to edit the values in the database among other things.
In Spryker the propel:install
command modifies the structure of the tables, the data:import
command imports new data in the database and modify existing data based on keys. Now is there a command to delete data in the database ? Besides deleting the data one by one manually.
Thanks !numerous-crowd-1561
05/04/2023, 10:55 AMrich-guitar-29888
05/04/2023, 11:03 AMrough-policeman-14407
05/04/2023, 11:06 AMgreat-byte-99546
05/04/2023, 12:02 PMadorable-wolf-29357
05/04/2023, 4:03 PMadorable-bear-84336
05/04/2023, 4:44 PMcool-hamburger-85057
05/05/2023, 4:26 AMcool-hamburger-85057
05/05/2023, 8:04 AMclean-sundown-47111
05/05/2023, 9:52 AMfreezing-guitar-75665
05/08/2023, 6:48 AMsearch
is not running. Please check the name."
Could anyone please help to fix it immediately?crooked-ram-21910
05/08/2023, 7:19 AM{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9003,
"runtimeExecutable": "/absolute/path/php/bin",
"pathMappings": {
"/data": "${workspaceFolder}",
},
"log": true,
"xdebugSettings": {
"max_data": 65535,
"show_hidden": 1,
"max_children": 100,
"max_depth": 5
}
},
]
}
6. start docker in debug mode
docker/sdk start -x
7. set a breakpoint, and execute a refresh on your site / service
breakpoint for yves public/Yves/index.php
breakpoint for zed public/Zed/index.php
marketplace.visualstudio.com
PHP Debug - Visual Studio Marketplace
Extension for Visual Studio Code - Debug support for PHP with Xdebugfew-address-803
05/08/2023, 1:39 PMblue-carpenter-85560
05/09/2023, 4:58 AMconfigure
and prepareData
functions and added my new column, in the CompanyBusinessUnitGui module.calm-toddler-60539
05/09/2023, 12:22 PMclean-sundown-47111
05/09/2023, 12:22 PMcuddly-island-59765
05/09/2023, 2:57 PMvendor/bin/console glue:rest:build-request-validation-cache
:
Propel\Runtime\Connection\Exception\ConnectionException - Exception: Unable
to open connection
The weird thing is that this seems to be a configuration issue, but we did not even touch the configs. If we revert the update, everything works fine, if we reapply it, we get the same error.
Does anyone have maybe a hunch as to what may result in such an error after an update?
(spryker/propel
was updated from 3.34.1 to 3.34.2 and spryker/propel-orm
from 1.14.1 to 1.15.1, but as I checked their changes, none of them seem to affect the connection part; their changes already come after a connection is established)