This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

The requested page could not be found.

Hello,

When I go to this link: /admin/reports/rsvplist , I get the following error:

Page not found

  Home  Administration  Reports

The requested page could not be found.

Views, Display totals after the filter

In a views I would like to display the totals of some fields and I would like to display them in the space between the filter and the table where all the fields are displayed
It's possible?

POST vs PUT route and get content

Hi,

I have two routes: one use "POST" the other use "PUT".
In the corresponding controller for the "POST" route, I can get the request body / content with: $request->getContent().

Buuuut for the "PUT" route I try the same eg. $request->getContent() and it always return null.

I have tried a bunch of things, what could I be missing ?

Regards J

Custom Private Message form ajax

Hello,

Access denied.

Hello,

I am creating a module. But when I go to the module's page (/mymodule), I get the following error:

Access denied

You are not authorized to access this page.

These are the files of my module:

mymodule.info.yml:

name: My First Custom Module
type: module
core_version_requirement: ^9
description: 'My first Drupal module'

 

mymodule.module:

<?php

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions