First off, thank you for taking time to read this! Its very much appreciated.
So currently my Drupal 7 site is receiving this error:
PDOException: SQLSTATE[28000] [1045] Access denied for user 'jservaas_spark'@'localhost' (using password: YES) in lock_may_be_available() (line 164 of /home/jservaas/public_html/salamanderpark.com.au/includes/lock.inc).
I have searched the web and found a few solutions that have not worked for me. I have not touched the settings.php file, nor mucked around in myphpadmin to alter anything.
I would like to display a block on the content header of my site to display Holiday-related banners on a scheduled basis. e.g.: Every 26th Dec. a Christmas banner should be displayed until New Year's day.
Is there any module that can do this?
i.e.: schedule a block, make it repeat on a yearly basis for a period of days.
What I want to do: Add a youtube link. Create a view that will display the thumbnail and link it to the video in a colorbox.
Drupal 6: Very Easy to do
Drupal 7: Next to impossible :( I am totally lost.
Anyone has any insight as to how best to achieve this?
I am worried to start uploading my site to my online domain/host because the local host url of my site is currently
"sitenameexample.localhost:8082"
which is obviously not what my online domain/url is.
My sitenameexample in my drupal administration site information is right. How do I change the url of my local host site to what my domain name is going to be eventually? Or do I even have to?
In Drupal 7.x, given a nid and a file field name, I'm trying to get the files (as fids or objects) which have been uploaded as file attachments to that node.
Drupal will populate the uploaded files only when they are set as "displayed" but I need to do this for all the files of that field, no matters how their display setting is.
I've spent quite some time investigating into this but the new d7 file api looks pretty obscure from a documentation and code point of view. IMHO, too much "drupal magic" happening there for a fast understanding.
I'm running Drupal 7.0. When I create a Basic Page, the body of the page is preceded by the text "BODY:". Is it supposed to be doing that? If so, is there some way to suppress it?
I originally filed this a a bug (since it certainly looks like a bug to me) but the ticket (http://drupal.org/node/1209054) was closed with a request that I post my issue here. That makes me suspect it's supposed to work this way?