Hello Everybody,
Following line fails during the installation
wfQuery( "SELECT l_from FROM links LIMIT 1", DB_READ );
Is this correct intial state of links?
mysql> SELECT l_from FROM links LIMIT 1; Empty set (0.05 sec)
Any ideas?
Len Yabloko Next Generation Software
"If you're working on something new, then you are necessarily an amateur." John Archibald Wheeler
The error happens after checking the database and indexes as the screen shows:
...ipblocks is up to date. ...already have interwiki table ...indexes seem up to 20031107 standards ...have linkscc table. ...linkscc is up to date, or does not exist. Good. ...have hitcounter table. Converting links table to ID-ID... Checking links presence... Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. I put the debugging line "Checking links presence..." right before the call to wfQuery( "SELECT l_from FROM links LIMIT 1", DB_READ );So, it can't be the user problem. What else can it be? ----- Original Message ----- From: "Brion Vibber" brion@pobox.com To: "MediaWiki announcements and site admin list" mediawiki-l@Wikimedia.org Sent: Friday, August 13, 2004 4:55 PM Subject: Re: [Mediawiki-l] wfQuery() fails
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Len Yabloko wrote: [snip]
Checking links presence... Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. I put the debugging line "Checking links presence..." right before the call to wfQuery( "SELECT l_from FROM links LIMIT 1", DB_READ );So, it can't be the user problem. What else can it be?
That looks exactly like the user problem.
Can you confirm that you gave correct, working database username and password?
-- brion vibber (brion @ pobox.com)
mediawiki-l@lists.wikimedia.org