Closed Thread
Results 1 to 10 of 10

Thread: [reQ]

  1. #1
    echo_unlimited is offline x10 Elder echo_unlimited is an unknown quantity at this point
    Join Date
    Dec 2005
    Posts
    633

    [reQ]

    I will give some one all my points if they can fix my arcade, the problem I am having is this:
    I did go to the support center provided by this forum. But Il post my problem.
    I get this error below trying to view the arcade (blue-inc.org/arcade.php)

    Database error in vBulletin 3.5.4:
    Invalid SQL:
    SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.miniimage, arcade_games.title FROM arcade_challenges AS arcade_challenges
    LEFT JOIN user AS touser ON (touser.userid=arcade_challenges.touserid)
    LEFT JOIN user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid)
    LEFT JOIN arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid)
    WHERE status=3 ORDER BY datestamp DESC LIMIT 10;
    MySQL Error : Table 'blueinc_vb.arcade_challenges' doesn't exist
    Error Number : 1146
    Date : Monday, April 3rd 2006 @ 11:49:26 AM
    Script : http://www.blue-inc.org/arcade.php
    http://www.blue-inc.org/index.php
    IP Address : xxxxx :tear: not telling you this.
    Username : echo_unlimited
    Classname : vb_database
    Also I get these errors while veiwing a thread:

    Database error in vBulletin 3.5.4:
    Invalid SQL:
    SELECT title,highscorerid,highscore,miniimage,gameid FROM arcade_games WHERE highscorerid IS NOT NULL AND (gamepermissions & 2);
    MySQL Error : Table 'blueinc_vb.arcade_games' doesn't exist
    Error Number : 1146
    Date : Monday, April 3rd 2006 @ 03:39:27 PM
    Script : http://www.blue-inc.org/showthread.php?p=519#post519
    Referrer : http://www.blue-inc.org/index.php
    IP Address : ---------
    Username : echo_unlimited
    Classname : vb_database
    And while when I go into ACP>>Arcade>> Catagorys:

    Database error in vBulletin 3.5.4:
    Invalid SQL:
    SELECT * FROM arcade_categories AS arcade_categories ORDER BY displayorder ASC;
    MySQL Error : Table 'blueinc_vb.arcade_categories' doesn't exist
    Error Number : 1146
    Date : Monday, April 3rd 2006 @ 03:40:41 PM
    Script : http://www.blue-inc.org/admincp/arca...?do=categories
    Referrer : http://www.blue-inc.org/admincp/index.php?do=nav
    IP Address :-------------
    Username : echo_unlimited
    Classname : vb_database
    ACP>>Arcade>>Games:


    Database error in vBulletin 3.5.4:
    Invalid SQL:
    SELECT COUNT(*) AS total
    FROM arcade_games AS arcade_games;
    MySQL Error : Table 'blueinc_vb.arcade_games' doesn't exist
    Error Number : 1146
    Date : Monday, April 3rd 2006 @ 03:41:23 PM
    Script : http://www.blue-inc.org/admincp/arca...n.php?do=games
    Referrer : http://www.blue-inc.org/admincp/index.php
    IP Address : -------------
    Username : echo_unlimited
    Classname : vb_database
    Thats all the errors I get, plus its affecting my forum

    Currently I have my arcade disabled as it caused some errors while posting on my site. At the moment I am quite pissed with this, but if any one can direct me on how to fix this then please do say so and if it works Il hand the points over.

  2. #2
    swirly's Avatar
    swirly is offline x10 Elder swirly is an unknown quantity at this point
    Join Date
    Jul 2005
    Location
    NC
    Posts
    965

    Re: [reQ]

    yeah well your prolly not gonna want to hear this but try reinstalling it! lol save everything u got and then reinstall!
    Don't go to bed angry, stay awake and plot revenge.

  3. #3
    deaddevil's Avatar
    deaddevil is offline x10 Elder deaddevil is an unknown quantity at this point
    Join Date
    Mar 2005
    Posts
    505

    Re: [reQ]

    well the errors you are facing are due to the sql language. you will have to contact the development forum for that. I think you may have to re install the mod.

    Signature designed by gfxpixels.
    If you are a graphic designer, design templates, interested in contributing towards a graphic website, PM me!!!

  4. #4
    echo_unlimited is offline x10 Elder echo_unlimited is an unknown quantity at this point
    Join Date
    Dec 2005
    Posts
    633

    Re: [reQ]

    I can't reinstall it, every time I try to reinstall, it I get another sql error. if some one can do this for me il give you ALL my points.

  5. #5
    James's Avatar
    James is offline Banned James is an unknown quantity at this point
    Join Date
    Feb 2006
    Location
    Australia
    Posts
    531

    Re: [reQ]

    Lol, well thats not all that much, but if you still need help i can manage to help you out, probally thursday night or fri.
    cya

  6. #6
    echo_unlimited is offline x10 Elder echo_unlimited is an unknown quantity at this point
    Join Date
    Dec 2005
    Posts
    633

    Re: [reQ]

    Quote Originally Posted by The_End
    Lol, well thats not all that much, but if you still need help i can manage to help you out, probally thursday night or fri.
    cya

    Ok then dude, thanks. Could you unistall the v3arcade and install ibproarcade which is located: http://www.vbulletin.org/forum/showt...light=v3arcade


    I can do the template edits, but if you could uninstall v3arcade and install ibproarcade then that'd be great, but I can do page edits..

    Cheers dude.

  7. #7
    echo_unlimited is offline x10 Elder echo_unlimited is an unknown quantity at this point
    Join Date
    Dec 2005
    Posts
    633

    Re: [reQ]

    Please, some one fix this for me.

  8. #8
    Jake's Avatar
    Jake is offline Developer Jake is an unknown quantity at this point
    Join Date
    Apr 2005
    Location
    Winona, MN
    Posts
    2,084

    Re: [reQ]

    there is something like this: "MySQL Error : Table 'blueinc_vb.arcade_challenges' doesn't exist" in each one of those errors

    sooo, obviously you didnt run the SQL query to create the arcades tables, if you did, it didnt work so try again.
    Last edited by Jake; 04-06-2006 at 06:32 AM.
    Jake Omann | Developer
    █ 888-X10-9668 - jake[@]x10hosting.com
    x10Hosting - Giving Away Hosting Since 2004
    Premium Hosting | VPS Services

  9. #9
    James's Avatar
    James is offline Banned James is an unknown quantity at this point
    Join Date
    Feb 2006
    Location
    Australia
    Posts
    531

    Re: [reQ]

    Quote Originally Posted by Jake
    there is something like this: "MySQL Error : Table 'blueinc_vb.arcade_challenges' doesn't exist" in each one of those errors

    sooo, obviously you didnt run the SQL query to create the arcades tables, if you did, it didnt work so try again.
    Yes thats the probelm, im helping him do it tomorow it mustnt of created the tables.

  10. #10
    echo_unlimited is offline x10 Elder echo_unlimited is an unknown quantity at this point
    Join Date
    Dec 2005
    Posts
    633

    Re: [reQ]

    Corey fixed it for me. Thnx.

Closed Thread

Similar Threads

  1. [REQ] what language is this
    By Derek in forum The Marketplace
    Replies: 7
    Last Post: 10-13-2006, 03:02 AM
  2. [REQ] Website Design - For Review Site
    By Kay in forum The Marketplace
    Replies: 1
    Last Post: 08-24-2006, 03:45 PM
  3. [REQ] Php Ad Rotate
    By James in forum The Marketplace
    Replies: 2
    Last Post: 04-26-2006, 05:27 AM
  4. [REQ] invision skin
    By mattspec in forum The Marketplace
    Replies: 0
    Last Post: 12-18-2005, 12:35 PM
  5. [REQ] GFX Site staff
    By Akkarin in forum Scripts & 3rd Party Apps
    Replies: 5
    Last Post: 12-12-2005, 07:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers