![]() |
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. |
Quote:
|
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.
|
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. :) |
Quote:
Quote:
|
Quote:
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) |
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. |
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: |
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? |
are you going to fix this mod??
|
I am getting this as an error when I force the cron to fire:
gWoWEvents Armory Import Warning: Invalid argument supplied for foreach() in /includes/cron/cron.gwowevents.charinfo.php on line 62 Code:
Spinochio |
Quote:
I had some reasons for why it does what it does but no longer remember exactly why. Recently ran into this issue myself and will be re-evaluating the way the data is stored per previous suggestions. Quote:
Quote:
Quote:
Quote:
|
i am unable to find the event sign up?? i followed the instructions on the first post, and its not showing, only able to enter char information in profile field. thats all. nothing with event sign up??
|
After using PHPRaid to manage our sign-ups for so long, I want to try something a little more integrated into the main forums to handle sign-ups so I switched to this.
I got everything up and running in no time, and it seems to do the job well enough but I do have a couple of ideas that I didn't see posted earlier: 1. Is it possible to have a wider selection of what stats are displayed from the Armory data? I would prefer to know how much +healing my healers have versus how much strength they have, ya know? 2. The ability to sort the information presented by name, class, and date without having to go into the admin control panel to do it. It would also be nice to be able to sort by spec, if that is possible. The armory data gives you if a spec is demonology, protection, or holy, right? I don't know personally. :/ 3. Maybe a piggyback onto the previous idea, changing the "total sign-up" part at the top to include more information? For example, in the Warlock box you could have it say "Warlocks (2)" and then beneath it list the names of the Warlocks who have signed up and their spec? That would actually take the need of sorting people by spec below out of the equation. Other than that, the mod seems very well put together. Thanks for the effort and keep up the good work. :) |
@Sarosh I do not understand what you mean.
@janthes Thank you for the suggestions. 1) More data is on the list. 2) Named specs are not provided by the Armory, this mod determines them at the time of display by some math done with the talent point distribution. I could probably do this at the time of caching, I will look into it. 3) Nice idea, I will consider this. |
Sarosh, the signup is on the calendar once a new event is added and the user "Allows for Signups."
Is that what you're looking for? |
Same issue as previously posted, recurring events do not create separate signups, so I have to manually post every event even if recurring. That is a bit of a PITA (understatement.) Otherwise it seems to be working well and my users like how it works/looks.
|
Here is my hack for those of us who have hosts that don't like the cron. It's not perfect but it does work.
Find the following code in cron.gwowevents.charinfo.php Code:
if ($character['characterInfo'] && $character['characterInfo']['characterTab']['characterBars']['health']['effective']) Code:
$dbhost = ''; This will put more stress on your SQL server as it opens and closes a connection each time it updates the user. |
Quote:
|
Quote:
Are you getting the same error with my hack? Server has gone away? |
Quote:
|
PHP Fatal error:
Cannot use string offset as an array in /XXX/XXX/XXX/forum/includes/cron/cron.gwowevents.charinfo.php on line 50 |
I've been hung up suddenly with a fatal error and no cron running since the 12th. Before that, character imports were doing fine. See above. Any thoughts?
|
I'm getting the same error. *shrugs* I'm not sure what's generating the error since nothing in cron.gwowevents.charinfo.php has changed.
|
I am getting the following error:
Code:
gWoWEvents Armory Import |
Quote:
US|Shattered+Hand|Alliance|Eviserator <======= Faulty Entry US|Shattered Hand|Alliance|Eviserator <======= Good Entry |
If you are receiving the following error:
PHP Fatal error: Cannot use string offset as an array in /XXX/XXX/XXX/forum/includes/cron/cron.gwowevents.charinfo.php on line 50 I have rewritten the CRON process and it is working fine for me now. Try replacing ALL of the code in your cron.gwowevents.charinfo.php file with the following: Code:
<?php |
Getting this error when trying to add an event to the calendar.
Code:
Database error in vBulletin 3.6.8: |
If found by grouping by character name you put a lot less stress on the armory. The current SQL Call to get the array of characters that needs to be updated will put the same character in multiple times.
By changing: Code:
$res = $vbulletin->db->query("SELECT * FROM " . TABLE_PREFIX . "gwowevents WHERE `armorydata` != '1' ORDER BY `armorydata` ASC"); Code:
$res = $vbulletin->db->query("SELECT * FROM " . TABLE_PREFIX . "gwowevents WHERE `armorydata` != '1' GROUP BY `realmchar` ORDER BY `armorydata` ASC"); |
@stevewwm You need to update the field id in the options.
@LostPhoenix, @Eviserator I will look in these changes. |
Quote:
|
Getting the following error when attempting to run the chron manually:
Code:
Database error in vBulletin 3.6.8: |
New error: Cannot use string offset as an array ... on line 116. :(
Quote:
|
Getting "server has gone away messages", manual update does not work either, and my characters aren't updating in the event page.
|
Quote:
|
Does this work with the "new thread on event creation" mod? I'm going to test it later when I get time...
|
Quote:
|
I posted on the Event Forums thread asking if they could make it work with this mod. Currently after creating a raid vBEF makes the thread but I get amessage "not authorized to signup" even though permissions are set correctly. If anyone can help it would be appreciated. :)
https://vborg.vbsupport.ru/showthread.php?t=123416 |
Quote:
|
This stopped working for me after upgrading to RC4 due to the CSRF patches.
To fix it, edit the template "gwe_signup_form" Find: Code:
<form action="calendar.php?do=getinfo&e=$eventinfo[eventid]" method="post"> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
All times are GMT. The time now is 03:23 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|