vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - gWoWEvents - World of Warcraft Event Signup (https://vborg.vbsupport.ru/showthread.php?t=170592)

RG_LunAnder 08-05-2009 08:01 AM

Quote:

Originally Posted by Pen411 (Post 1844694)
Seems to be working (the profile field cannot be private).
However, I do get this error when installed:

Parse error: syntax error, unexpected T_STRING in /public_html/forum/admincp/plugin.php(1995) : eval()'d code on line 2

there are two missing " in the XML:

@line 100:
Code:

<code version="1.0.4">
 <installcode>
  <![CDATA[
  $db->query_write("UPDATE ".TABLE_PREFIX."gwowevents SET `response` = '4' WHERE `response` = '3');
  $db->query_write("UPDATE ".TABLE_PREFIX."gwowevents SET `response` = '3' WHERE `response` = '2');
    ]]>
  </installcode>
 <uninstallcode />
</code>

should be:
Code:

<code version="1.0.4">
 <installcode>
  <![CDATA[
  $db->query_write("UPDATE ".TABLE_PREFIX."gwowevents SET `response` = '4' WHERE `response` = '3' ");
  $db->query_write("UPDATE ".TABLE_PREFIX."gwowevents SET `response` = '3' WHERE `response` = '2' ");
    ]]>
  </installcode>
 <uninstallcode />
</code>

/lun

paulomt1 08-05-2009 09:22 AM

Ty for the fix

Aerith_Freak 08-20-2009 01:43 PM

I seem to be having an issue where some of my members have character names with special characters such as áéíóú (amongst many others in their names) which causes the script not to be able to pull data from the EU armory.

I've checked what they entered in the profile boxes and the formating is correct.

lwalsh 09-08-2009 04:41 AM

I also am having the issue with special ascii characters. The info will not update on an event for them. So we can not see there stats and etc.

we_are_borg 12-04-2009 02:23 PM

Will there be an update for vb4.0

legacythe2nd 01-11-2010 10:26 AM

Quote:

Originally Posted by we_are_borg (Post 1925251)
Will there be an update for vb4.0

I really hope so, i'm using eqdkp at this moment but i'm looking to get more stuff centralized.

3clipse 01-17-2010 11:19 AM

It looks like the latest armory update has broken the character information pull on this mod and gwowroster as well. Is there going to be an update for this and/or the rest of the 3.* vb mods you have published that draw information from the WoW armory, support for 4.* vb or is this an abandoned project as far as the author is concerned, any response would be appreciated.

Anseur 01-23-2010 04:39 PM

Aye, 3.3 armory update seems to of broken it's ability to get data from the armory.

Gryphon 01-28-2010 09:58 PM

Quote:

Originally Posted by Anseur (Post 1964552)
Aye, 3.3 armory update seems to of broken it's ability to get data from the armory.

I have a fix for this, I should have it up in the next day.

we_are_borg 01-29-2010 07:14 AM

Quote:

Originally Posted by Gryphon (Post 1969333)
I have a fix for this, I should have it up in the next day.

Thanks Gryphon.

Are you planning to port the gwow to vb4 lots of people are hoping that you will.


All times are GMT. The time now is 08:00 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
  • Page Generation 0.01297 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete