All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: Go to 404 if print a page  (Read 1065 times)

0 Members and 1 Guest are viewing this topic.

Offline gabimazz

  • Newbie
  • *
  • Posts: 2
    • View Profile
Go to 404 if print a page
« on: 31 October 2009, 18:09 »
Hi,
 
thanks for your plugin, which works perfectly with posts but goes to a 404 page if I try to print a page.
 
Permalinks have been updated.
 
To test it go to my homepage: www.scrical.it
 
On the first Katzenbach book post, if you click on the icon (which correctly reports “Stampa/Print post”) the print works.
 
If you follow the link: "Prosegui la lettura / Read more", you go to the page. The print icon correctly reports “Stampa /Print the page” but if you click on it you get a 404 Error message
 
Can you help me?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Go to 404 if print a page
« Reply #1 on: 01 November 2009, 06:19 »
is there a post or a page? if it is a page something must have been messing with the URL like a plugin or something.

Because on your other pages, it works fine http://www.scrical.it/profili/printpage/

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline gabimazz

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Go to 404 if print a page
« Reply #2 on: 01 November 2009, 14:57 »
You are right!

Many thanks for your quick reply. i will check that page.

gabi

Offline markov

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: the morning after
Re: Go to 404 if print a page
« Reply #3 on: 28 December 2009, 18:01 »
me too. when i click on "print this post" icon, i'm taken to 404 page.
please try my site out www dot needleplant dot com and perhaps see how it's different than the problem posed by the italian couple? thanks.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Go to 404 if print a page
« Reply #4 on: 28 December 2009, 19:31 »
Regenerate permalink. Read the readme.html under Install Tab. If it does not work, deactivate all other plugins and try again.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline gblodgett

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: Prosumer variant
Re: Go to 404 if print a page
« Reply #5 on: 28 December 2009, 21:47 »
I had this problem as well. wp-post and wp-email don't recognize SEO links. To get around it, I hacked the inclusion code.

<a href="http://www.albertaventure.com/?p=<?php echo $myID; ?>&amp;email=1" title="Print This Post" rel="nofollow"><img class="WP-EmailIcon" src="http://www.albertaventure.com/wp-content/plugins/wp-email/images/email.gif" alt="Email This Post" title="Email This Post" style="border: 0px;" /></a>

<a href="http://www.albertaventure.com/?p=<?php echo $myID; ?>&amp;print=1" title="Print This Post" rel="nofollow"><img class="WP-PrintIcon" src="http://www.albertaventure.com/wp-content/plugins/wp-print/images/print.gif" alt="Print This Post" title="Print This Post" style="border: 0px;" /></a>

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.