I am migrating from one server to identical another, but on the new installation of drupal the options on the administration page will not drop down and/or are not clockable. They just come across as plain test.
I am a newbie to drupal. I am moving a 1500 post Wordpress website to drupal. I used wp2drupal. Somehow I did not get any tags in drupal OR I just don't know where they are (as I am new to this). All the posts, trackbacks, comments, users came in correctly (and seem to be working correctly)
Obviously I need to fix this. The drupal db show no data in any of the terms_ and I have 2 vocabulary entries and 2 vocab node types in the database. I don't think the tags came into drupal. I see the tags in the wp database I imported from (in a table called wp_tags).
Hi There, this is my first post. I only discovered drupal a few weeks ago (i'm not a web developer type person by any means, I just like to dabble :-) ). Absolutely loving the functionality that drupal provides as well as the massive support it gets from forum users, etc and i'm hoping that I can integrate some other bits and bobs that I played around with into Drupal.
Without delving into my life history of "playing with various web techs and apps", etc I've created some stats from my mailserver (using some bash, txt2html and PHP) and graphed the output using jpgraph. I'm hoping someone can point me in the right direction to try and get that same content into drupal. I've a Drupal site set up for some entirely different things and now want my own site using it :-)
I'm sure this has been covered somewhere, but I haven't been able to find it. I'm trying to use Drupal created users (meaning, I just want to access Drupal's user object: global $user in my php) on pages that won't do any other Drupal activity. This works fine in the "root" directory. So /mysite/index.php (drupal) and /mysite/test.php (non-drupal) this works:
Hi everybody,
I recently discovered Drupal and will use it as my CMS system.
I have a small website in PHP with some scripts. Those scripts are automatically generated based on the URL, it will get the data from the database.
Example:
The URL is
/scripts/scr1
into scr1 there is a file le that refers to an include.
The include reads SCR1 and looks for the correct data into the database and displays that.
So in /scripts/scr2 it will display other data and so on.