Running 4.6.10 on Ubuntu. I have been backing the main system to this one for a while now. I backup by rsyncing from the public_html directory on the main system to a directory on this system. I then backup the tables in the mysql db using mysqldump putting each in a separate file. I then copy them to this machine. I decided to test to see if I could recover from the backup so I copied (rsynced again) to a public_html directory on this machine, the backup of the drupal code and installed the tables with a script calling mysql multiple times once for each of the backup files.
After correcting some of the permissions, I finally got this far, but I don't know where to go from here. This is the only thing that is displayed. I put some dump statements in around the error and found that it is being called 3 times, twice with an array containing the node number of the front page, the third time it is being called with a stdClass object containing the node number.
I searched both Drupal and google but didn't come up with an answer, at least not one I could apply.
Got this from phpinfo.php - Apache/2.0.55 (Ubuntu) PHP/5.1.2
Suggestions?
Thanks,
Jim.