[TYPO3-UG Denmark] Hjælp til patch error
Karsten
webdesign.karsten at gmail.com
Sun Jan 13 21:15:33 CET 2008
Hej List
Har fået TortoiseSVN op og køre, og det virker fint med SVN delen. Skal
nu til at "apply patch", som jeg har fået af en fra listen. mit problem
er, at jeg får en error(the line 'index:' was not found) hver gang jeg
prøver.
Har aldrig prøvet at patche før, så jeg gør sikkert noget galt. DIFF
filen skal patche ind i 4 forskellige filer, så den er lidt lang men i
får starten, håber det hjælper.
TortoiseSVN køre på en windows xp maskine, med en wamp server.
DIFF:
Only in typo3conf/ext/tt_products/control: .DAV
diff -ur
/tmp/ta/typo3conf/ext/tt_products/control/class.tx_ttproducts_control.php
typo3conf/ext/tt_products/control/class.tx_ttproducts_control.php
---
/tmp/ta/typo3conf/ext/tt_products/control/class.tx_ttproducts_control.php
Tue Sep 25 11:02:54 2007
+++ typo3conf/ext/tt_products/control/class.tx_ttproducts_control.php
Thu Oct 4 18:05:32 2007
@@ -459,13 +459,21 @@
$this->conf['useArticles']
);
}
+ // basket view
+ if (!is_object($basketView)) {
+ include_once
(PATH_BE_ttproducts.'view/class.tx_ttproducts_basket_view.php');
+ $basketView =
&t3lib_div::getUserObj('tx_ttproducts_basket_view');
+ $basketView->init ($this->basket, $this->templateCode);
+ }
+
$test = $this->processPayment($content, $bFinalize, $order,
$basketView, $info, $card, $account);
- if($content != 1 ){
+
+ if ($content != 1) {
$label = $content;
- $content=
$this->pibase->cObj->getSubpart($this->templateCode,$this->marker->spMarker('###BASKET_REQUIRED_INFO_MISSING###'));
+ //$content=
$this->pibase->cObj->getSubpart($this->templateCode,$this->marker->spMarker('###BASKET_REQUIRED_INFO_MISSING###'));
$markerArray['###ERROR_DETAILS###'] = $label;
$content =
$this->pibase->cObj->substituteMarkerArray($content, $markerArray);
- $bFinalize = false;
+ //$bFinalize = false;
} else {
$bFinalize = true;
}
@@ -592,4 +600,4 @@
}
-?>
+?>
\ No newline at end of file
Håber der er nogle som kan hjælpe
KArsten
More information about the TYPO3-UG-denmark
mailing list