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

Error handling

I get the following message when trying to access a node that doesn't exist (e.g. http://www.mysite.com/node/view/9999)

warning: pg_exec() query failed: ERROR: pg_atoi: zero-length string
in /usr/share/pear/DB/pgsql.php on line 164.

What is the best way to handle such an error? I notice the drupal site just displays a blank page.

Thanks,

Randy

Gallery module and 4.2.0

Has anyone gotten the gallery.module and the 4.2.0 code to work, fully? I can view and browse albums, but can't upload new images to albums. For "browse" method of uploading, I get:

Processing status...
- Adding tarbell-bikes.jpg
Fatal error: Call to a member function on a non-object in /rtty/sgibson/pdxar/gallery/save_photos.php on line 331

If I try and use the HTTP URL or local file path options, I get:

Retching Urls...
http://www.tuna.org/tarbell/
Parsing http://www.tuna.org/tarbell/ for images...
Found 7 Images.
Processing status...
Fatal error: Call to a member function on a non-object in /rtty/sgibson/pdxar/gallery/save_photos.php on line 354

Both Line 331 and 354 are addPhoto() calls:

$err = $gallery->album->addPhoto($file, $tag, $mangledFilename, $caption);

I'm not exactly keen enough with PHP to grok what's going on here. If anyone has any input, thoughts, ideas, or they got the bloody thing working, that would be sweet!

Setup: Just about there (help please)

got the data base all lined up.

DRUPAL URL GIVES A LOGIN AND THIS ERROR:

warning: Cannot modify header information - headers already sent by (output started at /home/literati/public_html/weblog/includes/conf.php:60) in /home/literati/public_html/weblog/includes/common.inc on line 1082.
warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/literati/public_html/weblog/includes/conf.php:60) in /home/literati/public_html/weblog/modules/user.module on line 5.

ADMIN LOGIN GIVES ME:

Install links take me nowhere?

I just installed Drupal and when I go to the Administration area and click on a link it does not take me anywhere.

For some strange reason, it takes the http://domain.com/?q=admin/node and only gets the q equals admin part.

Any tips?

I have mod_rewrite on.

Thanks,

Paul

Displaying Static Pages

I would like to setup a static page with no author, date & time stamp, etc. like the "About Drupal" or "Features" pages on drupal.org. Any good way to do this?

changing domain names

I tried to change the domain name of my site, I setup the new domain properly, move everything over, change conf.php. When I look at the site with new domain, the front page looks ok, but when I press any other links, a 404 page comes out.
Any ideas? What am I doing wrong?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal