morgan1122 Posted January 6, 2011 Posted January 6, 2011 QUERY ERROR: Table 'corrupt1_cc1.orgcrimes' doesn't exist Query was SELECT g.*,oc.* FROM gangs g LEFT JOIN orgcrimes oc ON g.gangCRIME=oc.ocID WHERE g.gangID=2 Gang Amoury Error Quote
Dominion Posted January 6, 2011 Posted January 6, 2011 Table 'corrupt1_cc1.orgcrimes' doesn't exist ... :whistling: Quote
Dominion Posted January 6, 2011 Posted January 6, 2011 The orgcrimes table... It's in the v2 dbdata.sql That's with the download. Quote
Nickson Posted January 6, 2011 Posted January 6, 2011 Okay a few things that you should think of, you can achieve the feeling or happening by simply using your head. 1) Learn to read errors, it says something doesn't exist, try to make it exist 2) Are making use of a non standard feature of an MCC script? - find that modification! A Good modification will always come with install instructions and what not... (a stolen/bad one might not). 3) Link us to it, or make a post in that topic. If it has no topic on here, contact the creator of the mod for support (or do that directly) But I can only say, please learn to read installation instructions, and if you don't have any, well that can only mean two things; A) you have a mod that doesn't work properly, or B) you somehow got it from somewhere you shouldn't have got it from. This forum isn't for people to post an error and hope for some magic to appear so we know what went wrong ;) Use the correct way of posting, share information, ... This is a public community forum. If you can't do that, then we simply can not help you. Quote
morgan1122 Posted January 6, 2011 Author Posted January 6, 2011 Can you just add it to this as i can find it please :) Quote
Dominion Posted January 6, 2011 Posted January 6, 2011 Can you just add it to this as i can find it please :) I think you can spend 2 mins looking for it... Quote
Diesl Posted January 7, 2011 Posted January 7, 2011 Ye but whats the SQL to add?You need the SQL query to create a table. Google "MYSQL create table". Once you've got the command.. create a table called orgcrimes. If you have phpmyadmin you can do it manually by creating that table in your database. You should learn how to do this on your own, or you will never learn how to code your own SQL statements in your game. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.