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.
Hi I have installed addtoAny on my drupal 8 web site. When I share content on face book the image of the content are not with the right content resume.
example : article 1 must be shown whit his image 1 and article 2 with his own image 2.
but in my case article 1 come with the image of article 2 ( image 2). some time there is no image!
I have been having problems with all the versions of drush, composer, php, mysql and Ubuntu Server versions. I'm staying with Ubuntu Server 16.04 because there are still too many problems with the big changes in 18.04 Bionic Beaver. Then there are the incompatibilities with multiple versions of PHP 5.5, 5.6, 7.0, 7.1 and now 7.2 working with drush and composer.
Having just migrated from Drupal 6, I am now considering how best to embed images into the node body field. Entity embed or Insert modules seem to be the obvious choice. I'd be grateful for views on the following:
I was torturing myself for 3 days to figure out what was the hell with the file uploading into private files. There was only error "file could not be uploaded". Found trace in the auth.log and in the domainname.log which pointed me to the domainname.apache2.conf where was the problem.
That was the pre-story.
I tried 100000000000000 different solutions to upload files, different file/folder permissions, and etc, and apparently got banned by some service on my own server.
In d7 I found this views import https://www.drupal.org/files/user_role_count.txt that allowed me to count users by role. It's probably easy enough to set this up if the user is familiar with views. I'm now using d8 and searched around but not found an updated txt import file or an adequate tutorial on building the view with aggregation. Has anyone else found something that achieves this in a view?