energee.x10.bz

Status
Not open for further replies.

shrihit

New Member
Messages
12
Reaction score
0
Points
0
Sir/Madam
I have created free acount energee.x10.bz But while transfering file to public_html folder by mistake I repalce CGI-BIn folder. Hence I can not open anything including CP.
My Email address is shrihit@gmail.com
please help
Thank you
 

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
Hello!
As of now, I'm getting a page with "Database Error: Unable to connect to the database:Could not connect to MySQL" in it.

Please make sure that in configuration.php,you have:
var $host = 'localhost';
var $user = 'your-cpanel-username_database-username'; //DB_username
var $db = 'your-cpanel-username_database-name'; //DB_name

Also,please make sure that you have linked DB_username and DB_name together and have granted all the required privileges to the DB_username.

For more information,please refer:
http://x10hosting.com/wiki/How_to_Create_a_MySQL_Database_and_User
 

shrihit

New Member
Messages
12
Reaction score
0
Points
0
sir,
Everything is O.K. as you send.
I also added user to database and gave all privileges before.
still error.
In MySql database size show Zero but when "checkDatabase" it shows tables Ok. PhpMyadmin shows Tables.
Is there any problem if database name and username are same
Thank you
 

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
Could you please post the IPs listed under cPanel >> Remote MySQL Database Access Hosts ?
It should be:

10.33.248.%
10.33.249.%
192.168.1.%
 

shrihit

New Member
Messages
12
Reaction score
0
Points
0
Sir,
There are two figure
10.33.248.% & 10.33.249.%. Third fig 192.168.1.% is not there
Thank you

---------- Post added at 07:07 AM ---------- Previous post was at 07:01 AM ----------

Sir,
I added third Access Host 192.168.1.%
No success
is this because I replaced original cgi-bin folder by empty cgi-bin folder
Thank you
 
Last edited:

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
Post the contents of configuration.php file.

PS: I wouldn't mind looking into it personally.
Just PM me if you would like me to do so.
 

shrihit

New Member
Messages
12
Reaction score
0
Points
0
Configuration file is as below
<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $feed_email = 'author';
var $secret = 'e7uttytyty';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = 'F:\\wamp\\www\\energee\\logs';
var $tmp_path = 'F:\\wamp\\www\\energee\\tmp';
var $live_site = '';
var $force_ssl = '0';
var $offset = '0';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = 'localhost';
var $user = 'shrihit_energee';
var $db = 'shrihit_energee';
var $dbprefix = 'jos_';
var $mailer = 'smtp';
var $mailfrom = 'shrihit@gmail.com';
var $fromname = 'energeestore';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '0';
var $smtpsecure = 'none';
var $smtpport = '25';
var $smtpuser = 'mastek@gmail.com';
var $smtppass = 'ganesh347';
var $smtphost = 'localhost';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '15';
var $session_handler = 'database';
var $password = '';
var $sitename = 'Energeestore';
var $MetaDesc = 'Joomla! - the dynamic portal engine and content management system';
var $MetaKeys = 'joomla, Joomla';
var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
?>
 

MaestroFX1

Community Advocate
Community Support
Messages
1,577
Reaction score
60
Points
0
No,
Not used database user password

Well then, use that password there.
Again,it is NOT the password for cpanel-username(shrihit) rather it is the password for database-username(shrihit_energee).
 

calistoy

Free Support Volunteer
Community Support
Messages
5,602
Reaction score
87
Points
48
Just to add in info from your question about the cgi-bin, you don't have to worry about that. It looks like when a cPanel account is generated for you when you first signed up for hosting, it still automatically makes that folder for you. The fact is that cgi has been disabled on free hosting for a long time now due to security reasons, therefore, you wouldn't have been able to use it anyway. Deleting or replacing it in your account doesn't cause anything to be affected at all.
 
Last edited:
Status
Not open for further replies.
Top