I just upgraded from 4.6.3 to 4.6.5 following the directions in http://drupal.org/node/41534. I update the site.php to show my new base url. I go to my website and login pageat this point the url is ../drupal-4.6.5/. But once I log in then the url show ../drupal-4.6.3/...

What have I forgotten to change?

Thank your for your assistance!

Barb
aka "Chaplain Geek"

Comments

Dublin Drupaller’s picture

check your settings.php file in the /sites/default/ folder. there is a line that determines $base_url.

it should look something like this:

$base_url = 'http://www.yoursite.com//drupal-4.6.5';

hope that helps
Dub

Currently in Switzerland working as an Application Developer with UBS Investment Bank...using Drupal 7 and lots of swiss chocolate

chcgeek’s picture

I have done that. I just communicated that incorrectly in the original post sorry. :(

droopzilla’s picture

perhaps you can help me also? i followed the instructions for upgrading but may have copied a file or folder incorrectly. i was receiving an error related to mysql_connect() and that my database.mysql.inc was incorrect.

instead of my site, i am only seeing an error message related to my database. i opened the file and related files to change baseurl and other important settings, but to no avail.

whatever i changed, though, the site is now just freezing on the white "loading" page and doing nothing more.

how can i start over fresh w/ 4.6.5 and still keep my users and pictures and modules and posts intact? i don't want to make people register again and i don't want to lose their content.

jac.droop
droop@spsound.com

flevour’s picture

I think it's a Drupal cache problem. Try to empty the cache SQL table.
I don't know if there are an Drupal's UI actions to empty the cache table. Of course you can do via whatever MySQL interface you use.