PHP Help. What am I missing?

Robert

Newbie
Joined
Apr 18, 2008
Messages
36
Reaction score
61
I'm importing a rather large db using "big dump" but I'm getting this error....

Error at the line 12021: { parent.document.title = 'mysite / localhost / mydb_name / wp_links | phpMyAdmin 3.4.10.1';

What's wrong with that line?

(overlook the "mysite" I replaced the site link with that so I could post it.
 
Edit the config file, or that line to have your stats; also don't use localhost, use the actual server address.
 
It looks to me like the closing curly bracket is missing } unless that's on a different line or something.
 
Back
Top