drupal Questions
6
Solved
while doing a drupal 6 to 7 upgrade I am getting the not so helpful message
"The website encountered an unexpected error. Please try again later." everytime I go to certain pages.
ex) /admin/confi...
3
I'm using current commerce 2.x.dev for online store development. It's first project with Commerce 2 for me.
When i started to work on products import, i found that Feeds module does not stable, an...
4
After migrating some content from WordPress to Drupal, I've got som shortcodes that I need to convert:
String content:
Irrelevant tekst...
[sublimevideo class="sublime"
poster="http://video...
3
Columns must be immediate children of rows or I can have other divs inside a row without being a column? I'm working with drupal and it produces a lot of divs inside a container or row I've created...
Coleridge asked 15/5, 2019 at 8:54
9
Solved
Hiya,
I have run into this problem many times now using drupal or wordpress where my tinymce config files are a bit too cleverly abstracted.
The problem is that tinymce auto-wraps my <img> ...
7
Solved
My full calendar throws errors when seen from the site:
Warning: Invalid argument supplied for foreach() in element_children() (regel 6400 van C:\Users\Simon\My Websites\Xampp\htdocs\xxx\include...
Leaseback asked 30/5, 2013 at 11:58
0
I am new to Drupal 8 want to add a field value to IEF reference title. for now I am using Auto Entity Label version 2.x-dev to automatically generate title for my Entities but when it comes to IEF ...
1
Solved
I have tried some ways to create an alias for my local Drupal project, I'm referring to :
https://www.drupal.org/node/1401522
https://www.drupal.org/project/drush/issues/831272
https://www.drupal.o...
2
I encounter an issue with Drupal Content type : when I create a new field type (ex : text) in a personalised Content type which already have ~10 field types, the website become unavailable and I ge...
2
Solved
we have circle build that runs composer install -n --ignore-platform-reqs --no-dev but this is not ignoring the platform requirements anymore.
This is what i see in the circle log. The --ignore-p...
Oren asked 29/3, 2019 at 22:35
5
Solved
I'm writing my own Drupal 7 module, and like to use JQuery in it.
$('#field').toggle();
But I'm getting this error:
TypeError: Property '$' of object [object DOMWindow] is not a function
It s...
Paraldehyde asked 13/1, 2011 at 14:46
5
Solved
In my module I want to get the site wide email address - the one that is set in the site information admin pages and that is used for all automatically send email messages.
How can I do this?
3
Solved
I have a private repository on a GitLab server and using the SSH I can pull a project using git clone.
But I want to run a script on linux command line directly from the server (more specific, a D...
3
Solved
I've got docker file, which is configured for Drupal 8, but after I fired up "docker-compose up", everything went smooth but in installation of Drupal it's showing me that "gd" module for PHP is no...
Vestal asked 1/4, 2016 at 15:15
5
Solved
Is there a views plugin that I can use to generate a xml file? I would like something that I could choose the fields I would like to be in the xml and how they would appear (as a tag or a attribute...
Firdausi asked 21/2, 2009 at 1:33
6
Solved
I was just wondering if there were any changes in the Drupal 7 code that effect server load and speed for large sites.
Also, with 7 nearing beta release, should I wait to build the sites with Drup...
2
Solved
How can I turn off warnings in drupal 7?
5
Solved
I'm designing a new module in Drupal 8. It's a long-term project that won't be going public for a few months at least, so I'm using it as a way to figure out what's new.
In this module, I want to ...
7
Solved
How to log our own error messages(for ex: error due to invalid user date entry) which is generated in php program to drupal error log.
Plasmasol asked 10/11, 2009 at 5:36
3
Solved
I am developing a custom module in Drupal 8. It shows data regarding some organizations that make use of our service. For this I have created a Controller that shows data from the database, which i...
Anglicanism asked 11/2, 2016 at 13:48
1
How do I set the file usage on Drupal 8? How can I use the following methods?
file_usage_add()
file_usage_delete()
file_usage_list()
3
Solved
I ran across some example code that looks like this:
$form['#submit'][] = 'annotate_admin_settings_submit';
Why is there a bracket after ['#submit'] that is empty with nothing inside? What does ...
1
So I have a site that is run at example.com and serves as a gateway for the Drupal site that runs in folder /drupal. What I want to do, I want to set a cookie on that gateway page on login and then...
Balefire asked 28/7, 2018 at 8:6
15
Solved
In Drupal 6, it was easy to insert a block into a template with the following code:
$block = module_invoke('views', 'block', 'view', 'block_name');
print $block['content'];
However, using the sa...
Kirschner asked 19/1, 2011 at 3:16
3
Solved
I'm having a craptastic time trying to figure out how I should configure my Drupal folders and files. I've search all over drupal.org but keep coming up with dribble about the www-data needing acce...
Sheepwalk asked 22/1, 2011 at 3:35
© 2022 - 2024 — McMap. All rights reserved.