Title: [Plugin: WP Post Thumnail]
Last modified: August 19, 2016

---

# [Plugin: WP Post Thumnail]

 *  [Bento](https://wordpress.org/support/users/ltcanuck/)
 * (@ltcanuck)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/)
 * Hello,
 * I’ve designed a theme for a client that uses WP Post Thumbnail but ran into a
   problem transferring it from my development environment to the server.
 * For reference, the plugin <[http://wordpress.org/extend/plugins/wp-post-thumbnail/&gt](http://wordpress.org/extend/plugins/wp-post-thumbnail/&gt);
   uploads an image an allows you to decide what area of it will be used as a thumbnail
   for the front page.
 * Every time I upload an image it tells me the upload was successful but doesn’t
   load the thumbnail editor, nor is the file uploaded to the directory.
 * I think it has to do with permission but I’m not good enough at php to figure
   it out. Please help.
 * Thank you

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-post-thumnail/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-post-thumnail/page/2/?output_format=md)

 *  [Rodeo Imagination](https://wordpress.org/support/users/shiroujune/)
 * (@shiroujune)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918414)
 * Have you checked the CHMOD of the directories?
 *  [sam2400](https://wordpress.org/support/users/sam2400/)
 * (@sam2400)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918504)
 * I’m having the same exact problem as Itcanuck. And uploads folder is Chomd to
   777. It says picture uploaded successfully. But no options to crop and uploads
   directory is empty. I uploaded the wppt.xml to default theme directory as well.
 *  [Rodeo Imagination](https://wordpress.org/support/users/shiroujune/)
 * (@shiroujune)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918525)
 * Sorry for the question, are you talking about “Post-thumb/ Post-thumb revisited”
   plugin? can you post link to the plugin???
 * Post Thumb or Post Thumb Revisited
    [http://code.google.com/p/post-thumb-revisited/](http://code.google.com/p/post-thumb-revisited/)
   [http://www.alakhnor.com/post-thumb/](http://www.alakhnor.com/post-thumb/)
 *  [sam2400](https://wordpress.org/support/users/sam2400/)
 * (@sam2400)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918528)
 * Im talking about WP Post Thumbnail
    [http://wordpress.org/extend/plugins/wp-post-thumbnail/](http://wordpress.org/extend/plugins/wp-post-thumbnail/)
 *  [flamingmonk](https://wordpress.org/support/users/flamingmonk/)
 * (@flamingmonk)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918587)
 * I have the same problem. I just upgraded to 2.7 before installing.
 *  [Ron](https://wordpress.org/support/users/ronklaren/)
 * (@ronklaren)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918606)
 * Same problem here, any chance this will be resolved in the near feature? I’m 
   about to launch a new website in january and this is one of the plugins I really
   would love to use!
 * btw. also using WP2.7
 *  [repsaj_nav](https://wordpress.org/support/users/repsaj_nav/)
 * (@repsaj_nav)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918611)
 * I had the same problem after moving my WordPress installation from localhost 
   to my real site.
    I fixed it by emptying `wppt_general_options` in the `prefix_options`
   table.
 *  [kento](https://wordpress.org/support/users/kento/)
 * (@kento)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918617)
 * Same probleme here (wp 2.7) but issue from Repsaj_Nav doesn’t work for me :'(
 *  [jensimmons](https://wordpress.org/support/users/jensimmons/)
 * (@jensimmons)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918625)
 * I’m having this problem too. I’d like to:
 * > fixed it by emptying wppt_general_options in the prefix_options tabl
 * as Repsaj_Nav suggested, but I can’t find the wppt_general_options. Or anything
   marked wppt, or anything that looks like it goes with this plugin. I’m assuming
   I could get to it using PHPMyAdmin, cracking open the database.
 * What am I missing? i’d appreciate any specifics!
 *  [jensimmons](https://wordpress.org/support/users/jensimmons/)
 * (@jensimmons)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918626)
 * Ah, the information I needed is on the developer’s blog, in the comments:
    [http://www.seoadsensethemes.com/wp-post-thumbnail-wordpress-plugin/](http://www.seoadsensethemes.com/wp-post-thumbnail-wordpress-plugin/)
 * “Paul” on a Jan 6 comment said:
 * > WP 2.7 working…
   > I was able to get the plugin to work in WP 2.7 by deleting the wppt_* options
   > directly from the database. That is to say:
   > 1.) Use something like “phpmyadmin” to connect directly to your database server.
   > 2.) Navigate to the database for your installation and find the “options” table.
   > 3.) That table has a hundred or so entries. You can just “Browse” through the
   > table for the 2 or 3 that begin with “wppt_”[something]. Or (if you have thousands
   > of entries) you could do a Search and put in “option_name like ‘wppt_%’” as
   > your search criteria.
   > 4.) Delete those options that begin with “wppt_”.
   > After I did this, the next time I tried to upload an image with wppt it worked
   > just fine.
   > [I noticed that even after disabling the plugin and re-enabling it, my wppt
   > options in the database were still those from an earlier installation. My suspicion
   > was that maybe WP changed the way it stores array data in going from WP 2.6
   > to 2.7? And that disabling the WPPT plugin apparently doesn’t erase the option
   > arrays stored in the database? I don’t know… but this worked for me :->]
 *  [Cedric](https://wordpress.org/support/users/cooperanet/)
 * (@cooperanet)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918632)
 * I’ve tried all that been said above but no way, it doesn’t work. It works fine
   in localhost but not after moving to the server. Did you find a solution?
 *  [alexanderhowell](https://wordpress.org/support/users/alexanderhowell/)
 * (@alexanderhowell)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918645)
 * This plugin worked fine for me on 2.7, and now it suddenly doesn’t. I don’t think
   the developer is still working on it though so might be worth giving up and jumping
   to something else. 🙁
 *  [doctorcilantro](https://wordpress.org/support/users/doctorcilantro/)
 * (@doctorcilantro)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918648)
 * What are we going to jump to?
 * Psot-thumb is crap, and this plugin is crap. You’d think given the popularity
   of WordPress that these so called “plugin developers” would design something 
   that works. We can’t even hack the code to correct it…..if you find something
   that works post back. I’ll do the same.
 * cheers,
    DC
 *  [mores](https://wordpress.org/support/users/mores/)
 * (@mores)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918649)
 * how about coding it yourself then, doctorcilantro.
    plenty of “post attachment”
   or “post image” functions being displayed here.
 * You could also pay one of these so called plugin developers to create something
   specially for you, instead of releasing “general” crap that does not work on 
   your setup.
 *  [Marcomail](https://wordpress.org/support/users/marcomail/)
 * (@marcomail)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/#post-918650)
 * it’s strange because the plugin working good on wp 2.7 without any modify.
 * do you have add the file wppt.xml in the theme folder ?

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/plugin-wp-post-thumnail/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-wp-post-thumnail/page/2/?output_format=md)

The topic ‘[Plugin: WP Post Thumnail]’ is closed to new replies.

## Tags

 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 22 replies
 * 19 participants
 * Last reply from: [johnji](https://wordpress.org/support/users/johnji/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-post-thumnail/page/2/#post-918725)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
