drupal Questions

7

I am running a drupal site. I got an error in my site user warning: Got a packet bigger than 'max_allowed_packet' bytes query. I have set the value as high as 128M . Even after that same error is r...
Dressmaker asked 2/6, 2011 at 15:8

3

I have an editing node form. When user enters new value and clicks on submit to edit the node, I first want to get the old node back, manipulate the value and then just save/update the node. Below...
Fluke asked 23/5, 2018 at 7:47

5

Solved

I'd like to learn how to create modules in drupal- modules which can interact with the user, database, assign permissions, views. Is there any good video tutorial or a simple sample module which c...
Csc asked 3/2, 2010 at 9:42

3

I want to add the Forrst Sap feature to a Drupal 7 website. Firstly, this involves adding the jquery.sap.js script to the site which I can do via my themes .info file. I understand I must replace ...
Conjuration asked 4/7, 2011 at 12:4

4

Solved

What order does Drupal execute it's _cron hooks? It is important for a certain custom module I am developing and can't seem to find any documentation on it on the web. Maybe I'm searching for the w...
Gabi asked 14/6, 2010 at 19:16

6

Solved

I am using Drupal 6. Every time I modify the CSS files, I need to clear the cache to see the updated result, which is a waste of my time. Is there any way to disable the cache system?
Desorb asked 14/12, 2010 at 6:27

3

Solved

I'm writing a new Drupal 7 module (Drupal 7.10, Date 7.x-2.0-rc1 installed, Schema 7.x-1.0-beta3 installed) i defined a table in mymodule.install: $schema['museums_tickets']= array( 'fields' =&gt...
Punic asked 17/1, 2012 at 14:30

6

Solved

I am using Drupal 6.17 and want to get rid of "HOME" in the breadcrumb output... eg: $breadcrumb= PRODUCTS // SOFTWARE // FEATURES instead of HOME // PRODUCTS // SOFTWARE // FEATURES
Roddie asked 26/8, 2010 at 21:37

7

Solved

I recently moved my Drupal 7 site to a new hosting server and I'm stuck at the login page. As soon as I try and log in, I get directed back to the same page, but the URL changes from /user to /user...
Marcelina asked 14/11, 2011 at 17:10

2

Solved

I've opened a database of drupal 7 and looked up in the tables node, node_revisions and node types and couldn't find where drupal stores the actual body of the node (content). Does anyone have a cl...
Blockbuster asked 29/12, 2009 at 8:34

4

I want to create an entity reference field in Drupal 8 using my custom module. Like when someone clicks a link on a Drupal page, an entity reference field would be created in the page node type aut...
Questioning asked 15/4, 2015 at 11:5

1

I'm working with drupal 7, on PHP 7, on Xampp on Windows, and suddenly I start getting the following error: Call to undefined method DatabaseStatementBase::setFetchMode() Where DatabaseStatement...
Mansfield asked 24/11, 2017 at 9:23

2

Solved

Essentially, I've been back and forth through settings and configuration for using the CK Editor as well as re-installing it but for whatever reason the text-align buttons for this WYSIWYG editor a...
Brunabrunch asked 8/5, 2013 at 18:19

3

Solved

In my form field type, i edit the file menu these error will appear, Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2006 MySQL server has gone awa...
Millburn asked 24/9, 2013 at 12:27

4

I'm using SimpleXML. If the user input to my function is invalid, my variable $x is an empty SimpleXMLElement Object; otherwise, it has a populated property $x->Station. I want to check to see i...
Kilimanjaro asked 26/2, 2013 at 23:27

10

Solved

How do I get pathauto under Drupal 7 to generate a URL alias by the full menu path?
Roentgenogram asked 13/1, 2011 at 18:14

5

Solved

How can I accomplish skipping validation when the user attempts to delete a node in Drupal 7? I am calling my custom validation function in the following manner: function my_issue_form_alter(&...
Rummage asked 2/8, 2013 at 15:36

8

Solved

I would like to get a list of all the users who have been assigned a certain role. I could write my own SQL but I would like to use the api as much as possible.
Crescint asked 25/7, 2009 at 21:48

2

Solved

Is it possible in drupal to delete the login block? And how do I login in drupal to the adminestrator user, if I delete the login block?
Olcott asked 12/2, 2011 at 11:22

0

I use ckeditor module for my project. In ckfinder folder > config.php, the default image saved folder is ... 'baseUrl' => '/ckfinder/userfiles/', My project folder path is... MAMP > htdo...
Balanced asked 27/7, 2017 at 2:57

5

I see this question has been asked many times, but I don't find a solution for my problem. Tried all possible combinations in config.inc.php $cfg['Servers'][$i]['auth_type'] = 'http'; $cfg['Server...
Luminescence asked 22/1, 2014 at 12:24

3

Solved

In my iOS app, I need my users to be able to recover/reset their passwords. I'm using the Drupal iOS SDK in order to manage user login. Everything works, however I'm trying to figure out how to pos...
Lyndel asked 17/2, 2017 at 1:55

2

Alright, so I've created a template file for one of my blocks, which works just fine. However inside this template I would like to get the id of the current node. How is that possible? I've tried a...
Slone asked 31/1, 2012 at 14:47

3

I want build a form using a block module in Drupal 8. I am aware of building the forms in Drupal 7 but the same seems to be different in Drupal 8. Request anyone who has worked on drupal8 custom ...
Allieallied asked 15/4, 2016 at 9:35

7

I'm building a module with custom block in Drupal 8 beta 9. When I create a block in my module I'm placing it in src\Plugin\Block directory. The block show in 'Block structure' list, but when I pre...
Treacy asked 7/4, 2015 at 11:43

© 2022 - 2024 — McMap. All rights reserved.