-
Laravel Framework v9.43.0
Nova v4.19.5
ebess/advanced-nova-media-library v4.0.5
**Issue:**
When I try to upload a file on my local machine to S3 without using octane, it works, but when deployed…
-
```
What steps will reproduce the problem?
1. latest yii
2. trying RBAC
3. login admin/admin, getting error
Trying use reciepts of same issues, but this didn't work...
prefix, lower-upper case...
CD…
-
With laravel 10.10
composer require typicms/menus
./composer.json has been updated
Running composer update typicms/menus
Loading composer repositories with package information
Updating dependenci…
-
Hey. When installing the module, I get the error
http://prntscr.com/xfonhy
I am new to octobercms. Can you help me understand what the problem is, please
-
- Laravel Version: 7.5.2
- PHP Version: 7.2.29
- Database Driver & Version: None
### Description:
Validating large arrays using Laravel is too slow. For example, validating an array of 30000 rec…
-
```
What steps will reproduce the problem?
1. Set as source a model with a reference map, es:
protected $_referenceMap = array(
'Type' => array(
'columns' => 'id_type'…
-
```
What steps will reproduce the problem?
1. create a grid, set saveParamsInSession to "true", display the grid
2. sort a column
3. click on the "Clear Order" button
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1. Set 'setOnAddForce' using 'new Zend_Db_Expr('NOW()')' expression.
[$form->setOnAddForce(array('created_at' => new Zend_Db_Expr('NOW()')));]
What is the…
-
```
What steps will reproduce the problem?
1. Upgrade yii to 1.1.8
2. Upgrade the database schema to use camel case table names.
3. Do anything related to rights, where it reads from the database.
Wh…
-
**Description**
When visiting the route '/member/saved-replies' to the backend application, I am not seeing any saved replies showing in the list. There are 22 in my database.
**How to reproduce…