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.

Anseur 01-29-2010 04:28 PM

Quote:

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

Thanks for the hard work!

Gryphon 01-29-2010 07:50 PM

At the moment the cost of upgrading is not worth it to me, I would need a lot of donations to upgrade one of my boards. I have had some offers to use other peoples vB4 install for development, I may take them up on the offer, however that will be when I can dedicate some time for certain on the project.

I have to extend the fix release, the fix may be up tomorrow if not later today, my home server system drive failed.

we_are_borg 01-29-2010 08:49 PM

Quote:

Originally Posted by Gryphon (Post 1969998)
At the moment the cost of upgrading is not worth it to me, I would need a lot of donations to upgrade one of my boards. I have had some offers to use other peoples vB4 install for development, I may take them up on the offer, however that will be when I can dedicate some time for certain on the project.

I have to extend the fix release, the fix may be up tomorrow if not later today, my home server system drive failed.

Well i have upgraded one board myself but indeed the cost are high atm for upgrading. Well like i said if you need a clean vb4 to make the addons just shout at me. People love your addons and many are depended on it.

we_are_borg 02-02-2010 04:26 PM

Gryphon the addon is giving me an error Internal server error 500, the other addon roster is working fine for me.

bc641990 03-06-2010 04:31 PM

Quote:

Originally Posted by Gryphon (Post 1969998)
At the moment the cost of upgrading is not worth it to me, I would need a lot of donations to upgrade one of my boards. I have had some offers to use other peoples vB4 install for development, I may take them up on the offer, however that will be when I can dedicate some time for certain on the project.

I have to extend the fix release, the fix may be up tomorrow if not later today, my home server system drive failed.


Maybe you could just help me with this then. I installed the mod with vb4. I got this error when going to the calender.

Quote:

Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3895
Database error
"My Site" database has encountered a problem.
Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the "My Site".com home page, then try to open another page.
Click the Back button to try another link.
The "My Site".com forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.

Code:

Database error in vBulletin 4.0.0:

Invalid SQL:

                SELECT        gwe.*,
                        user.username,
                        userfield.field0
                FROM
                        gwowevents gwe
                LEFT JOIN
                        userfield AS userfield ON userfield.userid = gwe.userid
                LEFT JOIN
                        user AS user ON user.userid = gwe.userid
                WHERE
                        eventid = 01
                ORDER BY
                        gwe.response ASC, gwe.date;

MySQL Error  : Unknown column 'userfield.field0' in 'field list'
Error Number  : 1054
Request Date  : Saturday, March 6th 2010 @ 12:23:53 PM
Error Date    : Saturday, March 6th 2010 @ 12:23:53 PM
Script        : http://mysite.com/forums/calendar.php?do=getinfo&e=1&day=2010-3-6&c=1
Referrer      : http://mysite.com/forums/calendar.php
IP Address    : 11.111.11.111
Username      : Me
Classname    : vB_Database
MySQL Version : 5.0.89-community



bc641990 03-08-2010 03:39 AM

For the past 10 hours it has just been Awaiting Armory data import... This is for a good 10 people on 3 events. Whats the wait time on this or is there a problem?

Vbulletin 3.8

Edit: Just tried to run the task manager manually and got this error:

Code:

Fatal error: Cannot use string offset as an array in /home/xxx/public_html/xxx/forums/includes/cron/cron.gwowevents.charinfo.php on line 54
Edit: Seems there was an improper character and I had to manully go into phpmyadmin and delete the bad tables and fix the usernames. The problem now is the whole special character code. I have a member by the name of:

Os?rus

Is there a way you can get the script to ignore members like this? If not ignore all of them maybe have it so I can just insort their name and tell it to be ignored in the cron script?

I've tried the fixes around here and non seem to work. Getting same error as previously said.

bc641990 03-15-2010 07:17 PM

Quote:

Originally Posted by Tolas (Post 1738947)
Discovered the same problem today.

Event is scheduled for tomorrow night, it disabled signups for the event, even though I have the options set to never disabled signups.

**Edit**

Seems to only affect one event now, the rest appear fine thus far. I will look into how my user created the event and see if maybe something was done differently. I'll post again if I continue to see this happen on more events.

We still need a fix on this :|

Bump for help this time?

EDIT: I went though the script and managed to get it so the calendar will never close. If your fine with that, here is the fix:


Go to admincp > Plugin Manager > gWE: Add signups to Event Description
Find:

PHP Code:

// Allow Post signup 
    
if(TIMENOW <= $eventinfo['dateline_from_user']) 
    { 
        
$eventinfo['gwe_post_signup'] = true
    } 
    else 
    { 
        
$eventinfo['gwe_post_signup'] = false
    } 

Replace:
$eventinfo['gwe_post_signup'] = false;

With:
$eventinfo['gwe_post_signup'] = true;


-------------------


Hope that helps

medusa1 03-25-2010 11:01 PM

Hi , i installed this mod on 3.8.4 but i dont see him showing up in my forum , i dont know what the straight url is.

is it compatible with 3.8.4?

cheers

medusa1 03-26-2010 10:25 AM

found ...

gimlot79 03-31-2010 01:33 AM

nice hack..works :-)

Dragonsys 11-10-2010 04:29 PM

This is great, but would it be possible to merge the Events and Roster tables, and only have 1 armory scheduled task? Running this and your Roster makes for multiple armory requests...

Merging the tables is easy enough. i have not looked at your code much yet, but i think it would be awesome if this could just read the data form the roster char table instead of needing to get the info form the armory.

Griphus 12-28-2010 12:59 PM

I am getting this error when I try to access events I've placed on my calendar:

I've tried both our custom style and our default style... not sure what the problem is.

Code:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: gwe_visitorbit in [path]/includes/functions.php on line 4055

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: gwe_signup in [path]/includes/functions.php on line 4055

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: gwe_signup_form in [path]/includes/functions.php on line 4055


Keith.Almli 02-07-2011 08:28 PM

Quote:

Originally Posted by Gryphon (Post 1969998)
At the moment the cost of upgrading is not worth it to me, I would need a lot of donations to upgrade one of my boards. I have had some offers to use other peoples vB4 install for development, I may take them up on the offer, however that will be when I can dedicate some time for certain on the project.

I have to extend the fix release, the fix may be up tomorrow if not later today, my home server system drive failed.

If you end up getting around to this please let us know :) I would be willing to pay anything for this mod :)

bailradio 02-11-2011 10:40 PM

Would also like this to work properly with new armoury :)

Dragonsys 07-14-2011 02:12 PM

Quote:

Originally Posted by Griphus (Post 2140098)
I am getting this error when I try to access events I've placed on my calendar:

I've tried both our custom style and our default style... not sure what the problem is.

Code:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: gwe_visitorbit in [path]/includes/functions.php on line 4055

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: gwe_signup in [path]/includes/functions.php on line 4055

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: gwe_signup_form in [path]/includes/functions.php on line 4055




This does not work with vb4

bailradio 08-24-2011 09:18 PM

any update on this working with new armoury, as you said you had it before? :(


All times are GMT. The time now is 11:41 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.01444 seconds
  • Memory Usage 1,814KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)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