Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: energee.x10.bz

  1. #1
    shrihit is offline x10Hosting Member shrihit is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    12

    energee.x10.bz

    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

  2. #2
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: energee.x10.bz

    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

  3. #3
    shrihit is offline x10Hosting Member shrihit is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    12

    Re: energee.x10.bz

    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

  4. #4
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: energee.x10.bz

    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.%

  5. #5
    shrihit is offline x10Hosting Member shrihit is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    12

    Re: energee.x10.bz

    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.

  6. #6
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: energee.x10.bz

    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.

  7. #7
    shrihit is offline x10Hosting Member shrihit is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    12

    Re: energee.x10.bz

    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.';
    }
    ?>

  8. #8
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: energee.x10.bz

    Quote Originally Posted by shrihit View Post
    Configuration file is as below
    .
    .
    var $password = '';
    .
    .
    Just for clarification.You did use your database-username's password in it, didn't you ?

  9. #9
    shrihit is offline x10Hosting Member shrihit is an unknown quantity at this point
    Join Date
    Sep 2007
    Posts
    12

    Re: energee.x10.bz

    No,
    Not used database user password

  10. #10
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: energee.x10.bz

    Quote Originally Posted by shrihit View Post
    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).

Closed Thread
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers