vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - v3 Arcade - Games Arcade System for 3.6.0 (https://vborg.vbsupport.ru/showthread.php?t=114012)

John 11-27-2005 11:55 AM

Quote:

Originally Posted by Blam Forumz
The importer script, do i run it before or after i isntall v3arcade?

After.

b6gm6n 11-27-2005 11:55 AM

Thanx John, wonderfull...

-b6

John 11-27-2005 11:55 AM

Quote:

Originally Posted by tidy_boy
any ideas john on how to fix this please

Try this?

https://vborg.vbsupport.ru/showpost....2&postcount=42

waza 11-27-2005 11:56 AM

John, The arcade is calling: arcade_challenges, but the table is forum_arcade_challenges so you probably forgot the ".TABLE_PREFIX." somewhere...

tidy_boy 11-27-2005 11:56 AM

Quote:

Originally Posted by John


I tried that mate did not work

Edit there is no vb3_ before the arcade_challenges in my db mate

jaffaman 11-27-2005 11:57 AM

I have done that m8 and still gettint the error :( i dont have much luck doing this sort of thing lol

John 11-27-2005 11:58 AM

Are either of you using table prefixes?

tidy_boy 11-27-2005 11:59 AM

Quote:

Originally Posted by John
Are either of you using table prefixes?

my table prefix is vb3_

John 11-27-2005 11:59 AM

Quote:

Originally Posted by waza
John, The arcade is calling: arcade_challenges, but the table is forum_arcade_challenges so you probably forgot the ".TABLE_PREFIX." somewhere...

I don't see any missing table prefixes ... :ermm:

Trosun 11-27-2005 12:00 PM

I'm also getting the:
Code:

Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM vb35_arcade_challenges
        LEFT JOIN vb35_user AS touser ON (touser.userid=arcade_challenges.touserid)
        LEFT JOIN vb35_user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid)
        LEFT JOIN vb35_arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid)
        WHERE status=3 ORDER BY datestamp DESC LIMIT 3;

MySQL Error  : Unknown table 'arcade_challenges'
Error Number : 1051
Date        : Sunday, November 27th 2005 @ 02:58:07 PM
Classname    : vb_database

I did a fresh install, I've tried reinstalling aswell.
I've tried dropping the table and running the query you submitted earlier.
I've tried with and without the table prefix. And i've checked that the table exists.

Again, i had nothing arcade'ish installed prior to this installation.

edit: I am using prefix


All times are GMT. The time now is 01:21 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.02009 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (5)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