Drupal 8 Integration with SAP

Hi All,

Is there any way to integrate Drupal 8 website with SAP ?

Please provide suggestions.

Thanks

Base table not found in d8

Whenever i am clearing cache one of the cache table getting deleted automatically.Anyone have any workaround for this?

Error:

Support for 3 tier user authentication (not 2 factor Auth)

Hi,

My company is wanting to roll out a solution to administer an employee Professional Development Program. This will involve HR allocating approved courses to department heads, who then allocate to employees.

This three tier model (HR -> Dept. Heads -> Employees) will hopefully be powered by Drupal, as that’s the CMS we’re familiar with.

Suggestions for iCAL Import / Sync on D8?

Aloha!

I am looking for a way to sync an external iCAL calendar to D8, or at least show the calendar on site if syncing is not possible. 

Any suggestions?

In the best of all worlds I would sync a calendar with bookings.com or airbnb.com, but there seems only to be a module for D7 for this. 

I am hoping that I overlooked something : /

when use composer update to upgrade from 8.6.4 to 8.6.5, it overwrite developement.services.yml file

When I do composer update this morning to update from 8.6.4 to 8.6.5 on my local development site, I noticed that this overwrite my development.services.yml file as well. I modified this file added some parameters for making theme debug easier .

So what is the better way to update my local development site? Instead of copy/paste development.services.yml file each time  when composer update ?

Thanks!

Using node fields as variables in php code in Drupal 8?

I have a small bit of php code I'd like to run, but want it to use the title of the page in the code as a variable.  What is this called in Drupal and specifically, how do I find the right syntax to do this successfully?  How can I identify this on an existing page?

For example, my code might be:

<?php

$pagetitle = $some[kind][of][drupal][array][here???];  //identifies the current node's title and stores it in $pagetitle

//Hello, Page Title!!!

echo "Hello, ".$pagetitle."!!!";

?>

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x