I'd like a complete list of countries in a taxonomy vocabulary I've created (called "Country").
I've got my list ready to go, but I can't get it to display in Drupal.
When I add new terms at /admin/taxonomy/add/term/2, I see the following changes to the database:
-country names are inserted in term_data, with a unique tid and vid=2
-tid is inserted into term_hierarchy as well, with parent=0
-term_data_tid in sequences is updated to contain the last tid used in term_data
Alright so im running drupal 4.7, 4.7.1 to be exact. I recently have been doing alot of adding features and modules to a test site im working on. The latest thing was the image modules. I have image, image_asst, and image gallery installed. Whenever i try uploading/adding pictures it seems like i sent (uploaded) the data to the server but im returned to a completly blank page in firefox and a page cant be displayed in IE.
No images were ever found in the folders and no sql entries.
All the folders are marked 777 to be writable. Still no success
I'm making a personal website out of Drupal. I setted Filtered HTML as default so that annonymous users, who are alllowed to leave comments, can use Filter HTML.
However, I'd like to use Full HTML when I myself add and edit contents (e.g., blog, book page and page). As a admin, I'm allowed to use any input format, but everytime I add a content, I have to choose Full HTML from Input Filter in editing page (i.e., ?q=node/add/blog). This is a little pain in the arse for me.
I just installed Druapl (the Civic distribution) wanted to install the organic groups module as well. I uploaded the og module to the /modules directory like normal. Drupal recognized everything, and I enabled the mod. However, when I go to access the settings, I get this error:
warning: Invalid argument supplied for foreach() in C:\apachefriends\xampp\htdocs\civic\modules\og\og.module on line 66.
I've got a strange issue with the gallery module for drupal 4.7 and gallery 2.1 that I haven't been able to find in the drupal forum. I have Drupal 4.7.1 installed, PHP 4.4.1, mySQL 4.1.14.
Cache, clean urls, are enabled and url rewrite disabled.