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)

Collyn 02-27-2008 10:34 AM

Ok, so I posted a little earlier about how sign ups span across multiple events. My original thought was it did the to ranged events because essentially they were all the same event as the sign up mod saw it.
So as much of a pain in the..... as it is We corrected it by posting indivdual events on each day. The issue however still persists when you have more than one event on the same day. The sign up for one event will span over to the next.

www.shadowwalkersguild.com Wed 2-27 would be a good example of this.

Kinneas 02-27-2008 12:47 PM

Quote:

Originally Posted by Gooner (Post 1449850)
i also am getting error when running cron job...

I got this problem because of a timeout limit I think. Try increasing the timeout value for MySQL queries (or ask your host to).

Tolas 02-27-2008 08:08 PM

I have the same issue with the armory imports just going and going and going. I ran the job manually from the admin panel, got no error, it said it completed the job and showed the characters it imported. Back to calendar and still acting like its hung on importing, no info is shown at all.

Mother_Dee 02-29-2008 03:25 PM

I would love to see perhaps icons, say if an event has a trigger word in the title such as "Black Temple", "BT", "Temple", etc.) it would show the BT icon on the calendar. It would also be very cool to be able to set the number of signups or the classes necessary, etcetera, though that becomes massively complicated, I know.

Finally, it would be neat to see it perhaps even tied in with a bit of a revamped "Upcoming Events Module" for vBadvanced to also show the corresponding icon (BT, TK, MH, etc.), perhaps even number of attendees (20/25, etc...) and the like.

This is a far superior mod to the previous, I really enjoy seeing you and Sweede compete for most WoW mods, it makes for a some great Guild Forums. :)

Gryphon 02-29-2008 11:09 PM

Quote:

Originally Posted by Tolas (Post 1452444)
I have the same issue with the armory imports just going and going and going. I ran the job manually from the admin panel, got no error, it said it completed the job and showed the characters it imported. Back to calendar and still acting like its hung on importing, no info is shown at all.

Hopefully it eventually went through? This is common when the Armory is unreachable.

Quote:

Originally Posted by Mother_Dee (Post 1453730)
I would love to see perhaps icons, say if an event has a trigger word in the title such as "Black Temple", "BT", "Temple", etc.) it would show the BT icon on the calendar. It would also be very cool to be able to set the number of signups or the classes necessary, etcetera, though that becomes massively complicated, I know.

Finally, it would be neat to see it perhaps even tied in with a bit of a revamped "Upcoming Events Module" for vBadvanced to also show the corresponding icon (BT, TK, MH, etc.), perhaps even number of attendees (20/25, etc...) and the like.

This is a far superior mod to the previous, I really enjoy seeing you and Sweede compete for most WoW mods, it makes for a some great Guild Forums. :)

Thanks, some of these suggestions have also been requested by my guild and are on my see-if-I-can-do list.

Tolas 03-01-2008 02:10 AM

Quote:

Originally Posted by Gryphon (Post 1454073)
Hopefully it eventually went through? This is common when the Armory is unreachable.

Unfortunately no.

I installed the mod yesterday and still I just have the spinning circles on everyone's names saying Awaiting Armory data import... The actual signup works fine, just no info being imported.

Odd thing is that your gWoWRoster plugin and Sweede's WoW BBCode plugin both are pulling data from the armory and I can view the profiles of any of our characters if I go to the Armory directly. I installed all 3 around the same time.

Not sure what else might be wrong?

Edit:

I think I may have figured it out,

I changed from Argent+Dawn in my profile field and in the gwowevent options to Argent Dawn.

It pulled all three characters I had entered on different dates. Previously I used Elric's calendar mod and all my guildmates have entered using Argent+Dawn.

could this be why? if so I will have to have folks change their profiles to get it going I guess. I also noticed I forgot to set the Calendar from 0 to 1 :o (the id of my calendar I am using). I changed it, changed my settings and my own profile back to Argent+Dawn and re-ran the job and got no data for anyone, including my characters (after re-signing up my own)

Tolas 03-01-2008 11:43 AM

heh, I guess I answered my own question. I left it overnight and no armory data. So I will change the setting and have folks remove the + from the server name and hopefully should be working better.

One other question, is there a way the data can be cached? I noticed if I switch from Yes to Tentative or No it starts to re-import.

Ninok 03-01-2008 09:50 PM

I'm also getting the Cron job errors while trying to pull the data from the Armory. I have increased the Timeout value etc, I get the error no matter what I do.

Code:

Database error in vBulletin 3.6.5:

Invalid SQL:
UPDATE gwowevents SET
                                `charurl` = 'r=Blackhand&n=Ninnok',
                                `level` = '70',
                                `title` = '',
                                `faction` = 'Horde',
                                `factionid` = '1',
                                `gender` = 'Male',
                                `genderid` = '0',
                                `race` = 'Blood Elf',
                                `raceid` = '10',
                                `class` = 'Paladin',
                                `classid` = '2',
                                `talentspec` = '42,19,0',
                                `talent1` = '42',
                                `talent2` = '19',
                                `talent3` = '0',
                                `guild` = 'Mithril',
                                `guildurl` = 'r=Blackhand&n=Mithril&p=1',
                                `hp` = '7717',
                                `mp` = '8943',
                                `str` = '123',
                                `agi` = '79',
                                `sta` = '452',
                                `int` = '418',
                                `spi` = '125',
                                `arm` = '14557',
                                `strbase` = '123',
                                `agibase` = '79',
                                `stabase` = '118',
                                `intbase` = '95',
                                `spibase` = '88',
                                `armbase` = '14557',
                                `prof1` = 'Engineering',
                                `skill1` = '358',
                                `prof2` = '',
                                `skill2` = '',
                                `cooking` = '6',
                                `firstaid` = '375',
                                `fishing` = '',
                                `riding` = '225',
                        `armorydata` = '1' WHERE `realmchar` = 'Blackhand.Ninnok';

MySQL Error  : Lost connection to MySQL server during query
Error Number : 2013
Date        : Saturday, March 1st 2008 @ 04:45:17 PM


quedex 03-03-2008 10:57 AM

Hi!

First of all thanks for a great mod!
Now to the question, is it possible to make the mod pull Spell dmg, armor, defence info
also/instead of pure stats per class basis?

Gooner 03-03-2008 02:44 PM

are you going to fix this mod??


All times are GMT. The time now is 12:47 PM.

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.01156 seconds
  • Memory Usage 1,761KB
  • 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
  • (1)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