Index: /lib/phpseclib0.3.0/Crypt/Hash.php
===================================================================
--- /lib/phpseclib0.3.0/Crypt/Hash.php	(revision 6737)
+++ /lib/phpseclib0.3.0/Crypt/Hash.php	(revision 6739)
@@ -153,5 +153,6 @@
      * @access public
      */
-    function Crypt_Hash($hash = 'sha1')
+    //function Crypt_Hash($hash = 'sha1')
+    public function __construct($hash = 'sha1')
     {
         if ( !defined('CRYPT_HASH_MODE') ) {
Index: /lib/phpseclib0.3.0/Crypt/RSA.php
===================================================================
--- /lib/phpseclib0.3.0/Crypt/RSA.php	(revision 6737)
+++ /lib/phpseclib0.3.0/Crypt/RSA.php	(revision 6739)
@@ -459,5 +459,6 @@
      * @access public
      */
-    function Crypt_RSA()
+    //function Crypt_RSA()
+    public function __construct()
     {
         if (!class_exists('Math_BigInteger')) {
Index: /mods/mod_converter/M1_Converter_update.php
===================================================================
--- /mods/mod_converter/M1_Converter_update.php	(revision 6737)
+++ /mods/mod_converter/M1_Converter_update.php	(revision 6739)
@@ -797,5 +797,5 @@
 				// Tabelle wp_term_taxonomy Feld taxonomy von category in wpsgtax Ã€ndern
 				$data = array(
-					'taxonomy' => $this->shop->get_option('wpsg_mod_produktartikel_pathkey_cat')
+				'taxonomy' => $GLOBALS['wpsg_sc']->get_option('wpsg_mod_produktartikel_pathkey_cat')
 				);
 
@@ -813,5 +813,5 @@
 		
 		echo '<br /><br />';
-		echo $anz.' Kategorien geÃ€ndert von category auf '.$this->shop->get_option('wpsg_mod_produktartikel_pathkey_cat').'.<br /><br />';
+		echo $anz.' Kategorien geÃ€ndert von category auf '.$GLOBALS['wpsg_sc']->get_option('wpsg_mod_produktartikel_pathkey_cat').'.<br /><br />';
 	
 		unset($_REQUEST['action']);
@@ -1474,5 +1474,5 @@
 			
 			$i = 0;
-			foreach ($us[fields] as $epf)
+			foreach ($us['fields'] as $epf)
 			{
 				$fdata = array();
Index: /views/mods/mod_produktartikel/settings_edit.phtml
===================================================================
--- /views/mods/mod_produktartikel/settings_edit.phtml	(revision 6737)
+++ /views/mods/mod_produktartikel/settings_edit.phtml	(revision 6739)
@@ -51,5 +51,6 @@
 <?php echo wpsg_drawForm_TextStart(); ?>	
 		
-		<?php $proz_done = 1; if (wpsg_isSizedArray($this->view['ToRebuild']['product_ids'])) { 
+		<?php $temp = $this->view['ToRebuild']['product_ids']; ?>
+		<?php $proz_done = 1; if (wpsg_isSizedArray($temp)) { 
 			
 			$proz_done = 1 - (sizeof($this->view['ToRebuild']['product_ids']) / $this->view['ToRebuild']['max']);
