-
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`.
…
-
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…
-
Mongo documents have a maximum size.
Currently the crawler items (the meta data for a crawled job) are stored as embedded documents in the crawler entity. A crawler might be import a lot of jobs w…
TiSiE updated
5 years ago
-
When running the `bin/console release` command, the working directory is not changed correctly.
```
Releasing v0.32.0-RC1 to ~> git@github.com:yawik/pdf.git
Working Directory: /tmp/yawik/build/p…
TiSiE updated
5 years ago
-
After installation via `composer create-project -sdev yawik/standard YawikDemoPhp7` filevermissions of the following directories shoud be RW to all.
- /home/yawik/YawikDemoPhp7/config/autoload
- /…
-
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
-
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 [-------------------------------------------------------------------------------------…
-
Hi Team
Thanks for building this awesome software.
I downloaded Yawik source code from Sourceforge link provided on release section of Yawik's github repo. I was trying to install it but "Install"…