Having problems installing Drupal? See the Installation Guide for more information.

missing MERCI "barcodefield" module can't find it.

I have been searching for the "barcodefield" module which is required to enable the "MERCI Barcode Labels" module however I cannot find it, has anyone had this issue and were you able to find it?

Thanks

Upload Acqua to webserver does not work

Hi Everyone,

I finally made my first Drupal 7.x-Project with the Acqua environment and would like to upload it right now to my web server.

I made the following steps to achieve that:

Database prefix wiped out on install

I have been attempting to follow the solution posted here for a single sign on Drupal setup with two sites running on separate databases. I create the two settings.php files in their respective folders (sites/default and sites/subsite.example.com), then run the install.php script. By the end of the installation, it has retained all of the values, except for the 'prefix' section, meaning that users are not shared. It is simply wiped out to be 'prefix' => ''. Am I setting this up wrong? Advice is much appreciated :)

Taxonomy Lists with node counter in block

Hello

For example I have the following taxonomy tree

-A
- A1
- A2
--- A21 (2)
--- A22 (3)
--- A23 (5)
- A3 (1)
-B
- B1 (2)
- B2 (4)
- B3 (1)

Inside the parentheses is the number of article posted with each term.

I want to have a block in which when I'm on the home page to display the following:
-A (11)
-B (7)

Pressing the A link to go to page A, the block will appear
- A1 (0)
- A2 (10)
- A3 (1)

Drupal Online Document Submission

Hey, I have a bit of a dilemma. I have a project I'm working on and I am uncertain of the best way to go about this.

The basic requirements are:
- When a document is uploaded, a unique document ID must be created and provided to the submitter (basically a document receipt).
- Send a notification that a document has been submitted so that it can be processed by the appropriate party ("recipient").
- If the submitted document is a digitally signed pdf, the digital signature must be capable of being verified online by the "recipient".

Drupal 6 only works if use a virtual host

I have XAMPP installed in c:\xampp but I wanted to place my drupal files along with the rest of my work on a different drive (for back up purposes etc). I used an apache alias for this. However I cant get this to work. It works fine when I access it with a virtual-host. (But the virtual hosts doesnt work with the android emulator)

So I'm looking for help using the alias with Drupal (or is there a better way to remap the location of the Drupal files)?

I have localhost/My_Webs mapped using an alias to E:/user/My_Webs
And mywebs.localhost mapped using a virtual host to E:/user/My_Webs
And localhost on its own still gets me to the xampp control panel on the C:\ drive.

My drupal folder is ...
E:/user/My_Webs/experiments/drupal/drupal6_test1

Testing in the browser...
localhost/My_Webs/experiments/drupal/drupal6_test1/index.php?q=user -- this works
localhost/My_Webs/experiments/drupal/drupal6_test1/user                -- this doesnt work
mywebs.localhost/experiments/drupal/drupal6_test1/index.php?q=user -- this works
mywebs.localhost/experiments/drupal/drupal6_test1/user           -- this works

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal