Quote:
Originally Posted by sweede
Sorry but that has nothing to do with my plugin.
|
It does though, from your readme.html:
common.code
add
Code:
Code:
include_once( $eqdkp_root_path . "vbulletin_wowhead.code");
after
Code:
Code:
setcookie('herefirst', 'yes');
And the error is saying
Code:
Warning: include_once(./vbulletin_wowhead.code) [function.include-once]: failed to open stream: No such file or directory in /home2/berserk/public_html/wow/tier6dkp/common.php on line 20
Which means it cannot locate the file for some reason, and when I add the full path of the file it starts telling me it cannot redeclare functions. This is from the EQdkp add on.