@berdir you're right I've ended up commenting predelete
Entity storage for comments it's surely broken because I've deleted comment field...
Hopefully this week I'll have time to reproduce it on a fresh drupal installation
Actual error is internal server error, ie a white page..
Here is the messagge in dblog
TypeError: Drupal\Core\Entity\Sql\DefaultTableMapping::requiresDedicatedTableStorage(): Argument #1 ($storage_definition) must be of type Drupal\Core\Field\FieldStorageDefinitionInterface, null given, called in /home/www/drupal10.3.1/web/core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php on line 335 in Drupal\Core\Entity\Sql\DefaultTableMapping->requiresDedicatedTableStorage() (linea 525 di /home/www/drupal10.3.1/web/core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php).
rmorelli → created an issue.
rmorelli → created an issue.
rmorelli → created an issue.
Error message is the same but I finally solved using this merge request (never accepted)
https://git.drupalcode.org/project/formatter_suite/-/merge_requests/2/di...
Hi @Ravi block config is ok, Roles visibility il limited to supervisor and Administrator (me)
I am the Administrator (user id 1) so all permissions are granted by default.
@greenSkin thank you, patch worked!
rmorelli → created an issue.
D10.2.5
PHP 8.2.18
user/1
Block is set to be visible by Administrator and supervisor roles
users with supervisor role see the block
administrator does not
rmorelli → created an issue.
Not fixed in dev-2.0.x 2d422a9
regards
I confirm that a new empty chart is being added on every save on drupal 9.5.11
No default chart type is selected (area, bar, ...) so saving field definition throws error in #5
The website encountered an unexpected error. Please try again later.
TypeError: Drupal\charts\Element\ChartDataCollectorTable::getCategoriesFromCollectedTable(): Argument #2 ($type) must be of type string, null given, called in /home/www/drupal-9.5.11/web/modules/contrib/charts/src/Element/Chart.php on line 348 in Drupal\charts\Element\ChartDataCollectorTable::getCategoriesFromCollectedTable() (line 722 of modules/contrib/charts/src/Element/ChartDataCollectorTable.php).
Got this fresh new error.
Moreover I can't upload csv anymore.
hi @Heliantropy
I actually switched back to Drupal 9.5.11 and going to test on this fresh installation soon.
Hi,
- Drupal Version 9.5.8
- Web Server Apache/2.4.56 (Debian)
- PHP Version 7.4.33 (I should upgrade but php 8.0 breaks an old site on the same server)
I am developing a custom module with no interactions going on, I had "Chart suite" installed but removed when started testing Charts.
I have no clue about other modules interacting, attached non core module list
I can provide you an account on the web site I am doing tests.
Moreover, using unlimited values, field configuration form has 2 charts for default values
Still can't see where charts can be removed.
rmorelli → created an issue.
I am currently trying to find a solution with this.