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)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

Krose 03-30-2006 07:58 PM

I've been waiting for your upgrade! Thanx a lot!

C_P 03-30-2006 08:18 PM

Thank you for updates! However, ISSUE with mkportal still at game submission.
Quote:

$DB = new db_driver_ib;
Fatal error: Cannot instantiate non-existent class: db_driver_ib in /home/cpfools/public_html/forum/arcade.php on line 127
FYI, I received a different THIS db error at end of game submission
Quote:

Fatal error: Cannot redeclare class db_driver in /home/cpfools/public_html/mkportal/include/mk_mySQL.php on line 7
before making these changes:

Quote:

Im not sure if it's been posted yet but a workaround to the db_driver errors in mkportal you will need to find an replace db_driver with db_driver_ib in all the arcade files.

There is 6 occurences in total Here's a list of changes

In arcade.php
Find :

Code:
$DB = new db_driver;Replace:

Code:
$DB = new db_driver_ib;
In admincp/arcade.php
Find :

Code:
$DB = new db_driver;Replace:

Code:
$DB = new db_driver_ib;
In functions/dbclass.php
Find :

Code:
class db_driver {Replace:

Code:
class db_driver_ib {
I'll put the files back and wait for your suggestion Mr.Zeropage
https://vborg.vbsupport.ru/showpost....&postcount=546

DementedMindz 03-30-2006 08:21 PM

hmm when i goto Create a New Tournament that page looks all kinds of funny... looks like a table or something wasnt closed

Feckie (Roger) 03-30-2006 08:25 PM

When creating a tournament in modcp

Code:

Warning: Invalid argument supplied for foreach() in /arcade/modules/mod_modcp.php on line 717

DementedMindz 03-30-2006 08:35 PM

wow and when i use v3 for my skin and i look at my favorites its all messed up

Rickie3 03-30-2006 08:44 PM

ok i did the upgrade but i get this error
Parse error: parse error, unexpected T_TRY, expecting ')' in /home/satsfge/public_html/forum/arcade/lang/lang_Arcade_en.php on line 259
so i uploaded the old lang_Arcade_en.php and all is good

DementedMindz 03-30-2006 08:47 PM

is anyone elses page for Create a New Tournament messed up... its not on the main arcade pages its when you click Create a New Tournament the page it comes up to is messed up looking

Starc 03-30-2006 08:58 PM

First of all,
thanks for the upgrade and your work on the tournaments! It's great to hear they finally work :)

After uploading the new version, i got the following error:
Code:

PHP Parse error:  syntax error, unexpected T_TRY, expecting ')' in /bb/arcade/lang/lang_Arcade_en.php on line 259
I fixed this by added quotes "" to the first Try in line 259 of lang_Arcade_en.php

Just hope this helps if someone experiences the same issue :)

Also, if i can make one request for a future release:
It would be great if you could create tournaments by entering the usernames instead of userids. Especially since we can now set whole usergroups that can create tournaments - the only reason i am not using that feature now is because it would be too hard to explain how to get the userid (not all board users are that web savyy).

Rickie3 03-30-2006 09:07 PM

Quote:

Originally Posted by DementedMindz
is anyone elses page for Create a New Tournament messed up... its not on the main arcade pages its when you click Create a New Tournament the page it comes up to is messed up looking

same here,ive gone back to 2.5.4 till there's a fix

kylek 03-30-2006 09:07 PM

Just a reminder that future requests and support questions be placed in the ibProArcade-Support-Forum found in the Premium Modifications section.

https://vborg.vbsupport.ru/forumdisplay.php?f=170


All times are GMT. The time now is 01: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
  • Page Generation 0.04158 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_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)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