Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
user error: Duplicate entry '4' for key 1
query: INSERT INTO term_data (tid, name, description, vid, weight) VALUES ('4', 'XFML', '', '1', '0') in /home/jcwinni/public_html/drupal/includes/database.mysql.inc on line 75.
Status: created new term 'XFML'.
----
Some abusive developers on the IRC channel indicated the problem might have to do with the 'sequences' table.
Is there a cleaner way than modifying the code to get rid of some of the items in the top navigation line? E.g. I installed the "filestore" module but I don't want users to have a link to the files page in the navigation at the top (and bottom) of the page.
I'm linking directly from within a book page to these files, and the uploaded files wouldn't make any sense without the context of the book pages...
I installed the features module and was able to add some features with the admin module. But I've found no way to display the list features to the users. I tried http://mysite/features, but this did not work. What is the URL of the features list? Can this be a theme issue?
I have tried installing the marvin_2k theme. However once I select it in the config menu, I get the following error message:
"Fatal error: Cannot instantiate non-existent class: theme_marvin in localhost/includes/theme.inc on line 179"
I am not very technically advanced. Can someone explain why this is happening? The error message won't go away, and I have to delete the folder before the site is usable again. I am using version 4.3.1 of drupal. Thanks in advance.
I setup my website in windows server correct.
the locale module is work.
But when I setup it on my apache site : http://www.ee-studio.com/drupal.
Locale don't work!
I can translate english to chinese, but it no work.
I found the database locale have the data.
Can someone help me!
Thank!
I have managed all the theme changes except one. I have a custom function format_subject() which I use to format the heading of a node or box title. You can see what the changed node title looks like by looking at the "welcome to moviescene" node on the front page.