<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Der Magento Experte</title>
	<atom:link href="https://www.der-mage-experte.de/tag/pdf/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.der-mage-experte.de</link>
	<description>Ihr Magento Experte &#38; Entwickler</description>
	<lastBuildDate>Fri, 03 Apr 2026 09:02:45 +0000</lastBuildDate>
	<language>de-DE</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>&#8220;Declaration of Zend_Pdf_FileParserDataSource_File::__construct()&#8221; Fehler beheben</title>
		<link>https://www.der-mage-experte.de/855/magento-declaration-of-zend_pdf_fileparserdatasource_file__construct-fehler-beheben/</link>
		<comments>https://www.der-mage-experte.de/855/magento-declaration-of-zend_pdf_fileparserdatasource_file__construct-fehler-beheben/#comments</comments>
		<pubDate>Wed, 15 Apr 2015 07:58:08 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Lösungen]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Rechnung]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.der-mage-experte.de/?p=855</guid>
		<description><![CDATA[Es kann vorkommen, dass der folgende Fehler auftaucht, wenn man eine Rechnung drucken möchte: Fatal error: Declaration of Zend_Pdf_FileParserDataSource_File::__construct() must be compatible with Zend_Pdf_FileParserDataSource::__construct() in /var/www/vhosts/website/httpdocs/includes/src/Zend_Pdf_FileParserDataSource_File.php on line 41 Um das Problem zu lösen, öffnet man die Klasse lib/Zend/Pdf/FileParserDataSource.php und&#8230;]]></description>
				<content:encoded><![CDATA[<p>Es kann vorkommen, dass der folgende Fehler auftaucht, wenn man eine Rechnung drucken möchte:</p>
<p><em>Fatal error: Declaration of Zend_Pdf_FileParserDataSource_File::__construct() must be compatible with Zend_Pdf_FileParserDataSource::__construct() in /var/www/vhosts/website/httpdocs/includes/src/Zend_Pdf_FileParserDataSource_File.php on line 41</em></p>
<p>Um das Problem zu lösen, öffnet man die Klasse <em>lib/Zend/Pdf/FileParserDataSource.php</em> und ändert die Definition der abstrakten Funktion <em>__construct</em> folgendermaßen:</p>
<p>Von</p><pre class="crayon-plain-tag">abstract public function __construct();</pre><p></p>
<p>zu</p>
<p></p><pre class="crayon-plain-tag">abstract public function __construct($filePath);</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.der-mage-experte.de/855/magento-declaration-of-zend_pdf_fileparserdatasource_file__construct-fehler-beheben/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
