Developing Flip PDF module problm

Hello,

I'm developing a small 3DFlip PDF module. You could see running here:

https://sofiaprint.com/flipping-pdf-s

The problem is that the module stop working if JS aggregation is checked. Does anyone has any idea for the reason?

If yoy are interested you could download the module here:

https://dox.abv.bg/download?id=a71fbb8d2b#

I'll be very tnaksfull for any ideas.

Best regards,

Skip a step in simple multistep module prorammaticlly

I am trying to skip a step in multistep node form using Simple Multistep module. I have tried following snippet that works pretty good to skip one step.

$skipStep = $form_state->get('multistep_controller');
$skipStep->increaseStep();
$form_state->setRebuild();

However, it has a problem click on form back button it doesn't come back, even not to the skipped step. By the way, need to skip the skipped step on back button.

Shippi's Art

Shippi’s art is a Sydney based specialised watercolour and botanical art class, run by Shipra Shah who has a degree in fine art with a certificate IV in training and assessment. 

They Offer:

  • Introduction to botanical art and watercolours– short course
  • Private lessons in botanical art/watercolours
  • Corporate workshops

Gallery:

Sectors: 
Arts

Can Statistics View Count work if I changed URL alias on node to open a document directly

My View Count is incrementing except in a circumstance where I modified the URL alias to be the path of a document so when you click on this piece of content, it downloads a Word Doc.  This count is not getting incremented.  I thought Drupal would still count this as a node hit, even though the URL alias was modified and I would be able to track if the user clicked on this file.  Any ideas?  Thank you.

Kelly

Calling Stored Procedures on External Database in Drupal 8

There are some posts on how to call stored procedures in Drupal 7 but nothing I can find for Drupal 8.

I can connect to my external database and run queries on it, no problem.

I was expecting this to work:

$query = $db->query('Call monthlyTableData("' . $year . '","' . $month . '", ' . $aws . ')');

$result = $query->fetchAll();

But it does not, I get this error

Internal Server Error when trying to access admin

Hello

Drupal installed the latest version

Drupal -8.7.3
Everything was done successfully
But I can not enter the administration

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x