-
there is a problem with model/oxpsmodulesconfigstorage.php.
Here is deprecated method $oDb->getArray...
I suggest change that to $oDb->getAll...
-
Gluu Version: 3.1.5
After successfully installing Gluu in a Vagrant box interactively, I tried scripting a non-interactive setup with this command line:
```
./setup.py -r -p -s -n -f setup.proper…
n2ygk updated
5 years ago
-
I get this error message when trying out your example module. I've installed it via composer `composer require proudcommerce/pshelloworld:dev-master` but after activation in backend its throwing the f…
-
-
What do you think about moving everything custom into a modules directory?
-
I am a happy OXID Console user, but I had some issues while migrating DB migrations on some linux machines, smth like described here https://bugs.php.net/bug.php?id=48881 - it depends on some locale o…
-
There must be a possibility to remove `oxCache` with cache:clear command. This must be patched in both 1.1 and 1.2 releases. Also we may need a flag `--files-only` to support clearing files only becau…
-
Is there a reason why the oxid-console ist not released as a module? It makes source control much easier and cleaner (i pull external modules as git submodules).
One could easily put some kind of aut…
-
Hi,
very cool project! But I have one problem:
I have shops in multiple environments:
development
testing
staging
production
Each environment has it's own database and my deploy software (http://ty…
-
Hello,
I found a little problem in 'cake bake controller' regarding the new validation mechanism.
In add() method, It creates the following line of code:
```
$myEntity = $this->myEntities->newEntity…