Instillation? [Pretty Simple Question]

dscla

New Member
OK, So I CHMOD'ED (?) all the files to 777 and i executed the keygen.php (i THINK, I had the permissions set to execute and read, since when it was just on execute, the page wouldnt load, it would say internet explorer could not display the webpage.) then I went to mysite.com/upload/install/install.php and it asked for the customer number, i put that in, then it just reloaded the page (i dont think the number worked)

can anyone help me?



~dscla
 
Chmod all files and folder to 777 Except keygen.php, check my sig for a link for a Quick vb install guide it covers normal and keygen.
 
hoxxy said:
chmod all files and folder to 777 except keygen.php, check my sig for a link for a quick vb install guide it covers normal and keygen.



[edit]

got it fixed
:d
 
Hoxxy said:
Chmod all files and folder to 777 Except keygen.php, check my sig for a link for a Quick vb install guide it covers normal and keygen.

oh thank you very much,
i just re uploaded the file upload again but with a different name,
and it worked
:)
thanks again!

Now i just gotta figure out whats wrong with the config.php file
-_-
it says:

Step 2) Connect to the database

Attempting to attach to database

Error description: mysql_connect(): Unknown MySQL Server Host 'yahoo_small_business' (0) /form/includes/class_core.php on line 311

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
 
you have a root name...
lets say its DOPE....
lets say your database name is forum...
lets say your username is uname....
make sure in mysql, you add the user to the database....

in the config file if examples above are used it would be:

database name- DOPE_forum
username-DOPE_uname
password-whatever its set as

i hope i explained it right....
 
Now it says
Step 2) Connect to the database

Attempting to attach to database

Error description: mysql_connect(): Access denied for user 'dscla'@'localhost' (using password: YES) /form/includes/class_core.php on line 311

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
 
Back
Top