forum module problem

 Hi guys,

  1. i have installed forum module
  2. i have added 3 forum 

the forum appears as text....like this...

Forum  Topics Posts LastPosts

Traveller  0        0        0

country    0       0         0

City          0       0         0

Τhe table does not appear....I try to unistall and re-install the forum module withount changing anything.

Do you have any idea??

Thanx a lot!

File Permissions for New Site

I'm attempting to deploy a Drupal site for the first time and I'm struggling a bit with file permissions. The article https://www.drupal.org/node/244924 seems to provide great advice on how to set up your permissions. In particular running these two blocks seem exactly like the advice I've been searching for.

updating contributed modules in shared hosting environment

Hello,
I have been looking after a Drupal 8.7 site that runs in a shared hosting environment. I have no access to a command shell! When doing "minor version" upgrades of Core, I download the tar-archive to my test/stageing system, then re-install contributed modules, check settings.php and .htaccess, run drush updb, etc., etc... When everything tests o.k., I upload everything (except eg. the sites-directory tree etc.). Then run .../update.php on the shared host, followed by clearing all caches. 

drupal_set_message is not showing message on redirect

I have a custom module, and have a controller inherited from Drupal\Core\Controller\ControllerBase.

This is for authenticated/logged-in user.

I want to set a message, and redirect user to some other page.

But, the problem is that message is not being displayed.

Below is the code:

drupal_set_message('You have exceeded max downloads per hour');
$return_response = new \Symfony\Component\HttpFoundation\RedirectResponse('node/'.$nid);
return $return_response;

Redirection is going perfectly fine, but message is not getting displayed.

Adding CSS and JS to my theme

Hello,

I created a template in which I am using a UI kit from Creative Tim. Now I am trying to turn this template into a Drupal theme, but I am having trouble with getting all the JS to work. I am getting the following errors in my console: https://imgur.com/7XFfOcC

Below is a structure of the CSS and JS files from my template, and then how I am including them in my theme.

In my head (CSS files):

403, 502 error on azure hosted acquia lightning web app

Our site is facing following challenges in Azure WebAPP
  • webapp is hosted on Azure
  • Client has applied firewall rule OWAP 3.0 on the hosted APP.
  • After applying firewall eCommerce webapp is facing 502 error & 403 error .
  • Web App is getting 403 is while  trying to create some custom Drupal Block from Admin module of Drupal (this is the out of the box feature of Drupal).

Error is given below from console:

/contextual/render 403

Another error 502:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x