-
Exception 'Automattic\WooCommerce\HttpClient\HttpClientException' with message 'JSON ERROR: Syntax error'
```
in \vendor\automattic\woocommerce\src\WooCommerce\HttpClient\HttpClient.php:378
St…
-
try {
$response = $app->handleRequest($yiiRequest);
} catch (\Exception $e) { // can't catch Error and not passed to yii2 ErrorHandler processing.
}
-
# Perubahan Mayor
- [X] Pindah ke Yii2
- [x] Data terbaru, cek ke bps. Memungkinkan dapat csv/excel?
- [ ] Tampilan dan pengisian berjenjang (@jokoput)
- [X] Dokumentasi deploy (@jokoput)
##…
-
I'm trying to implement a serial number column in the Laravel GridView. I would like to know the best approach to achieve this.
**Here are my questions:**
1. Using SerialColumn:
- In Yii2,…
-
Would be nice to show people and potential users on how Yii2 could be used in conjunction with Webpack. Webpack is considered as much better way of the application assets handling compared to Yii2 nat…
-
-
### Describe the bug
When running hyper/migrate/typed-link-field I get the following stack trace.
`Preparing to migrate field “callToAction” (e1c5b53d-39c1-4bcd-b22b-7050c7e05741).
Exception: Ses…
-
/backend/web/index.php
$application = new \menst\cms\frontend\Application($config); // yii\web\Application($config);
Не правильно указан путь если я не ошибаюсь, аналогично и для /frontend/web/index…
-
I really like your lobiadmin.
But, how to make sidebar is not followed scrolled when we scrolled the content ?
Please advise
-
# 数据模型
### 模型创建
```
namespace app\models;
use yii\db\ActiveRecord;
class Test extends ActiveRecod{
}
```