-
# New Installation Method
Current yawik installation method have a complex process to update, because we need to download latest yawik version and replace directory contents with a new yawik versio…
kilip updated
5 years ago
-
https://php7.yawik.org/de/admin throws the following error (if loggedin as admin)
`[2018-10-15 10-41-20] Compile Error: Declaration of Orders\Repository\Orders::create(array $data = Array, $counter…
-
https://github.com/cross-solution/YAWIK/blob/911e586f7b36bf2fbf6e09a6769279104f4ed19b/module/Core/src/Application.php#L72-L80
This will produce DependencyCheck errors, because additional modules wi…
TiSiE updated
5 years ago
-
I've installed yawik via:
`yawik@php7:~$ composer -sdev create-project yawik/standard YawikDemoPhp7`
inatslling yawik/demo-skin fails with `Module (YawikDemoSkin) could not be initialized`.
…
-
As outlined in #419, we want to use composer's autoloader also for loading (default) module's files/classes.
This means:
* adding namespace configuration to composer.json's "autoloader" and "autol…
TiSiE updated
5 years ago
-
`# bin/console purge expired-jobs --options='{"days":90, "limit":300}'`
leads to:
```
5ae6eddc7bb2b5be4b8b [-------------------------------------------------------------------------------------…
-
I have php 7.0 in my local machine (installed with phpbrew), when I run phpunit and behat tests
I see that I can fix this failed tests. So I start PHP 7 integration which now can be found in my
own …
kilip updated
6 years ago
-
We need to fix travis build for all yawik modules because we now use mongodb extension. Here's what's need to be check/added for each modules:
* add cache for travis build
* add build matrix for eac…
kilip updated
6 years ago
-
It seems, that the value of data-placeholder is not translated in select2 form fields.
The code which should do the translation is located in:
https://github.com/cross-solution/YAWIK/blob/develo…
-
I run into several issues with the [ClearCacheService](https://github.com/cross-solution/YAWIK/blob/911e586f7b36bf2fbf6e09a6769279104f4ed19b/module/Core/src/Service/ClearCacheService.php)
* If YAWI…
TiSiE updated
5 years ago