installing wordpress problem .

kintaroi

New Member
Messages
1
Reaction score
0
Points
0
hi i am newbie on x10 , i dont understand what the "Showlogon.do" page mean !
i'm trying to install wordpress manualy , and when i go to

http://epic.elementfx.com/wp-admin/
or http://epic.elementfx.com/wp-admin/install.php

i have always the same screen "showlogon.do" and when i try to login with my x10hosting username and pass it says : "error ,Invalid credentials."

i tried to install with fantastico addon , and i had the same problem,

please tell me what to do , i have php v5 .
thx for all.
 

vievie

Member
Messages
97
Reaction score
0
Points
6
What steps have you gone through so far when manually installing WP. The instructions on the WP are quite detailed, and you should be able to successfully install WP @ x10hosting.

http://codex.wordpress.org/Installing_WordPress

Most of the time, people don't edit the wp-config.php properly such as:

// ** MySQL settings ** //
define('DB_NAME', 'putyourdbnamehere'); // The name of the database
define('DB_USER', 'usernamehere'); // Your MySQL username
define('DB_PASSWORD', 'yourpasswordhere'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

and also editing your database permissions, creating databases users/pass that correlate to the values inputted above.

hope that helps
 
Last edited:
Top