vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBookie for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=94128)

Danny Diamond 01-16-2008 09:39 PM

Quote:

Fatal error: Call to a member function on a non-object in /forums/includes/functions_vbookie.php on line 117
I keep getting this error. whats up with that? everything else works fine. Its when you try to look at stats. I should also mention that I am doing the work for someone elses forum, not the one in my sig.

thanks.

any help?

ErDrRon 01-20-2008 11:44 PM

I have searched the forum but have not found the answer. Do you have a version of vBookie compatibile with vB 3.6.8?

Thank you,
Ron

JJ the Fox 01-22-2008 02:22 PM

I'm getting this error when I post a new topic and try to make it an event:

Parse error: parse error, unexpected '<' in /home/tealandb/public_html/forums/newthread.php(244) : eval()'d code on line 5

It just posts the topic too, nothing to make an event.

wolfyman 01-24-2008 08:13 PM

Quote:

Originally Posted by ErDrRon (Post 1425497)
I have searched the forum but have not found the answer. Do you have a version of vBookie compatibile with vB 3.6.8?

Thank you,
Ron

Bump for this question.

bobster65 01-24-2008 08:50 PM

Quote:

Originally Posted by ErDrRon (Post 1425497)
I have searched the forum but have not found the answer. Do you have a version of vBookie compatibile with vB 3.6.8?

Thank you,
Ron

Quote:

Originally Posted by wolfyman (Post 1428198)
Bump for this question.

yes, this works fine with 3.6.8 (as long as you apply Pauls Patch .... a link to it is on the first post of this thread)..

It also works just fine in 3.7 (tested with Beta 2, 3 and 4)

sportsoutlaw 01-26-2008 02:58 AM

Is anybody that is using vbookie with 3.6.x or 3.7 beta having an issue with the forum basically stalling at times, as in will take 2-3 minutes to load a page? I have this happening to me on one forum which happens to use vbookie.

bobster65 01-26-2008 01:00 PM

Quote:

Originally Posted by sportsoutlaw (Post 1429069)
Is anybody that is using vbookie with 3.6.x or 3.7 beta having an issue with the forum basically stalling at times, as in will take 2-3 minutes to load a page? I have this happening to me on one forum which happens to use vbookie.

ya, I "HAD" that issue, but ever since I decided to get rid of the "settled" option from the Dropdown on the Main vBookie page, it has gone away... for some reason (I have not yet troubleshot)... it creates a stuck process on the mysql server ... next time it happens to you, just check out your processes via phpmyadmin and you will see that their is a vbookie process that is eating up 100% of the memory (might be stuck in an infinate loop).. anyway, if you kill that proccess, your site will then speed right back up :cool: Then take time to get rid of the settled option in the dropdown box (just edit the vbookie_main template)

sportsoutlaw 01-27-2008 08:04 PM

Thanks, Bobster65. This issue has been haunting me for months now, and it was really depressing me to realize that it appeared to be related to vbookie, as it is a very, very popular piece to my forum.

wolfyman 01-28-2008 12:09 AM

Quote:

Originally Posted by bobster65 (Post 1429302)
ya, I "HAD" that issue, but ever since I decided to get rid of the "settled" option from the Dropdown on the Main vBookie page, it has gone away... for some reason (I have not yet troubleshot)... it creates a stuck process on the mysql server ... next time it happens to you, just check out your processes via phpmyadmin and you will see that their is a vbookie process that is eating up 100% of the memory (might be stuck in an infinate loop).. anyway, if you kill that proccess, your site will then speed right back up :cool: Then take time to get rid of the settled option in the dropdown box (just edit the vbookie_main template)

I'm not familiar with the vbookie template and I tend to mess things up when I start guessing.

Can you paste the code to remove here? I'd appreciate it, thanks!

bobster65 01-28-2008 12:32 AM

Quote:

Originally Posted by wolfyman (Post 1430456)
I'm not familiar with the vbookie template and I tend to mess things up when I start guessing.

Can you paste the code to remove here? I'd appreciate it, thanks!

Here is the default vbookie_main template .. the code to be remarked out (or removed) is in BOLD/RED.

What this does is prevent members from selecting the SETTLED vbookie items from the drop down so that the system does not lock up. Since doing this, I've not had any site performance issues related to vbookie.

Code:

<!-- vbookie welcome -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
        <tr align="center">
          <td class="thead" width="40%"><span class="smallfont">$vbphrase[welcome_to_the_bookie]</span></td>
          <td class="thead" width="40%"><span class="smallfont">$vbphrase[bookie_news_and_events]</span></td>
        </tr>
        <tr align="center">
          $welcomeblock
          <td class="alt1" width="40%" valign="top">$bookienews</td>
        </tr>
      </table>

<!-- /vbookie welcome -->

<!-- small space -->
<span class="smallfont"><br />
</span>
<!-- /small space -->

<!-- bet items  -->
<form action="vbookie.php" method="get">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
        <tr align="center">
          <td class="thead" colspan="6"><phrase 1="$type">$vbphrase[currently_showing_x_events]</phrase>  $vbphrase[switch_to]
                  <select name="type">
                  <option value="OPEN">$vbphrase[event_open]</option>
                  <option value="CLOSED">$vbphrase[event_closed]</option>
                  <option value="SETTLED">$vbphrase[event_settled]</option>
                  <option value="ABANDONED">$vbphrase[event_abandoned]</option>
                  </select>
                  $vbphrase[events]
                  <input type="submit" class="button" name="selecttype" accesskey="g" value="Go" style="font-weight:normal" tabindex="1" /></td>
        </tr>
        <tr align="center">
          <td class="thead">$vbphrase[item]</td><td class="thead">$vbphrase[group]</td><td class="thead">$vbphrase[status]</td><td class="thead">$vbphrase[added]</td><td class="thead">$vbphrase[open_until]</td><td class="thead">$vbphrase[payouts_after]</td>
        </tr>
        $betitembits
      </table>


<br />
$pagenav
</form>
<!-- /bet items -->

Just comment out (or remove) this ...

Code:

<option value="SETTLED">$vbphrase[event_settled]</option>


All times are GMT. The time now is 10:56 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.03239 seconds
  • Memory Usage 1,757KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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