Drupal is up and running but how do I ...?

Ecommerce email payment notifications

I am experiencing a few issues with the ecommerce module

I am using the ecommerce module in 4.6 and testing with the Paypal payment method. FYI I am testing in the paypal sandbox

1. How do I get "payment" to send the "customer-invoice-email" defined in the admininsiter > settings > payment configuration when a payment is made.

Database prefix problem

Hi all,
I have a Drupal 4.68 site that used to run (last year) on a site where it had a database prefix of kri (as per settings.php)
I moved to a different hostig co and a database prefix was no longer required. I exported a dump of the old database tables and through a search/replace removed all "kri_" references in the SQL tables at the time. I installed a new set of Drupal installation files on the new ISP and omitted a database prefix in settings.php. After restoring the modified data the site worked.

Now I have literally hundreds of errors in this format:

detailsType php
Date Wednesday, July 26, 2006 - 14:15
User visitor
Location /crisis?PHPSESSID=.....ID omitted
Message Table 'krooninf_krooni.kri_node' doesn't exist query: SELECT kri_node.title, kri_node.nid FROM kri_node INNER JOIN kri_term_node ON kri_node.nid = kri_term_node.nid WHERE kri_term_node.tid = 180 LIMIT 1000 in /home/.../public_html/includes/database.mysql.inc on line 66.
Severity error

Ok, in the above example the prefix is back, yet it does not appear in settings.php. I searched in places such as the variable table, but my knowledge of the innards of Drupal is not yet good enough to know where else to search.

FWIW - I have cleared the cache table many times since installation, including today. Also under sites there is only one setting, the default site.

Any help will be apprecia

changing the encoding of emails: HOWTO?

I have a french drupal site, and a majority of my users have an hotmail account. There seems to be a big problem with Hotmail and the UTF-8 unicode standart, as the messages arrive in hotmail with all weird accents in ascii characters.

How could I change the email encoding to another one so that it can comply with hotmail as well?

I think the function is user_mail in user.module, but I changed to ISO-8859-15, and nothing seems to have changed in the mails...

Anything else to look at?

Thanks

Themes

Hi,

I search for my Drupal some special Themes.
This Topics will be great:

- sunset
- sea
- beach
- Water
- Forest
- Water and Wood

Do you have any idea where I can find it?

Thanks

Malte

Changing a Theme Breaks My Site

I have my drupal site up. Every time I go to "Settings" and then "Theme" something happens. All of the elemnts of the theme vanish. The entire site becomes white and the navigation bar dissapears. The only way I can find to fix it is to delete all the tables in the MySQL database and reimport them all. Of course with this I lose the entire site. Can anyone help? I am unable to develop my site with this problem.

Please help... (in)active menu items with views

Since I started to work with Drupal three weeks ago, I'm not a super newbie but still a newbie... ;) I set up some menu blocks, each containing sections- and subsections. Clicking on a (parent) section lets expand its (child) menu items. E.g. clicking on Australia brings up "Melbourne" and "My Experiences". Since I'm using CleanURLs, I finally found out to set the current menu item for a static page to "active" by splitting the given URL, and then pattern matching (each item) (e.g. australia/my_experiences/). I also set up some views showing one full node per page with "pager-enabled"-option to allow users to navigate from one node to another within the specified view. I do not need any teaser or overview pages, so that I "point" from a menu item to the views URL directly (let's say "australia/melbourne" is my views url, which shows some text and a photo. You can then click through more photos and text using the pager). Works fine... BUT:

So, my menu items are:
+ Europe
+ Asia
- Australia (points to static page, and menu expands, works fine)
-- My Experiences (points to static page and show the menu item's active state, works fine)
-- Melbourne (points to a given views-url)
+ America

My questions are:

  1. How can I keep the subsection-menu expanded when a menu item points to a view within the subsection
    As soon as I click on an item that points to a view and is within a menu that does normally expand by clicking on the parent section item, I can see my view but the expanded status changes back to "not expanded".

Pages

Subscribe with RSS Subscribe to RSS - Post installation