-
# Description
I am updating from 1.0.19 to 2.0.0-beta.6 running Craft 3.3.7. My database migrations fail.
I also tried deleting my (SuperTable) field that contains a link field.
# Steps to re…
-
### Description
* I started with a 3.6.16 build and a database backup
* Changed my dependency to `"craftcms/cms": "^3.7.0-beta.1",`
* Ran `composer update`
I get this when I perform the upgrade.…
-
Accroding [Yii's doc](http://www.yiiframework.com/doc-2.0/guide-rest-quick-start.html#enabling-json-input), I can use curl like this to requesting api:
```
$ curl -i -H "Content-Type:application/json…
-
### Description
Upgrading from 3.6.7 to 3.6.9 doesn't create the required `Table::PROJECTCONFIGNAMES` / 'projectconfignames' table early enough.
It's failing here: https://github.com/craftcms/cm…
-
#### What are you trying to achieve?
Enumerated data can be added to the record correctly
#### What do you get instead?
I'm going to create a piece of data, and the data table field is an enumerati…
-
With the latest dev-master branch, I have this:
```php
class MyModel extends simialbi\yii2\rest\ActiveRecord
public function getMenu()
{
return $this->hasOne(Menu::class, ['id' => …
-
Get 2 errors after updating newest version
Error from dashboard
{
"url": "/dashboard/dashboard/stream",
"status": 500,
"response": "Exception (Unknown Property) 'yii\\base\…
-
### Description
I tried updating from Craft CMS 3.3.18.2 to 3.4.4.1
It doesn't matter if migrations are installed using the 'Finish' button or console -> same error
### Stack Trace:
```
*** a…
-
```
root@s22:/srv/www/htdocs/people# php yii.php settings/get
An Error occurred while handling another error:
Error: Class 'humhub\modules\rest\components\BaseContentController' not found in…
luke- updated
3 years ago
-
### BC Break Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 3.0.2 (probably > 3.0)
| PHP | 8.0
| DBAL-Driver | PDO
| DB | mysql 5.7 …