I'm trying to install drupal 7.4 but I'm kind of lost. On the server two MySQL versions are running. I got the following information from my hosting provider:
Unfortunately, the install.php script fails when using this hostname in advanced options:
Failed to connect to your database server. The server reports the following message: SQLSTATE[HY000] [2005] Unknown MySQL server host 'localhost:/tmp/mysql5.sock' (1).
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: /batch?id=361&op=do StatusText: OK ResponseText: Fatal error: Interface 'ArchiverInterface' not found in /modules/system/system.archiver.inc on line 11
I have created a multilingual site in Drupal 7. I'm using Views in my site with a filter for the content user's language, so I can have the view in English and Spanish. However the menu link and the header of the view can only be display in a language. Do you know how I can translate it?
Hello everyone.
I am developing my personal site and i was trying to style a certain cck field with a specific class.
Let me explain better.
What i have is a content type called "Piece of Work" and a field called "Status". The "Status" field is a select list and can have 3 different values "Developing/Testing/Production Phase"
What i am trying to accomplish is to show the "Status" field in teaser and as well as full node view in 3 different colors and styles (given by my already made css classes) depending on the select list value.
Developing Phase: red style
Testing Phase: yellow
Production Phase: green style
I'm still using Drupal 7.4 and Bartik theme.
I created a content type to publish game reports. I created two additional fields, one for the home team and the other one for the opponent. My problem now is that I want to display both team names in one line (maybe seperated with a dash) and not one below the other.
How do i do this?