• hey man!
    installed the plugin ok… than i followed whats in the description tab… but a lot of things just dont appear…
    i created a page with this content:

    Members:<br />
    [warcraft type="guild members page"]<br />
    Vantagens:<br />
    [warcraft type="guild perks page"]<br />
    Progressão:<br />
    [warcraft type="guild progress page"]<br />
    Loot:<br />
    [warcraft type="guild datas page"]<br />

    didn’t work… than i created a page called members and put there only the members thing… didn’t work too…
    what am i doing wrong?
    The Achiev and Server widgets are ok… but the others does not work too =/

    http://wordpress.org/extend/plugins/warcraft-bundle/

Viewing 7 replies - 1 through 7 (of 7 total)
  • I’m having the same problems and can’t even het the other pages shown. Looking desperate for a solution 🙂

    Greetz!

    Plugin Author leaklords

    (@kwark)

    If nothing work, this come from 2 possible problems

    1- You must add in Dashboard > Warcraft bundle the exact guild name and the exact server name (accent, majuscule, minuscule, space, apostrophe needed)

    2- Your host/server must support allow_url_fopen

    With some hosters, you must add one php.ini file in the root folder to activate allow_url_fopen.

    Add in this php.ini file

    allow_url_fopen = On

    To make sure the php.ini is protected, add in your .htaccess

    # protect php.ini
    <files php.ini>
    order allow,deny
    deny from all
    </files>

    ps: don’t force anything (like utf-8) if all is fine.

    Plugin Author leaklords

    (@kwark)

    Also…

    The page “roster” is under cron task.

    If you made an error elsewhere, it’s too late. The plugin has created the “roster” page and it’s only after the next cron task where the roster page comes up to date with the good content.

    To reset the roster page without expect the time for the next cron, you must delete the html file generate in the /cache/ folder.

    Hi, I can’t seem to get this to work. When I run debug I am getting the following error message:

    Fatal error: Class ‘PDO’ not found in /wp-content/plugins/warcraft-bundle/api-wow/SafePDO.class.php on line 2

    Please can you assist so I can get it working? Thank you.

    Sorted, was server side, sorry

    Hello,
    The plugin support the new version 3.6 ?

    @lirkant
    It would seem that it does as I have managed to run the plugin successfully under 3.6. That being said it suddenly is not working now…looking into the matter will re-post here if I stumble upon and answer.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Some things are not working’ is closed to new replies.