Jump to content

Recommended Posts

Posted

Error, Will Robinson! Error!

 

 

I tried to install PHPCoin and when I run the 'setup.php' file it fails and returns the following error.

 

You can look at it and maybe guide me if you would be so helpful.

 

 

 

I know it needs a database, but what kind or something? Please, assistance!

Posted

This is the thread Weezy is referring.

 

As for the error you need to create a MySQL database and user and add the user to the database. Probably need to modify a config file with the info as well.

Posted

I took a look at your config.php. Need to fill in the following:

 

$_DBCFG['dbuname'] = "username"; // User

$_DBCFG['dbpass'] = "password"; // Password

$_DBCFG['dbname'] = "database"; // Database Name

 

Where "username" is the database username you created, "password" is the password for that user, and "database" is the name of the database.

 

After that you should be cool.

 

-Tim

Join the conversation

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

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

×
×
  • Create New...