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.
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?
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 :)
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".
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