The account pasword not working on boru.x10hosting.com

Status
Not open for further replies.

ijssrnew

New Member
Messages
4
Reaction score
0
Points
0
Dear Expert members

I have created a free account on x10hosting.com- ijssr.x10hosting.com
While trying to build my site with the reptile site builder I failed to login with my password. The message comes, the password incorrect.
Recently with an open-source software I encountered the problem in creating web page on my site. Though I provided the correct account id and password at the appropriate place for using it automatically during creation of web page. The software failed to access the database directory created in the folder public_html.
The following message was displayed

Errors occurred during installation:
A database error has occurred: Access denied for user 'ijssrnew'@'boru.x10hosting.com' to database 'OJS
Please help me in this regard as I am a novice. I would be much obliged to you all.
With regards
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Dear Expert members

I have created a free account on x10hosting.com- ijssr.x10hosting.com
While trying to build my site with the reptile site builder I failed to login with my password. The message comes, the password incorrect.
Recently with an open-source software I encountered the problem in creating web page on my site. Though I provided the correct account id and password at the appropriate place for using it automatically during creation of web page. The software failed to access the database directory created in the folder public_html.
The following message was displayed

Errors occurred during installation:
A database error has occurred: Access denied for user 'ijssrnew'@'boru.x10hosting.com' to database 'OJS
Please help me in this regard as I am a novice. I would be much obliged to you all.
With regards

You have to create the database in cpanel using mysql databases

the database_username and Database_name, Database_host should be like

cpanelusername_dbusername, cpanelusername_dbname, localhost

check and post back if still gives error.
 

Kansy

Community Advocate
Community Support
Prime Account
Messages
2,621
Reaction score
9
Points
38
Well, log into your cPanel http://ijssr.x10hosting.com:2082/

Once there you have to go to MySQL Databases http://ijssr.x10hosting.com:2082/frontend/x3/sql/index.html

You have to create the DB and the DB username. Remember that these things will be like the following one:

Database name: CPANELNAME_NAMEYOUSETTOYOURDATABASE
Database user: CPANELNAME_NAMEYOUSETTOYOURDATABASEUSER

Once obth of them are created go down and in Add User To Database Add the user you created to the database you created. A permission page will come up. I usually set all the permissions to avoid errors.

Then in your instalation script you have to remember that host is "localhost" without the " " and that should do for you.

Hope it helps. :)
 

ijssrnew

New Member
Messages
4
Reaction score
0
Points
0
You have to create the database in cpanel using mysql databases

the database_username and Database_name, Database_host should be like

cpanelusername_dbusername, cpanelusername_dbname, localhost

check and post back if still gives error.

Thanks a lot. I have created a database ijssrnew_ojs and a username ijssrnew_journal. Also used localhost
BUt agian failed. The following message was displayed


Errors occurred during installation:

  • The directory specified for uploaded files does not exist or is not writable.
In file setting (directory for uploads) I provided the following information
/home/ijssrnew/public_html/ijssrnew_ojs

I think the path may be incorrect. If you think so, please help me in knowing the correct path.

Thanks a lot for your efficient help
 
Status
Not open for further replies.
Top