Loss of data with i18n and node teaser

rayvaughn - February 29, 2008 - 22:57
Project:Taxonomy Multi Editor
Version:5.x-1.0
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

Sorry this is a bit vague, on a tight deadline.

I installed this module, themed it to fit in the page and edited the code a little to list all nodes at once to perform changes more easily like this:

  $sql = "SELECT n.nid, title, type FROM {node} n ORDER BY type DESC";
  $result = pager_query(db_rewrite_sql($sql), variable_get('default_nodes_main', 1000));

Hopefully it was my hamfisted coding that made me lose data in all the node teasers in the other language on my test site but I can't really see why.
I recommend if you are planning to use this module especially with i18n you take care and back-up your data before installing.

#1

rayvaughn - March 1, 2008 - 02:20

*** Correction ***

oops almost certainly not taxonomy multi editor but editable_fields
see http://drupal.org/node/214372

#2

dman - August 20, 2008 - 02:41
Status:postponed (maintainer needs more info)» closed

Certainly not this module ??

 
 

Drupal is a registered trademark of Dries Buytaert.