This forum is for less technical discussions about the Drupal project, not for support questions.

Google checkout as a possible payment option for Drupals ecommerce suite?

Just wondering if any of our USA based Drupallers have played around with google checkout. I only found this tentative mention of trying google checkout on here.

I had a quick look at the information for sellers but quickly discovered it's USA only, so I couldn't try it out.

Am I right in thinking they are simply taking on paypal?

Dub

can't access uploaded file

Hi, have beening searching for the problem awhile with no luck
I always got a 404 page for attachments and don't know the problem

for example, this is my setting

/var/www => htdocs root
/var/files => for private files

file system path: ../files (also tried /var/files didn't work too)
download method: private
clean url: enable

Tips on site maintenance

What procedures do you use to ease the difficulties in testing out new features on a live site without breaking the site?

- Jason

Views help please

Hi,

I'm trying to use the views module to setup a site. I've got a number of views working that I've created, but one of the pre-defined views is causing me problems.

The taxonomy_term view just won't seem to work for me. I've enabled it and added it to my 'existing views' and modified it to be a Table View. It's got it's fields defined. Those are the only modifications.

I need a small PHP redirect

Basicly something like this:

1) Check if the visitor is the person looking at that page, if so, do nothing and let the page load
2) If the user viewing the page is not the right uid redirect to a sub directory and pass the uid in a url var

This is my stab at it, can anyone check it and adjust to work correctly?

<?php 
global $user;
if($user->$user)
{
else
drupal_goto('http://domain.com/subdir/index.cfm?uid=$user'); 
}
?>

I need to put this in a custom_page.tpl.php file

drupal_bootstrap raises an exit()

Hello all!

That's my first message here. I discovered drupal and I got so excited to see such a cool CSM.

But I'm having a few problems to make it run. I created the tables correctly and I configured it to work with my PostgreSQL 7.4 server fine, but, after calling drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL) on index.php, it returns me a totally blank page. No errors, no special headers.

Do you have anyidea? Is there any error log?

Thank you! Bye!

Pages

Subscribe with RSS Subscribe to RSS - General discussion