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.
I've been searching this website but I couldn't find any useful info on language support... Finally, I found a file called 'locale.php' with a (first impression) quite difficult way of changing/translating. Maintaining translations had to be simple so it became as easy as filling out forms on the administration page.
I agree with the idea, but I don't think this has been achieved yet.
Wierd thing happened today. I upgraded to CVS and also installed new taxonomy.module and taxonomy_dhtml.module. Later today found that Add new comments link disappeared beneath my nodes as well as the comment form beneath my node.php pages.
I checked an have comment module on in the Admin. All users have permission to access comments, post comments and post comments without approval.
Anyone run into this problem with CVS or have any ideas what else I should do/check?
<?xml version="1.0" encoding="ISO-8859-1"?>
<DOCTYPE rss [<ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
<rss version="0.91">
This is what the XML button for the Syndication module puts out. This is wrong, and both Chimera (Mozille/Gecko engine) and MSIE 5.2 for Mac OS X complain about it. The error is "An XML element is not allowed inside a DTD."
The DOCTYPE declaration must come before the XML and RSS information. This should be easy to fix.
I've this error updating the database from 4.0.0 to 4.1.0-rc
2002-06-22: first update after Drupal 4.0.0 release
ALTER TABLE users ADD index (sid(4)) OK
ALTER TABLE users ADD index (timestamp) OK
ALTER TABLE users ADD UNIQUE KEY name (name)
user error: Duplicate key name 'name'
query: ALTER TABLE users ADD UNIQUE KEY name (name) in /home/webs/elclub/reclamos/includes/database.mysql.inc on line 69.