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

Payflow Pro: anyone used it?

I'm setting up e-commerce in Drupal 4.7.2 and our client already has a Verisign Payflow Pro account. I've never set it up before and it looks as though there isn't a module for drupal.

Has anyone set this up with drupal? Can you offer any advice?

What is the best "Tell a Friend" Type module?

Hi there,

Having a "Tell a Friend" module is something that I will need all of the time. Looking through the contrib modules, it looks like there are a lot of options that would fit the bill. My question is what one is the best? The overlap is annoying, so it would be nice to know the strengths/weaknesses of each. Here's the list of what I have found:

anonymous users can only vote/rate once, how to check by IP (e.g.)?

I'm using the node vote module, and i noticed that there and as well with polls, anything that uses the drupal rating mechanism it seems, that I can only vote once as an anonymous user. I've tried on different computers, and it doesn't seem to do this by IP or by session, i can only vote once as a guest no matter what.

Has anybody come across this, are there any easy work arounds to let unique and legit visitors vote?

Thanks!

How do you insert iframes into pages?

When I try to insert an iframe into a page, it gets stripped out. Is there a setting I can set that will allow iframes to be inserted into page nodes?

Moved site to new host, now cannot save content

Hello all,

I recently moved my Drupal 4.7.2 installation from a temporary server to our permanent server, and am having some issues.

I restore the db, and set the proper settings in the config file, and the site loads up. However, I cannot create content, or make site changes, the changes are not saved.

I can log in as admin, and when I do, I do notice that a session is created and logged by Drupal. However, earlier I was having an issue with not having LOCK TABLE permissions, which has since been fixed by my hosting provider.

Database error on administer > content

(Drupal 4.6.8)

After I made some changes to some of the categories/taxonomy on my site, I started getting database errors whenever I try to administer content (admin/node):

Not unique table/alias: 'tn'
query: SELECT COUNT(*) FROM drupal_node n INNER JOIN drupal_term_node tn ON n.nid = tn.nidINNER JOIN drupal_term_node tn ON n.nid = tn.nid INNER JOIN user u ON n.uid = u.userid WHERE tn.tid = 39 AND tn.tid = 20

If I run the query manually, I'll get an error:

SELECT COUNT( * )
FROM drupal_node n
INNER JOIN drupal_term_node tn ON n.nid = tn.nid
INNER JOIN drupal_term_node tn ON n.nid = tn.nid
INNER JOIN user u ON n.uid = u.userid
WHERE tn.tid =39
AND tn.tid =20
LIMIT 0 , 170

MySQL said: Documentation
#1066 - Not unique table/alias: 'tn' 

However, if I remove that second "inner join" query, there's no error.

SELECT COUNT( * )
FROM drupal_node n
INNER JOIN drupal_term_node tn ON n.nid = tn.nid
INNER JOIN user u ON n.uid = u.userid
WHERE tn.tid =39
AND tn.tid =20
LIMIT 0 , 170

Repairing and optimizing tables didn't fix the error. There are no messages about this error on drupal.org, and Googling produced no results.

So, what's causing the second "inner join" to happen? Why did it begin only after I altered the taxonomy? What's the ultimate fix?

Pages

Subscribe with RSS Subscribe to RSS - Post installation