1 - Can't seem to get this to function at all.
What steps will reproduce the problem?
1. I unzipped into the extension dir (/extensions/wowitem/wowitem.inc
2. I added the require_once line (as well as the $WoWItem_site line) to my LocalSettings.php (I left the $WowItem_site at the default of false).
3. I edited a page and added <item>Riding Crop</item> to the page. It prints the text exactly and doesn't convert the <item> tag.
4. I get the error:
Notice: Undefined variable: error_no in .../extensions/WoWItem/includes/ez_sql/ez_sql.php on line 100
What is the expected output? What do you see instead?
Expected output is a hover link for the Riding Crop. Or at the very least an Item Not Found hover.
What version of the product are you using?
MediaWiki 1.13.2
Do you have an error log of what happened?
.../extensions/WoWItem/includes/ez_sql/ez_sql.php on line 100
Please provide any additional information below.
- 2 comments
- 2 comments
- #2
egingell Wed, 12 Nov 2008 17:15:36I fixed the notice you posted. I am now marking it as "Fixed" until you give me more information.
Notice: Undefined variable: error_no in .../extensions/WoWItem/includes/ez_sql/ez_sql.php on line 100
- #1
egingell Wed, 12 Nov 2008 02:48:51http://test.wowkoe.com/wiki/index.php?title=Main_Page
Works fine for me. Check Special:Version and make sure the extension is listed there.
Edit: The page linked is from a clean virgin install of MediaWiki 1.13.2 with no other extensions active.