Index: /controller/wpsg_SystemController.class.php
===================================================================
--- /controller/wpsg_SystemController.class.php	(revision 6609)
+++ /controller/wpsg_SystemController.class.php	(revision 6610)
@@ -673,5 +673,5 @@
 			}
 			
-			if ($this->get_option('wpsg_displayTemplatesLog') > 0) wpsg_debug_console($this->clearPathForDebug($file));
+			if ($this->get_option('wpsg_displayTemplatesLog') > 0) wpsg_debug_console($this->clearPathForDebug($render_file));
 			
 			if (!is_admin() && $this->get_option('wpsg_displayTemplates') > 0)
@@ -679,5 +679,5 @@
 				
 				echo '<div style="display:inline-block; box-shadow: inset 0px 0px 0px 1px #003C6A; position:relative;">';			
-				echo '<div style="background-color:#003C6A; color:#FFFFFF; white-space:nowrap; font-size:11px; font-family:monospace; line-height:14px; margin-top:-14px; position:absolute;">'.$this->clearPathForDebug($file).'</div>';
+				echo '<div style="background-color:#003C6A; color:#FFFFFF; white-space:nowrap; font-size:11px; font-family:monospace; line-height:14px; margin-top:-14px; position:absolute;">'.$this->clearPathForDebug($render_file).'</div>';
 								
 			}
Index: /mods/wpsg_mod_productvariants.class.php
===================================================================
--- /mods/wpsg_mod_productvariants.class.php	(revision 6609)
+++ /mods/wpsg_mod_productvariants.class.php	(revision 6610)
@@ -1163,5 +1163,5 @@
 
 			$this->db->ImportQuery(WPSG_TBL_VARIANTS, array(
-				'name' => wpsg_q(__('', 'wpsg')),
+				'name' => wpsg_q(''),
 				'product_id' => wpsg_q($_REQUEST['product_id']),
 				'deleted' => '0',
@@ -1189,5 +1189,5 @@
 			$variation_id = $this->db->ImportQuery(WPSG_TBL_VARIANTS_VARI, array(
 				'variant_id' => wpsg_q($_REQUEST['variant_id']),
-				'name' => __('', 'wpsg'),
+				'name' => '',
 				'deleted' => '0'
 			));
