2009/9/22 Kathleen Borja jane88borj@yahoo.com:
1-Title object problem. Visit the Bikol Literature link on the navigation box. Try clicking a title link once redirected to the page. Say, the title 'An Matakot Sa Pahon-Pahon Dai Mayong Pakikinabangon'. On the redirected page, there is an error with Title object. You can see 'Object id #64'.Actually, it must be title 'An Matakot Sa Pahon-Pahon Dai Mayong Pakikinabangon'. And the 'Edit page' link must be equal to http://ccs.adnu.edu.ph/wikibits/index.php?title=An_Matakot_Sa_Pahon-Pahon_Da... i hove to Edit page link, title=Object. What is the problem?
Looks like you're trying to use a Title object as a string, which doesn't work. Somehow, somewhere, you're using a Title object to build these links while you should really be using a string ($title->getPrefixedText()) instead.
These 'Edit page' links are generated by your code, right?
2-Compatibility view. In Mozilla Firefox, it is best viewed. The view is also fine in Google Chrome. In Internet Explorer, the menu bar is kinda out-of-place.whew! Why is it like that?
3-Log in module. In Mozilla Firefox and Google Chrome, user can properly logged in and redirected to page properly. But in Internet Explorer, user can log in yet still having the Log in page displayed. Then, when user tried going to main page, the header 'Username','My Talk','Preferences',etc can now be viewed. It's just so strange. How can i avoid this one?
Which version of MediaWiki are you using?
Roan Kattouw (Catrope)