Quote:
Originally Posted by gspot
djeffa - see this:
mysql error: Table 'djjeffa_djjeffaVB.user' doesn't exist
It's trying to find that table called: djeffa_djjeffaVB.user check your mysql and see if this table exists, if not then you have a problem in using the database prefix maybe even from a previous hack that was installed prior to this one. Someone else had the same problem, but however this is not from my hack.  sorry.
|
the only part that i think i could have messed up was this
1) create a new database table
CREATE TABLE `referrals` (
`date` TEXT NOT NULL
);
cause i had a freind do that cause i didnt really understant it.
but i still cant figer it out.