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

White screen after submit

I keep getting a white screen after submitting anything; logging in, creating a page, changing settings in admin. The information is being sent to the database because I can select the back button and refresh or go to another page and the submission has taken. I have increased the memory allotment in php.ini as others have suggested but no luck.

I need help quick. Teachers are coming back soon and my schools' sites have to be working. We are running on a Windoze 2003 IIS 6 (I know I know, but not my choice) and version 4.6 of Drupal.

Thanks for any help

Problem Downloading Module - Help

Hello everyone,

I hope this is in the right forum.

I was trying to download and then unzip a module and I keep getting the same error. After the file downloads I try to open it in winzip and get the message: 'error reading header after processing 0 entries'.

I have been unzipping other things with no problem but on each module I have tried to do this with I have had the same problem.

Can anyone tell me what could be wrong?

Thanks

Drupal giving DISTINCT error messages

My cron job and a couple of pages are giving error messages.
I've formatted it a bit so you can read the message. I'm fairly new to drupal, but the SQL looks wrong for 2 reasons
- it does look like b.weight should be in the select list
- i don't understand why we would need DISTINCT(n.nid) since nid is the PK for the node table

I've grepped through my drupal directory for several terms within the SQL statement and not found it at all, so I don't know how to go about fixing it.
Line 45 of the given file doesn't help, and I'm not sure how to get a stack trace.

Drupal 4.6.2, BTW.

Joe

warning:
  pg_query():
    Query failed:
      ERROR:
        for SELECT DISTINCT, ORDER BY expressions must appear in select list
        in /home/joe/web/drupal-4.6.2/includes/database.pgsql.inc
        on line 45.

user error: 
  query:
    SELECT DISTINCT(n.nid), n.title
      FROM node n
      INNER JOIN node_access na ON na.nid = n.nid
      INNER JOIN book b ON n.nid = b.nid
      WHERE  (na.grant_view = 1 AND CONCAT(na.realm, na.gid) IN ('all0','node_privacy_byrole_role1','node_privacy_byrole_user0'))
      AND  b.parent = 31
      AND n.status = 1
      AND n.moderate = 0
      AND (b.weight < 0 OR (b.weight = 0 AND n.title < 'Freedom of Information Act'))
      ORDER BY b.weight DESC, n.title DESC
    in /home/joe/web/drupal-4.6.2/includes/database.pgsql.inc

Yet again, 'Failed to initialize storage module: user" with PHP 4.4, apache 2.0.54, and FreeBSD 5.4-stable

Subject says it all. Lots of Googling and no solutions. Every response appears to be to not set session.save_handler to user in php.ini, or ignores the fact that drupal needs it set to user.

System:
IBM server, 2xPIII-1GHz, 1GB RAM
FreeBSD 5.4-Stable
apache-2.0.54_2
mod_php4-4.4.0,1
php4-mysql-4.4.0
php4-session-4.4.0

Hitting the website /drupal directory inevitably results in:

[error] [client 10.0.0.65] PHP Fatal error: Unknown(): Failed to initialize storage module: user (path: /tmp) in Unknown on line 0

No themes?

When I did a fresh install of 4.6.2, it showed up as no theme. There was content but it wasn't themed. I went into the admin panel, changed the theme, and same thing.

What could be wrong.

Just Installed Drupal, but when I try to register an account it refreshes the page...

URL : http://www.itmpls.com/blog

I can't seem to register, because the page keeps refreshing.
I double checked the URL's in settings.php for my username, pass, database, and host.

What's going on?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal