When I left my Drupal installation last week, this all was working still. I got a phone call however, that we were unable to log in. Now, I have changed nothing at all since then, and this problem pops up.
The issue is that there is no possible way to get to the login screen. When we go to the main page, it displays the logo, header and menu, but after that is completely blank. Luckely my FireFox was still logged in as Administrator, else the site would've been completely lost. I've searched for half a day now on the internet, and all I can find is people having issues with logging in itsself. I cannot even access the login fields.
I looked at the permissions multiple times, nothing wrong there (although this does sound like a permission issue, there's nothing to be found there as far as I can see)
[site]/user/ is not working, and displays the same as stated above.
I looked at the block for 'User Login', but everything was setup properly, and nothing was hidden in any theme.
Cleared Drupal caches
Cleared browser caches (although I would find it *extremely* odd if this had anything to do with the browser; that'd be a huge flaw in Drupal)
Any help would be HIGHLY appreciated, as the site is completely un-useable now.
Hi,
When customer is filling the order form, there is an option to set delivery date. Is it possible to unset or hide this option? I would like to have another solution as just hiding it with css. I cannot find managing this option in drupal administration.
Hi. I was able to retrieve data from a server webservice easily in a Drupal article using PHP code. However, I would appreciate some indications on what I should read to do the following:
* on Views we can use Exposed Filters to filter content that is already in Drupal and has several node IDs attributed, etc. The data coming from the webservice is stored in an arrays and is dynamically generated. What I want to do is to use Views to process this data and be able to use exposed filters feature of Views on it, is it possible?
I am trying to set up a type of classifieds ads website, where users create content and pay for it to be published.
I am new to the Drupal Commerce module http://drupal.org/project/commerce, which I believe will work for this, but cannot work out how to achieve this.
I am looking for someone with experience of this module to help configure it for me.
I am trying to implement a registration facility to my site. The process of registration will be:
A User will complete the web form with the required details. The user will then be asked to make a payment through Barclay's ePDQ payment gateway. the users account will then be activated so they can start using the site. At this time the administrator will also be notified of the registration, while the user should receive a receipt of payment.
Is this possible to achieve in drupal and if so how would i go about in getting this facility to work.