Hey guys! I deleted a file associated with my local DAMP server by accidentally. When I went to start my drupal site from the Acquia Desktop control pannel, I got the following error message:
PDOException: SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (10013) in lock_may_be_available() (line 165 of C:\Users\User\Sites\acquia-drupal\sites\SiteName\includes\lock.inc).
Hi All,
I've just started with Drupal and am looking for a convenient method to use Indesign (CS5) for creating Page-Content which then get uploaded to my Webspace.
When searching the Drupal Site I found that this issue has been discussed several times before. Also I figured that there's currently no Module available which automates Collaboration between Drupal and Indesign.
However - I believe most of these Postings were made with managing huge amounts of content of Newspapers or Magazines in mind and all sorts of smart bidirectional File-Linking going on.
My personal wishes were far more modest so that they might be fulfilled without using Addons at all.
All I'm looking for is an option to layout Content of single pages which then appears online exactly the way as they were set up inside Indesign. I just prefer the Formating options found in Indesign over arranging stuff up in the Text/image-Editors for Drupal I've seen so far.
I would not need to bring Online-Content to to Print-Media, all I needed is uploading stuff.
Probably this wish is a bit naive and much of native Indesign-Formating wouldn't get recognized properly without lots reworking, as described here: http://www.ehow.com/how_5997832_design-pages-indesign.html
UPDATE. This is a bug after more testing it appears that the Archive block in Views 7.x-3.x-dev and Beta 3 makes the pager vanish on the front page, if it is not used there is no problem or if pager is set to a specified amount in views there is no problem. I'll comment in Views.
=========================================
Hi not sure if this is the right place to post but I don't want to post in support until I can rule out user error.
I have a Drupal 7 site where there are a few management type users, and then the general public who can only post comments. I want management to only have access to the full html filter and authenticated users (who will only be able to post comments) to have access only to a restricted filtered html filter.
The only problem is that once filtered html is enabled for authenticated users, it's immediately available to all other authenticated roles. That means that the management team then has to remember to choose full html every time they want to generate a post.
I am designing a multilingual website and I am in a confusion whether to go with drupal 6.19 or drupal 7.
If I am proceeding with Drupal 6x can you guys please suggest me which modules will be good to use?
Or using drupal 7 is a better option if so what are the best modules?
Can we integrate Google One pass into a website? I browsed through Drupal website but couldn't find any suggestions related to this. It will be really helpful if someone can guide me
I am attempting to change the output of a select field in CCK to display the items as so: item1, item2, item3. I want to be able to take multiple items and list them with dividing commas. The items are typically terms with link, but may be text as well. I apologize, I'm a php noob.