Can't add views "Getting the base fields is not supported for entity type"

Hi there. I see this error message when I try to add a new view in my site:

Help implementing draggable tables on an existing node create form

The original approach was incorrect since modifying the Drupal table was complex and difficult to be implemented as it is.

The approach I ended up taking was to create a custom dynamic javascript table with the jQuery UI sortable table plugin attached to it, and filling a Drupal table field with the values of that dynamic table. This way the developer has better control over the behavior of the table without having to change the underlying Drupal table behavior.

406 Not authorized AFTER upgrade to 8.6.13

Good afternoon, I am getting a 406 Not Acceptable on the request below. I see I need to append the format to the request but I am unclear on where to do that? Is there a patch that fixes this? Help !! What view do I change or update?

http://.../json/people/185

Images Styles not created if i enter public path

If i edit settings.php file : 

$settings['file_public_path'] = '/data/shared/cms';
$settings['file_public_base_url'] = 'http://xxxxx.xxx';

all main images able upload to server but no thumbnails or any other styles generated no error logs. 

Bu if i comment out the public path and set it to default setup :

//$settings['file_public_path'] = '/data/shared/cms';
$settings['file_public_base_url'] = 'http://xxxxx.xxx/sites/default/files';

How do I display just one submenu from main navigation menu in a block?

Hi,

I have two taxonomy-based menus within the main navigation menu on my site (Drupal 8). The structure is:

-Home

-Topics

---Coaching

---Nutrition

---Psychology...

-Sports

---Athletics

---Football

---Tennis...

-About

-Contact

How to dynamically create a ajax select for each item in a table.

Hello Friends.

I am trying to create shopping cart functionality via a custom module.

I send the cart items from my controller to my twig template using the following code.

MainController.php 

 // get the cart items and send them to twig template
 public function loadCart() {
        $data = $this->db_logic->getCart();

        return [
          '#theme' => 'cart',
          '#title' => false,
          '#data' => $data,
        ];
    }

cart.html.twig

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x