Hi,

Wasn't sure if this is a bug or not because I'm relatively new to using the Image module as well as Postcard module, but when I send a postcard my site reports something like:

Your postcard was sent! John Doe will get a message by email with a link to your text and picture.

However, when the email is received, it appears totally blank-- no subject, no body/text/image or link. I have both Image and Postcard modules installed and showing up as activated on my modules page, and have all access permissions enabled for both Image and Postcard modules at /admin/access.

Any idea what I need to do next?

For reference, here's my site info:

------

Drupal
Version 4.7.6
Sites directory default
Database prefix
Web Server
Type Apache
Version 1.3.37
PHP Interface CGI
PHP
Version 4.4.4
Magic Quotes GPC On
Magic Quotes Runtime Off
Memory Limit
Register Globals Off
Safe Mode Off
Session Cache Limiter none
Session Save Handler user
Upload Max Filesize 2M
Extensions
CURL Support Enabled
GD Version bundled (2.0.28 compatible)
FreeType Support Enabled
XML Support Enabled
Zip Support Enabled
Zlib Support Enabled
Database
Type MySQL
Version 4.1.21-standard-log
Charset utf8
Collation utf8_general_ci
Create Temporary Tables Allowed
Lock Tables Allowed

Thanks!

-KV

Comments

add1sun’s picture

Hm, did you go to the settings page and save the settings? I believe in the 4.7 version you need to do that first so there is a default subject/message to send out. If that does work and you could create a patch to update the INSTALL.txt file that would be great.

krisvannest’s picture

That's it! Thanx much for the fast reply... actually I'm not at all familiar w/ creating install patches, but I'll try and track down the procudure in case I can return the favor.

Thanks again,
KV

add1sun’s picture

Cool! Glad that was an easy one. If you want to learn how to patch there are a couple of good resources:
Of course, the entire Patches section of the handbook, but specifically Creating patches (http://drupal.org/patch/create) and Submitting patches (http://drupal.org/patch/submit). There is also a short video: http://drupal.org/node/128209

Let me know if you have questions and thanks!

add1sun’s picture

Component: Code » Documentation
Status: Active » Fixed

Added this step with a "MUST" in the INSTALL.txt.

dries’s picture

Status: Fixed » Closed (fixed)