Moving Drupal to new server - nodes don't work

I am moving a Drupal 4.7 instance from a hosting provider to an in-house server.

The structure is a single codebase with multiple blog instances, about 60 in all.

I have done the following:

Unable to login

Hi,
I'm the webmaster of youngbodymind.com. Sometimes, I or other users cannot login to the site, particularly firefox. When the login button is pushed, it does not create any actions. I'd appreciate it very much if someone can help.
Thanks,
Erick
youngbodymind.com.

Theme breakdown

Hi, I'm the webmaster from youngbodymind.com. I encountered theme issues with various different themes. When I post a content (e.g., storylink), the right hand side column disappeared (squeezed down to the bottom), leaving the right hand side blank. I removed "div" tag. Sometimes it helped to recover. However, today it happened again. There were no div tags in the posts. Also, it looks great in firefox, but bad in internet explorer.


I'd appreciate it very much if someone can help.


Cpanel PostgreSQL Database Wizard only creating asc encoding

I have problem can install Drupal. The cpanel only creating database asc and not found option for change encondig.

The only solution that i found is to change encoding for phpPgAdmin

1. Create database and user can tool PostgreSQL Database Wizard in Cpanel
2. Upload drupal for server, but NOT install
3. Go phpPgAdmin, select database later SQL
4. Paste this command in text box:

SET CLIENT_ENCODING TO 'UNICODE';

5. Click button "Run"
6. Go your website and run install.php

Why would filefield uploads fail when accesslog is too large?

I can reliably reproduce that the accesslog size (or maybe a corrupt entry?) causes CCK filefields to appear to upload a file, but on submit, the file is neither associated with the node nor uploaded to the file system. If it's over about 170,000 records, I'm seeing this. Clear the accesslog, solve the problem (and oh the time it took to figure that out :)

I don't know enough about the Apache/Mysql/PHP part of things to know why what seems unrelated to me would cause such behavior. No error messages are produced in drupal, Apache, or Mysql logs that I've been able to find.

drupal_set_title on node creation pages

I'm running into an issue where I think I know what's going on, but I'd like to be sure - and to hopefully find an elegant solution.

I'm trying to use drupal_set_title() to change the title of a node creation form. Here's my situation:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x