I just copied an installation of WordPress from here:
to here:
http://fuscata.bluewalldev.com/dev/
I updated the database info in wp-config.php. I copied over the database from from one phpMyAdmin installation to another.
As you can see, I'm getting an error:
Parse error: syntax error, unexpected $end in /data/www/default/dev/wp-includes/wp-db.php on line 304
I note that line 304 of wp-db.php used to be the site of a notorious error:
That error seems mostly confined to version 1.5 of WordPress. I wish I could tell you what version I have, but I don't know what file to look in. We first set this WordPress blog up in early 2006, and we used whatever was current back then.
I've tripled checked the info in wp-config.php and it seems to be right. What else could cause this error?
On a side note, I'm copying this blog from a server running some version of PHP 4 to a server running the some version of PHP 5. I'm not sure if that might contribute to the problem.