Having problems installing Drupal? See the Installation Guide for more information.

Can't load images edit by Mac Photoshop

For some reason, I cannot upload images that have been edited by Mac Photoshop. Does anyone know why this might be happening? The images are jpegs, and within the size limits of the rules. Does it have something to do with the encoding maybe -perhaps they aren't MIME compliant or something like that? All other images load without problems but these Mac Photoshop images do not. Drupal gives me the following error:

Block Path Problems

I've been trying to figure out how to use the block path to do a few simple things, and I'm having some success, but I've been stuck for the last 3 hours trying to figure how a regular expression for what I want to do. I have three types of blocks:

1) Blocks that I want on the home page only (the path <^(/|index\.php)$> works great for this).
2) Blocks that I want on the home page and specific other pages (the path <^(/|index\.php)$|(forum)> puts a block on the home page and the forums pages, but no others).
3) Blocks that I want on every page EXCEPT a few specific ones. Here's where I'm having problems.

<(^/$|[^(staff)(photos)/]+)> successfully takes a block off the staff and photos pages, but I'm having two problems trying to expand on this.

First, I want to add a few more items to this list, but anything inside the brackets is only a list of characters, not specific words. The parenthesis I have there aren't even necessary. In order words, if I had a page named "fotos" it wouldn't have the block either because the order and grouping of the characters doesn't matter.

Second, I want to add "node" to this list, but this doesn't work: <(^/$|[^(staff)(node)(photos)/]+)> because the URL is actually going to be more like "node/view/20".

So the real question is how do I make a block appear on every page EXCEPT, say, the following pages:

how to set my site title?

I found my site have no title.

about filestore

Can the filestore restrict the upload file size? If not,how can I do it.

Image Module: Weird crap going on

I spent hours loading images in to my fully functional Drupal-4.3.2 (image.module 4.3) site, when suddenly, the site stopped displaying a large (random) number of images and thumbs. The album would list the correct number of images in the album but it would only display a random few. No error messages at all -just suddenly many of my thumbs and images disappeared.

Error on step 2

I'm using phpmyadmin to run the query for Step 2, and I keep getting the same error.

Database drupal0 running on drupal0.mobiustrip.org

Error

SQL-query :

GRANT ALL PRIVILEGES ON drupal0. * TO mobiustripIDENTIFIEDBY 'password'

MySQL said:

You have an error in your SQL syntax near 'BY 'password'' at line 1

Is there something wrong in the way I'm inputing the command?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal