So I uploaded the files, uploaded the product xml and fired it up.
What I ended up with when I tried to drop an [item]something[/item] in a new thread is this:
Code:
Fatal error: Class 'wowhead' not found in /home/jabouty/public_html/forums/includes/functions_wysiwyg.php(115) : eval()'d code on line 28
Any thoughts?
I ran through the code and found a wowhead_item class, but not a wowhead class. So i changed the call for the new wowhead class in the Wowhead WYSIWYG parser plugin to wowhead_item and got the following:
Code:
Fatal error: Call to undefined method wowhead_item::wowhead_http_get() in /home/jabouty/public_html/forums/includes/functions_wysiwyg.php(115) : eval()'d code on line 30
so obviously that doesn't work...Stuck now...but I'm probably just blind as to the fix.
edit: Interesting. If I copy paste from a previously linked code, ie copy paste a link off this:
http://www.wowhead.com/?items=2.10#0-2-3+1 which alot of my users will do, and I get the crash error when using wysiwyg. Kill the wysiwyg formatting by removing the link and the coloring and it works. So copy pasting off a linked name causes issues. Thoughts from here?
edit2: perhaps cleaning anything within container of all links and formatting prior to parsing it will help...just a thought...