I recently changed web hosts. I uploaded the site just fine, dumped and repopulated the mySQL databases, and everything seems to be just fine until I try to get to my admin panel (http://www.redboxcodes.com/). When I go there, I get this error message:
When i go to my localhost/drupal-cvs, all i see is a few pictures that where on my site, nothing ease. There is no theme so i can not login. What is happening?
Hello - I'm not sure if this is the best way to go about what I'm trying to do...
I've created a taxonomy vocabulary called "Press Releases," and I want all stories posted in that vocabulary to appear on a page I've made on my site.
My idea is that I would create a block that only appears in the content region of the "Press Releases" page I've made at /press/, and use a snippet of PHP in that block which gets all the stories from that vocabulary and displays them.
I am trying to add a small piece of code to automatically create a url alias when you insert or update a product. I tried just adding a db_query to the hook_update like this: