Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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';
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?
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.
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.
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.