Hello,

After upgrading Drupal 5.0-RC1 to Drupal 5.0, I get a "Pge not found" error. I uploaded all files accept the /sites directory and I've also lost the site title.

Thanks

David Harvey
PS: My site is at:
www.d-w-harvey.com

Comments

cmsproducer’s picture

You should update or copy the /sites folder so that you can not only point ot the right database, but also use the correct basefolder for your site. It seems like Drupal 5 might be looking for things in the wrong root and hence the 'file not found' message since nothing is in place.

- Make sure that you are pointing to the same base folder as the place where your files are located.
- Did you disable as many extra modules as possible before upgrading (just to make sure that there is no path translation module that is missing)
- I have tested /user and /node/3 and they work fine. So it seems like on the settings, you have something other than /node set as the default homepage and that thing/module is not active anymore. Did you have front_page module in your previous site?

Let me know if you need more help

-----
iDonny Productions: Accessibility & Web Standards-based Design & Devt., CMS & Web Branding

jimmygoon’s picture

dharvey’s picture

Hello Donny,

Yes I did disable as many contributed mods as I could, but the last time I upgraded Drupal 5.0-RC1 to 5.0-RC2, I got the "Database Installation Page". I clicked the "Update" button and got a message "Drupal already Installed".

So I emptyed out my database and did a fresh install. Note all files were uploaded.OK.

David Harvey