-
Would it be possible to create an alpine variant of all/most container images?
The default php apache 8.1 uses debian an has many high and critical vulnerabilities.
I've also scanned the php 8.1 alp…
-
Ставим проект магазина
```
composer create-project --no-install --prefer-dist skeeks/app-shop skeeks-demo.dev
Installing skeeks/app-shop (1.1.1)
- Installing skeeks/app-shop (1.1.1): Downloading…
-
Right now basic CRUD for model looks like this:
```php
public function actionCreate()
{
$model = new User();
if ($model->load(Yii::$app->request->post()) && $model->sa…
-
According to [a recent benchmark](https://github.com/motin/php-orm-benchmark/commit/4dbc68730006453c810213c29cc9da13c9ec29c8), Propel2 does not perform well in the most basic conditions when compared …
motin updated
4 years ago
-
PHP Fatal Error – yii\base\ErrorException
Class 'zxbodya\yii2\elfinder\TinyMceElFinder' not found
Can you suggest steps, how to setup elfinder with tinymce?
bmweb updated
9 years ago
-
### What steps will reproduce the problem?
1. Create a basic yii2 app
2. Setup a database connection and create the tester classes (`php vendor/bin/codecept build`)
3. Create `foo.php` and `bar.php…
-
Dear Kartik
When using the widget in a DetailView, there is a problem (which I previously did not have).
Up until a width of approx 640 px, the widget is performing fine, but for resolutions which h…
-
Hi,
I have made a completely new install off yii2, than yii2-user (here I'm not sure if I must migrate or not, and if I have to do this or not: "Make sure that you don't have user component configura…
-
Hello, I have fresh yii instalation and empty pg db. when I'm rinning migration command: ./yii migrate --migrationPath=vendor/webvimark/module-user-management/migrations/, i receive an error Exception…
-
### Describe the bug
After I couldn't update my existing HumHub instance (see #58), I did a fresh installation. However, this isn't working either. When I load the HumHub page it says "ERR_TOO_MANY…