![]() |
This is very odd. On a fresh install on my test board it does what it's supposed to do.
|
And it's all working okay on my Live site now. How bizarre lol.
I re-uploaded the files and reinstalled the product from scratch just in case, but the problem was still happening. For some reason it isn't anymore. Sorry for wasting your time mate :P |
Quote:
|
you enable debugging mode.
add something like $config['misc']['debug'] = true; , i think. there are also products that do close to the same thing. |
Nevermind, this was a configuration error on my part. I'd disabled post caching to get the original ItemStats working (the one where you had to manually click on a link to fetch the item information), and had forgotten to re-enable it after switching to this plugin. Sorry for the confusion!
|
I just installed this and ran into problems while previewing/editing using advanced WYSIWYG editor, came back here to see if anyone had the same problem and noticed that this was supposed to be sorted in:
0.4.5 * Fixed issue with WYSIWYG editor loosing item links when editing a post Any idea why I'm still getting this? :erm: |
Any chance of a php4 version of this?
|
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 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 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... |
Quote:
|
Quote:
go down to the next line, change $xmlfile = $o->wowhead_http_get($url, 8192); to $xmlfile = $o->getHTTP($url); Also, to give a little background information. When I wrote the last update, i pretty much re-coded every line because I found a product release tool on the german vbb site. without going into to much detail, the test site that i dev on runs the exact same code that the XML product file contains. However, why it works on my test server, I don't know, because it shouldnt. The wowhead class shouldnt exist on my test server. The zip file has been updated (0.5.5 now) |
All times are GMT. The time now is 11:03 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|