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 a content type with a field (integer list) which I translated into Greek. As you can see in screenshot when the language is English then the exposed filter "star" is displayed perfect. But when the language is Greek, only label appear in the Greek (Stars = Αστέρια) while the list of options still appear in English (and as I said above, these options have been translated into Greek language). Can you help me?
I've got a problem with the relative paths to the images on all of my Drupal sites...
I was wondering if somebody could tell me what I'm doing wrong...
This is what I did:
1. My apache document root folder in MAMP is set to /Applications/MAMP/htdocs
2. I installed a new Drupal-website in my htdocs folder: /Applications/MAMP/htdocs/testsite
3. When I go to http://localhost I get a list of all my websites...
4. When I go to http://localhost/testsite I can see my new drupal-website and it's working properly.
5. I add an image with a relative path to a post: <img src="/sites/default/files/test.jpg">
This normally works on a production site, but now the image isn't showing.
6. When I change the path for the image (using firebug) to <img src="sites/default/files/test.jpg"> the image is showing only on the front page of the website.
7. When I change the path for the image (using firebug) to <img src="/testsite/sites/default/files/test.jpg"> the image is showing on all the other pages except for the frontpage.
Just about to do my first every Drupal install. Is it best to install it into a directory called /Drupal or one called /Drupal-7.1.4? I don't know how future upgrades to a new version work, do new versions go into a separate directory or do they overwrite the current live /Drupal directory.
Also is it best to install Drupal within each separate domain or can I do one install to be shared across multiple domains. If I start with a simple per domain install can I later convert to a multi domain install without losing an sites created.
portet over a installation from local to the webserver -
all went nice and / but while i attempted to login i forgotten (have not seen) the caps lock so i typed the passwd with majuscle - therefore i run into a temporary timeout see here:
Sorry, there have been more than 5 failed login attempts for this account. It is temporarily blocked. Try again later or request a new password.
Hi, A client of mine recently gave me a zip file containing thier website which had been created in Drupal. I have set it up on my Windows 2003 web server. The PHP and MySQL is all installed and working fine, however when anyone visits the site they only get the front page and all other pages are not available. Any ideas where I may have gone wrong with this? I have never used Drupal before and gettign this far has been a process of elimination! Thanks.