Top "Drupal" questions

Drupal is an open source CMS framework written in PHP.

what is the difference between $_SERVER['REQUEST_URI'] and $_GET['q']?

what is the difference between $_SERVER['REQUEST_URI'] and $_GET['q'] (which is used in Drupal)?

php drupal
FPDF error: Some data has already been output, can't send PDF

I am using the fpdf library for my project, and I'm using this to extend one of the drupal module. …

php drupal fpdf
CSS to hide INPUT BUTTON value text

I am currently styling an <input type='button'/> element with the following CSS: background: transparent url(someimage); color: …

css internet-explorer drupal input transparency
How can I check Drupal log files?

How can I check Drupal log files? I'm using Ubuntu 10.10 + Apache2 + PHP 5.33 + MySQL and Drupal 7.

drupal drupal-7
How to output (to a log) a multi-level array in a format that is human-readable?

I'm working on a drupal site and when debugging, I am always having to read through long, nested arrays. As …

php drupal
How to get the full URL of a Drupal page?

I need to be grabbing the URL of the current page in a Drupal site. It doesn't matter what content …

php drupal content-management-system
How do I solve this "Cannot read property 'appendChild' of null" error?

I tried to use this code below, which adds buttons in slideshow on my site: window.onload = function loadContIcons() { var …

javascript jquery drupal
jQuery issue - #<an Object> has no method

I've tried a veriety of jQuery plugins recently and I keep getting this error … (source: shaunbellis.co.uk) … regardless of …

javascript jquery drupal slider
How to quickly theme a view?

I've defined a view with the CCK and View 2 modules. I would like to quickly define a template specific to …

drupal drupal-views cck drupal-theming
How to solve the use of deprecated function ereg() of PHP 5.3.0 in Drupal 6.13

Anyone knows how to solve the error below? Deprecated: Function ereg() is deprecated in C:\wamp\www\includes\file.inc …

php drupal drupal-6