[resolved] Create User in custom module fails.

Hi all;

i wrote a custom module to act on node-creation with

changing file_public_path does not work

the following works (default)
$settings['file_public_path'] = 'sites/default/files';

even when i create files as a soft link to any location with proper permission it works
lrwxrwxrwx. 1 apache www 20 Aug 22 18:34 files -> /efs/ecomops/DRUPAL/

even below works
$settings['file_public_path'] = 'sites/../sites/default/files';

but following dont work
$settings['file_public_path'] = 'sites/../../html/sites/default/files';

$settings['file_public_path'] = '/var/www/html/sites/default/files';

Problem with itok image urls

My drupal website uses thumbnails. I can see that the first thumbnails were generated fine, and the image url has an 'itok' token. Now, the image is not showing. However, if I copy and paste the url and remove the itok, I can see that it's there.

I've checked the logs and I cannot find anything. Could it have something to do with my linux applications? Or maybe with the upgrade from 8.1.7 to 8.1.8? Or maybe a problem with permissions?

Any ideas? Thanks in advance.

Drupal7 to Drupal8 Windows platform w/ SQL Server - anyone with experience?

Hi all,

I am helping a client with migrating an existing Drupal 7 site to Drupal 8. The D7 site is hosted on a Windows platform and uses a SQL Server back-end. It also has a few custom plugins/APIs for use with their internal system.

The objective is to migrate all this to Drupal 8 running on the same architecture. A new theme will be constructed/used so that won't be an issue.

AJAX returning form with AJAX Element

Hello im trying to create a form with ajax.
here the scenario that im going to make:
1. There is a form with 2 textfields (input1 and input2), 2 buttons (A and B) and a table fields.
2. When the button A clicked, information in input1 and input2 will be added to table fields with a button (C) on the end of it.
3. When the button C clicked, the information in that row will be removed.

The problem that i have right now is that the button C doesnt have any event listener.

Here some of my code

This is my build form

Page Manager 8.x-1.0-alpha24 No Layouts showing in Panels

Hi

I updated to Page manager 8.x-1.0-alpha24 yesterday. When I create a Panel page the layout settings don't show. I've tried both a standard layout and a radix layout but the same thing is happening.

Does anyone have a solution please?
Thanks
B

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x