Did you make sure that in the AdminSettings.php file $wgDBadminuser and $wgDBadminpassword were set correctly for your database user?
-----Original Message----- From: Baeckeroot alain [mailto:al2.baeckeroot@laposte.net] Sent: Thursday, December 02, 2004 1:38 PM To: mediawiki-l@Wikimedia.org Subject: [Mediawiki-l] Newbie : full text search
Hi
I have read here that i must run maintenance/rebuildtextindex.php for fulltext search.
My wikipedia is functional and works smoothly :)
Well, i installed a php client ;) and then run the script. - First it complains about AdminSettings.php that i hade forgotten so i copy Adminsettings.sample to it and run again
- it says (in french) that "for technical reasons, it is impossible for the moment to connect the database"
the wiki is nice and running, the database also ! What did i miss ? (i setup my first apache / sql server a few days ago, just for wikipedia :)
thanks in advance. Regards Alain _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Hey everyone,
Thanks for the prompt responses to my questions about uploading and skins.
Would someone mind explaining Categories and Namespaces?
I'm trying to organize our documentation - which one should I use? It appears to me that I should be using Categories, is this correct?
I found this page:
http://meta.wikimedia.org/wiki/Help:Category
which is pretty useful, but I'm confused at the first section: "How to add a category, and include a page in a category"
I put that line in my page, and I can see that this category now shows up if I run Special:Categories, but I'm unclear as to how to put pages in this category. Do I just link to them like [[MyCategory:PageName]]
Any help or tips would be greatly appreciated.
Thanks,
Tom
Ok, I opted to use categories. Once I played with it a little, it all came together.
Figured I would post this just in case it helps anyone else.
You place the category tag on the page that you are editing like so:
[[Category:My Category]]
This automatically creates the category.
Making subcategories involves making the "children" first, then the "parent". You make one category the subcategory of another by placing the category tag inside of that category's page.
So, when editing the page for "My Category", I would put [[Category:Parent Category]]
to make "My Category" a subcat of "Parent Category".
This page:
http://meta.wikimedia.org/wiki/Help:Category
is pretty useful - I just needed some trial and error with it all.
Thanks folks!
Tom
On Thu, 2004-12-02 at 15:17, Tom Melendez wrote:
Hey everyone,
Thanks for the prompt responses to my questions about uploading and skins.
Would someone mind explaining Categories and Namespaces?
I'm trying to organize our documentation - which one should I use? It appears to me that I should be using Categories, is this correct?
I found this page:
http://meta.wikimedia.org/wiki/Help:Category
which is pretty useful, but I'm confused at the first section: "How to add a category, and include a page in a category"
I put that line in my page, and I can see that this category now shows up if I run Special:Categories, but I'm unclear as to how to put pages in this category. Do I just link to them like [[MyCategory:PageName]]
Any help or tips would be greatly appreciated.
Thanks,
Tom
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
===
You can find some more articles about categorization at http://en.wikipedia.org/wiki/Category:Wikipedia_categorization
-- Zigger
On Thu, 02 Dec 2004 16:54:07 -0500, Tom Melendez tmelendez@bascom.com wrote:
Ok, I opted to use categories. Once I played with it a little, it all came together.
Figured I would post this just in case it helps anyone else.
You place the category tag on the page that you are editing like so:
[[Category:My Category]]
This automatically creates the category.
Making subcategories involves making the "children" first, then the "parent". You make one category the subcategory of another by placing the category tag inside of that category's page.
So, when editing the page for "My Category", I would put [[Category:Parent Category]]
to make "My Category" a subcat of "Parent Category".
This page:
http://meta.wikimedia.org/wiki/Help:Category
is pretty useful - I just needed some trial and error with it all.
Thanks folks!
Tom
On Thu, 2004-12-02 at 15:17, Tom Melendez wrote:
Hey everyone,
Thanks for the prompt responses to my questions about uploading and skins.
Would someone mind explaining Categories and Namespaces?
I'm trying to organize our documentation - which one should I use? It appears to me that I should be using Categories, is this correct?
I found this page:
http://meta.wikimedia.org/wiki/Help:Category
which is pretty useful, but I'm confused at the first section: "How to add a category, and include a page in a category"
I put that line in my page, and I can see that this category now shows up if I run Special:Categories, but I'm unclear as to how to put pages in this category. Do I just link to them like [[MyCategory:PageName]]
Any help or tips would be greatly appreciated.
Thanks,
Tom
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
===
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Unless you have access to LocalSettings.php (which is doubtful, since this is a WikiMedia site), you can't make your own namespace.
Like, you've already done, you should use categories.
Finally! A volunteer! ;)
On Thu, 02 Dec 2004 15:17:30 -0500, Tom Melendez tmelendez@bascom.com wrote:
Hey everyone,
Thanks for the prompt responses to my questions about uploading and skins.
Would someone mind explaining Categories and Namespaces?
I'm trying to organize our documentation - which one should I use? It appears to me that I should be using Categories, is this correct?
I found this page:
http://meta.wikimedia.org/wiki/Help:Category
which is pretty useful, but I'm confused at the first section: "How to add a category, and include a page in a category"
I put that line in my page, and I can see that this category now shows up if I run Special:Categories, but I'm unclear as to how to put pages in this category. Do I just link to them like [[MyCategory:PageName]]
Any help or tips would be greatly appreciated.
Thanks,
Tom
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Le Jeudi 2 Décembre 2004 20:45, Adam Edwards a écrit :
Did you make sure that in the AdminSettings.php file $wgDBadminuser and
$wgDBadminpassword were set correctly for your database user?
I guess that is the problem. AFAIK i put the good name/passwd , _but_ i was asked so many admin/passwd (apache, sql, mediawiki) that i'm not sure i put the right username. (for the passwd i put the same everywhere ;) I left the default names everywhere (on debian sarge) here i said : $wgDBadminuser = "mysql"; $wgDBadminpassword = XXXXX
is that the good user ?
thanks alain
mediawiki-l@lists.wikimedia.org