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)
-   -   Add-On Releases - v3 Arcade - Professional vBulletin Gaming (vB4) (https://vborg.vbsupport.ru/showthread.php?t=253211)

K!nG 12-08-2010 04:47 AM

I don't have currently any arcade on my forum since i just got the new one and when i tried to upload XML file via admincp this is the error that i get... don't know what m doing wrong please help if you can and thanks in advance.


Warning: require_once([path]/includes/v3arcade_class_db_analyse.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/adminfunctions_plugin.php(920) : eval()'d code on line 878

Fatal error: require_once() [function.require]: Failed opening required '/home/HOSTNAME/public_html/SITENAME.com/includes/v3arcade_class_db_analyse.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/HOSTNAME/public_html/SITENAME.com/includes/adminfunctions_plugin.php(920) : eval()'d code on line 878


:confused::o

Macbookpro 12-08-2010 06:42 AM

HI Gemma,

Thanks for the quick answer. Will check where I can find it.

If someone has an idea, where to get the packman game, open for suggestions.

Take care

Gemma 12-08-2010 10:45 AM

Quote:

Originally Posted by Macbookpro (Post 2130747)
HI Gemma,

Thanks for the quick answer. Will check where I can find it.

If someone has an idea, where to get the packman game, open for suggestions.

Take care

Sent you a PM for Pacman

Gemma 12-08-2010 11:27 AM

Quote:

Originally Posted by Hippy (Post 2130664)
php was upgraded from 5.2.14 to 5.3.2-1 and now the arcade is throwing errors at the top of the arcade and will not display at all

Deprecated: Assigning the return value of new by reference is deprecated in /public_html/testvb/arcade.php on line 1786

Deprecated: Assigning the return value of new by reference is deprecated in /public_html/testvb/arcade.php on line 2580


and this error in the middle of the page

Unable to add cookies, header already sent.
File: /public_html/testvb/arcade.php
Line: 1786

how can this be fixed to work with the latest php..
thanks

What is the code on lines 1786 and 2580?

Hippy 12-08-2010 08:06 PM

I don't have access to the files from work
but if I remember correctly this is what's on both lines √

PHP Code:

$parser =& new vB_BbCodeParser($vbulletinfetch_tag_list()); 


Gemma 12-08-2010 08:26 PM

I'm not running PHP 5.3.x but try removing the ampersand

Code:

$parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());

Hippy 12-08-2010 11:35 PM

yes thats what I did to get it working but I wasn't sure that was correct.

thanks

ForenOpfer 12-11-2010 08:56 PM

Hey there,

finally, everything works fine. I tried your Import-XML to switch from IBPro to v3arcade and its just great. Very very nice mod, I would like to nominate it as MOTM, but i can't find the Nominate-Button O.o

Best Regards from Germany
ForenOpfer

rob01 12-16-2010 03:13 AM

the v3arcade_postbit_userid_trophy_wrapper template seems to be uncatched

Gemma 12-16-2010 11:44 AM

Open the plugin Arcade Template Caching and find

Code:

        $cache[] = 'v3arcade_award_bit';
        $cache[] = 'v3arcade_postbit_userid_trophy';
}

Replace it with

Code:

        $cache[] = 'v3arcade_award_bit';
        $cache[] = 'v3arcade_postbit_userid_trophy';
        $cache[] = 'v3arcade_postbit_userid_trophy_wrapper';
}



All times are GMT. The time now is 03:57 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.01870 seconds
  • Memory Usage 1,741KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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