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.
Good afternoon, Drupalers,
I'm having a problem with the Image module.
I have a form where you can upload an image, and that works fine.
I'm using "Private" for file system settings, so it throws the image in /files, but it's filtered as /system/files after you post it. I'm guessing this is a trick with .htaccess. Per the "imagefield" module's install instructions, it states to comment out the "RewriteEngine off" line in the .htaccess file in /files. Is this a conflict?
I use the Image module and the Views module to build the front page of my image gallery. It lists 16 (4 columns x 4 rows) thumbnails per page. I also tag the images using the free tagging offered by the Taxonomy module. And here is the problem.
When I go to the term page -- e.g. the page displaying all images tagged with "mountains" -- the default number of teasers is used and there are only 10 images on the page, what looks ugly (Two rows with 4 images, one row with only two images).
new site - been adding modules - coming together nicely - then i installed the forms.module and survey.module
'cause i thought it would be a nice feature to survey folks at certain points and...BOOM! I get the following when
I try to 'create' content:
Hey, everyone. Am just starting to use Drupal 4.7, I've installed it on a test server here before launching a new site with it. So far, am very pleased, it's much better than I had imagined and all of the alternatives pale in comparison. I tried nearly everything this past summer, and wish I had just gone with Drupal first.
I have aproblem in 4.7 that I haven't encountered in 4.6. I set up a new site and everythign is going well until I post a story that includes php. I have a database that is separate from the Drupal database that I want to query and return info from. In an almost identical situation this worked fine in 4.6 but in 4.7 I'm getting errors. I think I've figured out why, after my queries Drupal is going to the new database I'm querying to look for the watchdog table as well as others. I've checked all my Query's and I have mysql_close(); included in all of them . . .