Roan Kattouw <roan.kattouw <at> gmail.com> writes:
A blank page typically indicates a PHP error of some
kind. Check your
error logs or enable error display in the browser, see [1]. Also, you
should really be asking these questions on wikitech-l; this list is
about the bot API.
Roan Kattouw (Catrope)
[1]
http://www.mediawiki.org/wiki/How_to_debug#PHP_errors
Thanks for your help. I solved them with your help. ^_^ I wanted to ask some
more questions here. As much as possible, I am getting fast responses. I hope
you would allow me. Thanks.
I have a problem in fetching the actual raw data or the original article text in
a wiki page.
I looked into the database table 'wbt_searchindex' in mediawiki. I fetch
'si_text' knowing that it's the right one in fetching the original text of an
article page. But, it's used for search function. What i wanted to fetch is the
original text so i could use it in my Bikol Thesaurus.
-How can I fetch the original article text on a wiki page?
-In what database table is the original article text located?
In the 'searchindex' table, the 'si_text' contains the u800 unicode
character.
-What does u800 really means?
-What does u800 do?
-What does u800 represents?
Thanks. ^_^