PHP Installer Error

Status
Not open for further replies.

disaster

New Member
Messages
3
Reaction score
0
Points
0
I have a set of scripts for my PHP based site. I have successfully upgraded to version 2 PHP with x10Hosting and I assumed that it should work now. It only needs 4 things:

-Database Host: ____________ (Which is localhost)
-Database Username: ______________ (should I append the prefix [i.e. yoursite_name?])
-Database Password: ______________ (Only for me to know :D )
-Database Name: ________________ (Again, should I append the prefix [i.e. yoursite_database]?)

The thing thats angering me is that it just clears the forms instead of going to the error page to let me know what the problem is, which is why I'm curious if it's a problem with the way the PHP is set up on here.
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
-Database Host: ____________ (Which is localhost)
-Database Username: ______________ (should I append the prefix [i.e. yoursite_name?])
-Database Password: ______________ (Only for me to know :D )
-Database Name: ________________ (Again, should I append the prefix [i.e. yoursite_database]?)

Yes, Yes, Yes, Yes.
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
I have a set of scripts for my PHP based site. I have successfully upgraded to version 2 PHP with x10Hosting and I assumed that it should work now. It only needs 4 things:

-Database Host: ____________ (Which is localhost)
-Database Username: ______________ (should I append the prefix [i.e. Cpanel username_database username?])
-Database Password: ______________ (Only for me to know :D )
-Database Name: ________________ (Again, should I append the prefix [i.e. Cpanel username_databasename]?)

The thing thats angering me is that it just clears the forms instead of going to the error page to let me know what the problem is, which is why I'm curious if it's a problem with the way the PHP is set up on here.

It should be so ^
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
It is done like this:

Database Host: localhost
Database Username: Cpanelusername_databaseusername
Database Password: Your password for you to know and us not to know :p
Database Name: Cpanel_Username_Database

That should work fine once it's set, if you have problems, give us a link and i will look into it more.
 
Status
Not open for further replies.
Top