"You don't have permission" error when directing to external URL (custom search path) and when adding media items from URL

Hi, I'm running Drupal 7.7 on ANhosting shared. I'm getting the same permissions error when I try to do two things: submit a search key to an external URL (using custom search module, with a custom search path) and when I try to upload an image from a URL using the media gallery uploader. Both errors are "you don't have permission to access blah blah blah" on this server. It also gives me a 404. I'm assuming this is an .htaccess issue? Any ideas? Thanks.

Paypal invoicing through Ubercart

Is there a way to use Paypal invoicing through Ubercart ?

Thanks for any help.

Trouble with Location Module

I am a new user of Drupal and experimenting by building a simple web site.

I have installed the Locations module. Even thought I put in an address in the fields the markers do not show up in the correct location. I can drag and drop the marker manually.

If I delete the lattitude and longitude entries and save the entry, instead of picking up the address in the fields (as it is supposed to do) it goes to some default location in the middle east even though the addresses are on the West Coast of the US.

Thanks for the help,
David

mysql query to db_select

this is the full query

    SELECT t.* 
    FROM
      table AS t
    JOIN
    ( SELECT title, MAX(last_sent) AS maxts
      FROM table
      GROUP BY title
    ) AS grp
    ON grp.title = t.title
    AND grp.maxts = t.last_sent
    LEFT OUTER JOIN table_l list ON t.title = list.title

I try to convert it to db_select since i need to use pager and order by on my table.

i want to do something like this:

Add custom css for particular browser (Opera)

I need to add custom css sheet for Opera browser. I tried to do that by using followed two methods, but no effect

<link rel="stylesheet" type="opera/css" href="style/opera.css" media="screen" /> 

and

Drupal 7 Views and custom tables

I was planning on putting a not-for-profit no kill animal shelter into Drupal. One of the issues is a massive amount of data in several related tables. Tables such as cats, breeds, coloring, health issues. Their database is reasonably normalized.

I'm not changing this, their db is well designed. I wouldn't even know where to start and to be honest why reinvent their wheel.

So I get Drupal 6 installed. Whoot. I get the adoptable cats listed with breeds and everything first try with Views. Slick!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x