-
Latest Yii2 version, in [yii2-authclient](https://github.com/yiisoft/yii2-authclient/tree/master)/[src](https://github.com/yiisoft/yii2-authclient/tree/master/src)
/OAuth2.php, Line 171
```php
pu…
-
### What happened?
### Description
Craft is configured to use the Azure MySQL SSL certificate as follows:
```
$config['attributes']= [
PDO::MYSQL_ATTR_SSL_CA => '/app/mysql/DigiCertGlobal…
-
When i try and run this from the command line:
`/usr/bin/php /sites/public_html/craft campaign/sendouts/run
`
I get this error message:
`Exception 'yii\base\UnknownMethodException' with mess…
-
### What happened?
### Description
We are trying to upgrade from craft 3.7.x to 4.3.2. We are facing this error when running the migrations.
### Steps to reproduce
1. Update the depenecies…
-
There's a regression in 2.0.14-dev `Cors::beforeAction()` after merge: https://github.com/yiisoft/yii2/commit/399dbce0cadbd7631f726841ece3ecf6a830444d
This is my test in Codeception:
```php
publi…
-
When I used POINT column in DB (MySQL) and try to get GET:ITEMS via REST ActiveController, I get next error:
"name": "Exception",
"message": "Malformed UTF-8 characters, possibly incorrectly encode…
-
I have 2 controllers in my API. Each has extra patterns defined. All of my actions work properly except the user login, which is defined in extra patterns.
``` php
-
Case:
We are currently building a Yii2 Rest Application, which is access trough an Angular application. We have applied the authToken in a authInterceptor the verify the user who makes the request.
`…
nadar updated
10 months ago
-
Happens directly on test start, with a suite using the Yii2 module:
> PHP Fatal error: Declaration of Codeception\Lib\Connector\Yii2::restart() must be compatible with Symfony\Component\BrowserKit…
-
Does bruno work on localhost? I keep getting the following error when I send a request:
```
Error invoking remote method 'send-http-request': Error: connect ECONNREFUSED 127.0.0.1:3000
```
PS:…
rfoel updated
2 weeks ago