Title: Ecard Plugin (Help) (wrong forum must be in plugins)
Last modified: August 19, 2016

---

# Ecard Plugin (Help) (wrong forum must be in plugins)

 *  [egostripper](https://wordpress.org/support/users/egostripper/)
 * (@egostripper)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/ecard-plugin-help/)
 * Hi There,
 * I think the ecard plugin is a great plugin, but my site is not [http://www.test.nl](http://www.test.nl)
   but it is [http://www.test.nl/wp](http://www.test.nl/wp).
 * I’m stuck at the upload part of the plugin.
 * So i’ve changed the following code:
 *     ```
       <input type="submit" name="submit" value="Upload"/>
       		or <a href="/wp-admin/edit.php?page=ecards.php">cancel</a>
   
       	</form>
       ```
   
 * to
 *     ```
       or <a href="/wp/wp-admin/edit.php?page=ecards.php">cancel</a>
       ```
   
 * this result in:
 *     ```
       Not Found
       The requested URL /wp/wp-admin/wp-admin/edit.php?page=ecards.php was not found on this server.
       ```
   
 * and if I change the code above that:
    ‘<h3>Add new ecard</h3> <form enctype=”
   multipart/form-data” method=”post” action=”wp-admin/edit.php?page=ecards.php”
   >
 *  <label for=”ecard_file”>
    Ecard image file (jpg/gif/png; max <?php echo ini_get(‘
   upload_max_filesize’) ?>) </label> <input type=”file” name=”ecard” id=”ecard_file”/
   >
 *  <p class=”submit”>’
 * into /wp/…….
 * Then it result into:
    **Kan ecards.php niet laden.** or translated into english-
   > cannot load ecards.php
 * What am I doing wrong?

Viewing 1 replies (of 1 total)

 *  [pjhile](https://wordpress.org/support/users/pjhile/)
 * (@pjhile)
 * [18 years ago](https://wordpress.org/support/topic/ecard-plugin-help/#post-671654)
 * I’m using that plugin as well, and had to make a few updates to get it to work
   with 2.5.1
    1. find and replace “?page=ecards.php” with “?page=ecards/ecards.php”
    2. find and replace “$thumbnail = dirname($post->guid) . “/” . $post_meta[‘thumb’];”
       with “$thumbnail = $post->guid;”
 * Hope this helps. If I find any more fixes, I’ll try to post them.

Viewing 1 replies (of 1 total)

The topic ‘Ecard Plugin (Help) (wrong forum must be in plugins)’ is closed to new
replies.

 * 1 reply
 * 2 participants
 * Last reply from: [pjhile](https://wordpress.org/support/users/pjhile/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/ecard-plugin-help/#post-671654)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
