Hey. I was trying to install this. I think the installation worked properly but I have this problem. When you click on the link, it just says “Sorry no posts match your criteria.” Any idea why this would be happening? Thanks.
Hi do you have a site I can see? Did you add the htaccess properly?
Talkingspoon.com Still setting it up so no content. The links are there. Yes, I am pretty sure I did it correctly.
This is what I have in my .htaccess file after the #END WordPress
RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/email/?$ /wp-email.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA,L]
RewriteRule ^(.+)/printpage/?$ /wp-email.php?pagename=$1 [QSA,L]
RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/print/?$ /wp-print.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA,L]
RewriteRule ^(.+)/printpage/?$ /wp-print.php?pagename=$1 [QSA,L]
Thanks.
I forgot to mention, that the same error comes up with the Print plugin you made also. Thanks.
Hi jitpal,
the htaccess you got it wrongly. Your site is not using the default permalink. From what I observed, it is /CATEGORY/POST_NAME/POST_ID
Try this:
RewriteRule ^(.+)/([^/]+)/(0-9)*/email/?$ /wp-email.php?category_name=$1&name=$2&p=$3 [QSA,L]
RewriteRule ^(.+)/([^/]+)/(0-9)*/print/?$ /wp-print.php?category_name=$1&name=$2&p=$3 [QSA,L]
You can ignore the pagename, because you got no pages created yet.
I updated the .htaccess file. Still getting the same error. Whenever I click the “E-mail this Article” or “Print this Article” link it just says that the post can not be found. Any more ideas? Thanks
I shot you an email. I was just looking through the options, I had an idea. Personally, I would prefer if when an email is sent that instead of sending the entire article it would send the excerpt. I would like to get people to come to my site to read it so that they would have a chance to click on some ads or something. Is that possible? It wasn’t mentioned in the email setup options. Just thought it would be a good addition. Thanks.
Okie good feature there, I will add it to the next release of it. And perhaps able to send to multiple users.
Installed WP-Email 2.00 and it worked fine. Later, I switched to permalinks, modified code per readme-install and it did not work. Took everything out, tried to reinstall from scratch. Would not allow me to re-install email-install.php
Any suggestions?
This is message I get:
Not Found
The requested URL /2005/11/25/charm-city-ii/email/ was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Hi dd_publius, it is nothing wrong with the database, it is the htaccess file.
Don’t mind you email me your htaccess file, I will take a look at it. [email protected]
Thanks alot
2.01 Coming Soon.
Added this features:
– NEW: EMail A Snippet Of The Post Rather Than The Whole Post. Able To Specify The No. Of Words Before Cutting Off
– NEW: Spam Prevention – Better Checking Of Names, EMail Addresses And Remarks
– NEW: Spam Prevention – Able To Specify The No. Of Mins Before User Is Allowed To Send A 2nd Article
Anymore request?
I updated your latest version 2.0 w-email/wp-print with
wordpress 2.0 today. When I click on the link I get “Invalid post”.
I use the emeil and print version in my post file (single-post)
and with permalinks – I used to link it like this:
wp-email.php?p=111
and it was working before.
Can you help me getting this fixed?
Thomas
try putting the rewriterule before ‘# BEGIN WordPress’ in .htaccess file.
maybe?
You can have permalinks and don’t use the rewrite rules for
the .htaccess file.
I use the link like this:
wp-email.php?p=111
and it was alsways working. There must be something else wrong.