Yeah, the flow of time and timeline... I "edited" the question because it seemed no one was responding and a lot of time had passed. Also in hindsight, had I posted more code others might have pointed out the error earlier. Or, had I tried to post the code I would have found it earlier... Or, I believe I may have been thinking of posting the code when I noticed the line 12 issue, and went to fix it before posting again. If I can see an error it makes sense to attempt a fix before continuing to ask questions. I ask questions when I'm having trouble recognizing the error, knowing that it is likely staring me in the face!
Here's the hindsight...
There are several config files with this name. The error generating file was specifically:
core/config/config.inc.php
I left out the rest of the URL stuff. I didn't compare features of code vs line numbers in the other files, but I note that they are not identical to this one in size. Since I did not write or modify this file, and it had no obvious error in syntax or layout, the specific line of code was pretty much immaterial to the issue. Whatever it had was supposed to be just like it was. That is a good guiding rule under the circumstances...
For clarification in hindsight, here's that line of code in my file:
13 $config_options = {config_options};
14 $driver_options = {driver_options};
It was line 12 where the "problem" shows up in the DB statement, and that's what sent me off to change my database... I had allowed a default value to be used during setup and it wasn't right.
12 $database_dsn = (code snipped) ;charset=latin1';
Thanks!
[ed. note: larrybqd last edited this post 14 years, 3 months ago.]