vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - Soccer Betting Game ("Fussball-Tippspiele") (https://vborg.vbsupport.ru/showthread.php?t=238043)

AA_ 06-18-2010 08:42 AM

Please try the following: disable or delete the forum block (s) for vbsoccer.

jonty 06-18-2010 10:40 AM

Quote:

Originally Posted by ArtakEVN (Post 2055317)
I got an error after upgrading to vbulletin 4.04

Fatal error: Call to undefined method vB_BlockType_Vbsoccerentries::getData() in /includes/class_block.php on line 130

Is that means, that vbsoccer doesn't work on vbulletin 4.0.4 ?

If you disable the forum block that has the predictor in it, it seems to work.

joemcoy 06-18-2010 01:26 PM

Hello, after update to 4.04 a have one error in forum blocks

Fatal error: Call to undefined method vB_BlockType_Vbsoccerentries::getData() in /home/ragezone/public_html/includes/class_block.php on line 130

Fix it in next version, and soccer will be 100% work. Thank you very much.

madddenaddicto 06-18-2010 01:58 PM

why isnt my forum updating?????????????????????????????????????????? ???????????? I had 163 players fill out the scores and it never gets updated!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

zelnik 06-18-2010 03:40 PM

Quote:

Originally Posted by AA_ (Post 2055326)
Please try the following: disable or delete the forum block (s) for vbsoccer.

hi there,

How and where do I do this?

Thanks!

motd2 06-19-2010 04:20 AM

zelnik,
Forums & Moderators // Forum Blocks Manager

AA_ 06-19-2010 07:24 AM

quick fix for error after vbulletin 4.0.4 update: "Fatal error: Call to undefined method vB_BlockType_Vbsoccerentries::getData() ..."

find in file includes/block/vbsoccerentries.php:

PHP Code:

    /**
     * Fetches the standard page view for a block.
     *
     * @param void
     * @return mixed string|false
     */
    
public function getHTML()
    { 

and replace with:

PHP Code:

    /**
     * @since vbulletin 4.0.4
     */
    
public function getData()
    {
        return array();
    }

    
/**
     * Fetches the standard page view for a block.
     *
     * @param array $data
     * @return mixed string|false
     */
    
public function getHTML($data = array())
    { 


crashys 06-19-2010 12:59 PM

Hi there,
First of all, thanks for your amazing work, really amazing!

I just wanted to ask if it is possible to re-install this on Vb 4.0.4. I had it installed but removed some phrases without wanting and now I can't install it again.

I tried the solucion you gave above but it his for a block...

Thanks for your help :)

Juggernaut 06-19-2010 04:11 PM

Thank you for the fix AA :D

joerns 06-19-2010 07:30 PM

Quote:

quick fix for error after vbulletin 4.0.4 update: [I]"Fatal error: Call to undefined method vB_BlockType_Vbsoccerentries::getData() ..."
Brilliant, thanks - I got an internal server error after upgrading to 4.0.4 and this made it work again!! :up:


All times are GMT. The time now is 11:01 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.02976 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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