PDF generate Error [1.3.2.1]
PDF generate Error [1.3.2.1]
I've installed the new version 1.3.2.1 - I also tried the new PDF function - a new window opens und post the following error:
FPDF error: Unsupported image type: php
Implimentation [PRINT_PDF] PDF erzeugen [/PRINT_PDF]
FPDF error: Unsupported image type: php
Implimentation [PRINT_PDF] PDF erzeugen [/PRINT_PDF]
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
Shure that's not the point - printing has nothing to do with pdfeh100091 wrote:I have insert this link in the template section instead of the [PRINT]drucken[/PRINT] function.
The normaly print funktion works fine.
the FPDF generator kick out the error whats wrong, not phpwcms! php is an unsupported image type. this says all and that may the point to start.
try to remove this from your source:
Code: Select all
<noscript><p>Free web analytics, website statistics
<img src="http://www.horners.at/counter/phpmyvisites.php" alt="Statistics" style="border:0" />
</p></noscript>
maybe I'm wrong, but thats the only Idea I got for the moment.
best marcus
Code: Select all
<!-- StartDruck -->
{CONTENT}
other stuff
<!-- StopDruck -->
<!-- phpmyvisites -->
<a href="http://www.horners.at/" title="Willkommen bei der Familie Horner!"
onclick="window.open(this.href);return(false);"><script type="text/javascript">
<!--
var a_vars = Array();
var pagename=document.title;
var phpmyvisitesSite = 1;
var phpmyvisitesURL = "http://www.horners.at/counter/phpmyvisites.php";
//-->
</script>
<script language="javascript" src="http://www.horners.at/counter/phpmyvisites.js" type="text/javascript"></script></a>
<noscript><p>Free web analytics, website statistics
<img src="http://www.horners.at/counter/phpmyvisites.php" alt="Statistics" style="border:0" />
</p></noscript>
<!-- /phpmyvisites -->
etc. ...
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
I haven't test the new phpwcms version is that <!--start--> stuff overtaken by oliver? I'm not shure?!Jensensen wrote:Hi Peter,
I'm not completely familiar with the new print to pdf,
but I guess it should work with your print_layout.css
for your
external_counter div-area
try
#external_counter { display: none;}
greetz
[EDIT] it seems combined with the printlayout?![/EDIT]
As far as I know, the call of phpmyvisits.php via image tag is not really supportet by phpmv (I guess i read this in their forum)
m.
[EDIT] haha - wir (ich) quälen uns hier mit englischen beschreibungsversuchen rum, dabei dürften wir alle deutsch sprechen, oder? ) aber wir sind ja im englischen part des forums...[/EDIT]
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact:
YES, or place themarcus@localhorst wrote:@eh100091
use the pixeltracking.php in frontend_render/disable to add your phpmv tracking code, because this is placed right after content['all'] {CONTENT} and so after the <!--StopDruck--> switch! and remove the statcode from your template!
Code: Select all
<!-- phpmyvisites -->
<a href="http://www.horners.at/" title="Willkommen bei der Familie Horner!"
onclick="window.open(this.href);return(false);"><script type="text/javascript">
<!--
var a_vars = Array();
var pagename=document.title;
var phpmyvisitesSite = 1;
var phpmyvisitesURL = "http://www.horners.at/counter/phpmyvisites.php";
//-->
</script>
<script language="javascript" src="http://www.horners.at/counter/phpmyvisites.js" type="text/javascript"></script></a>
<noscript><p>Free web analytics, website statistics
<img src="http://www.horners.at/counter/phpmyvisites.php" alt="Statistics" style="border:0" />
</p></noscript>
<!-- /phpmyvisites -->
e.g. under your Left-Navi or under the footer, or ...
Heiko...
- marcus@localhorst
- Posts: 815
- Joined: Fri 28. May 2004, 11:31
- Location: localhorst
- Contact: