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
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
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_Cr...abase_and_User
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
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.%
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 by shrihit; 06-15-2011 at 07:23 AM.
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.
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.';
}
?>
No,
Not used database user password