I hope someone can advise me what to try next.
I am upgrading from Drupal 5 to 6. I edited settings.php per the instructions and tried to run update.php, but got a blank screen. However, it must have done something, because I'm getting less error messages (the first ones, at the end of this message had to do with the database, primarily).
Can anyone advise as to what I might try next?
Here are the current error messages when I try to log in with http://psychinnovations.com/psych/?q=user while Drupal is offline:
Warning: include_once(./includes/module.inc) [function.include-once]: failed to open stream: No such file or directory in /home/bobsterz/public_html/psych/install.php on line 36
Warning: include_once() [function.include]: Failed opening './includes/module.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bobsterz/public_html/psych/install.php on line 36
Fatal error: Call to undefined function module_list() in /home/bobsterz/public_html/psych/install.php on line 39
==== this text was my first post, and it shows that a had different error messages before I got the right settings.php file in place ===
My attempt at upgrading has hit a snag with the update.php process (or maybe it's worse than that and update.php won't help, but I don’t know).