This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Apache seems to die when I use ecommerce "add/product/tangible"

Hopefully this is the correct area to post - I'm kinda green here :)

I've installed the ecommerce module and enabled all the modules in the documentation. I then click create content -> product -> shippable product and receive a white screen (no content in it at all). When I check the apache logs it reads:

[notice] child pid 29821 exit signal Segmentation fault (11).

Everytime I reload that page another log appears, thus I correlate the crash with that url (mysite/?q=node/add/product/tangible).

webform, modifying the subject line for email client filtering

I couldn't find this anywhere, but i had a problem recently. I use webforms to track several issues at work.

Due to the large volume of emails, the recipients need to filter it based on the subject. To this do this, webform would need the ability to prepend text in the subject line to match someone's email filters.

For example, I've got a form that takes a customers Address field that populates in the subject line. Since this data is unique it wouldn't hit the filter unless webform prepends "Customer Address: " in the subject line.

Here is how I got this to work. Keep in mind I have zero PHP programming experience so I'm sure there's a much better way to do this. I just hope the developers add something like this in so I won't have to keep modifying each new release.

I added a new row in the DB called 'email_pretext' with the same values as email_subject. Below is a `diff -u' of the changes.

--- webform.module.old 2006-09-19 14:04:38.000000000 -0500
+++ webform.module 2006-09-19 18:29:33.000000000 -0500
@@ -100,7 +100,7 @@
}

// Insert the Webform
- db_query("INSERT INTO {webform} (nid, confirmation, redirect_post, submit_limit, submit_interval, email, email_from, email_subject) VALUES (%d, '%s', %d, %d, %d, '%s', '%s', '%s')", $node->nid, $node->confirmation, $node->redirect_post, $node->submit_limit, $node->submit_interval, $node->email, $node->email_from, $node->email_subject);

Help - Profile Module

Hi Friends,

I need to add one more categorie in my profile module, but not in new tab. I need to show this categorie(s) in the same page, like is maked in drupal register.

It's would be something as, e.g:

---User Info---------

- Nome
- Email
- Password
---------------------

---Address Info------

- City
- State
- Postal Code
- Country
---------------------

---Preferences--------

- Favorite Movie
- Favorite Sport
- Favorite Color
---------------------

Email this Page results to Page not found

Hi! I've looked at the forums, but can't find anyone who shares this problem.

When I use the emailthispage module on my Drupal 4.7.3, it produces a link like this:

http://hataw.com/?q=emailpage%26nid%3D17

which results in a "Page not found" error. However, when I manually tweak the URL and type in

http://hataw.com/?q=emailpage&nid=17

I get the emailthispage form.

Teaser without image

I have nodes which include embedded inline images (from img_assist).

When showing these nodes as a teaser, I do not wish to show the image at all. Please can someone explain how to effect this.

I am using the bluemarine theme on Drupal 4.7

TIA
Terry Fido

blogs for all users

Hi all, I have gone through the modules list, but I couldnt find it, so Im basically just checking to see that Im not simply as blind as a bat.

Is there a module available that would give all registered users the option of their own blog?

Your help is greatly appreciated

G :)

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions