Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
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.
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 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!