Jump to content

install problems


lgdhosting

Recommended Posts

Hi - do you know what mysql version you have?

 

can you run a query manually with phpmyadmin or mysql command line? something like:

 

CREATE TABLE `tblaccounts` (
 `id` int( 1 ) unsigned zerofill NOT NULL AUTO_INCREMENT ,
 `userid` int( 10 ) unsigned zerofill NOT NULL default "0000000000",
 `gateway` text NOT NULL ,
 `date` datetime default NULL ,
 `description` text NOT NULL ,
 `amountin` decimal( 10, 2 ) NOT NULL default "0.00",
 `fees` decimal( 10, 2 ) NOT NULL default "0.00",
 `amountout` decimal( 10, 2 ) NOT NULL default "0.00",
 `transid` text NOT NULL ,
 `invoiceid` int( 1 ) NOT NULL ,
 PRIMARY KEY ( `id` )
) TYPE = MYISAM;

Link to comment
Share on other sites

the admin thing and that? I'm confused!

 

did you notice my first response to your question? It seems to be a database problem - all of the error messages you posted were DB related.

 

I'd be checking database server version, as well as database setup / permissions & WHMCS config for the database... although I think you'd be seeing a different error message if it was an incorrect user name / password to access the DB.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated