Jump to content

mrobo

Members
  • Posts

    52
  • Joined

  • Last visited

Posts posted by mrobo

  1. You should add it as a parked domain in cPanel. That will make it show the same content as your main domain. Just note that it takes 24-48 hours from when you add it to set up and stop being queued, just like the main domain. You might need to clear your cache after the time has passed to get rid of the queued page.

    thanks, I have done so, I have all ready configured the email accounts - seems working now :D , and began new clean installation of joomla cms :lol: ,

    must find a painless way to create the web again :wacko: :unsure: :huh: ,

  2. o.k. thanks, it seems there is some problem with the db size, it is too small, but nevermind i will figure it out somehow,

    but now i need to delete my account from you because i cant

    could you delete it:::

    username: mrobo

    server: johnny.heliohost.org

    domain: titan-ras.sk

     

    please, thx, regards.

  3. could you export my db and send it to me
    A link to your backup has been PMed to you.

    yes but there is missing my sql database in that backup

    I cant find it, could you PM me the sql database and after then delete my account I want to move to another hosting server?

    Thx.

  4. What did you do to fix the problem since I last unsuspended you?

    i have posted it here http://www.helionet.org/index/topic/22820-suspended-mrobo/

    but first thing was i changed password because ti seems that someone have hacked my pass and backuped my site trough cpanel backup, after then i have tried scan, clean, check files in public_html, but have not finished yet, could you export my db and send it to me I am considering to move from johnny to stevie.heliohost and want to start from beginning, please, thx.

  5. I am creating it from logged in cpanel trough phpadmin.

    this sql query:

    --

    -- Table structure for table `j25_update_sites_extensions`

    --

     

    DROP TABLE IF EXISTS `j25_update_sites_extensions`;

    /*!40101 SET @saved_cs_client = @@character_set_client */;

    /*!40101 SET character_set_client = utf8 */;

    CREATE TABLE `j25_update_sites_extensions` (

    `update_site_id` int(11) NOT NULL DEFAULT '0',

    `extension_id` int(11) NOT NULL DEFAULT '0',

    PRIMARY KEY (`update_site_id`,`extension_id`)

    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Links extensions to update sites';

    /*!40101 SET character_set_client = @saved_cs_client */;

     

    --

    -- Dumping data for table `j25_update_sites_extensions`

    --

     

    LOCK TABLES `j25_update_sites_extensions` WRITE;

    /*!40000 ALTER TABLE `j25_update_sites_extensions` DISABLE KEYS */;

    INSERT INTO `j25_update_sites_extensions` (`update_site_id`, `extension_id`) VALUES (1,700),(2,700),(3,10003),(3,10010),(3,10066),(4,10010),(5,10011),(10,600),(13,10046),(14,10047),(15,10048),(16,10049),(19,10016),(20,10069),(22,10046),(23,10027),(24,10060);

    /*!40000 ALTER TABLE `j25_update_sites_extensions` ENABLE KEYS */;

    UNLOCK TABLES;

     

    and I get this result:

    Error

     

    SQL query:

     

     

    CREATE TABLE `j25_update_sites_extensions` (

    `update_site_id` int(11) NOT NULL DEFAULT '0',

    `extension_id` int(11) NOT NULL DEFAULT '0',

    PRIMARY KEY (`update_site_id`,`extension_id`)

    ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Links extensions to update sites';

     

    MySQL said: Documentation

    #1813 - Tablespace for table '`mrobo_titan-ras`.`j25_update_sites_extensions`' exists. Please DISCARD the tablespace before IMPORT.

     

  6. I need help, I cant create table in my DB.

    I get error SQL message:

    #1813 - Tablespace for table '`mydb`.`j25_update_sites_extensions`' exists. Please DISCARD the tablespace before IMPORT.

     

    How shoudl I discard it?

    Thx!

     

    Probably this could help me

     

    "This works for me, but I use this in local server.

    Open the directory where xampp is installed, for example

    C:/xampp/mysql/data/...

    Select the folder (it's like a database name) of the tablespace that you want to remove, then delete the file with extension idb. Delete only one file corresponding to the table that you want to create/remove.

    In my case my file is karyawan.idb,

    Hope this works for you."

     

    but how to do it I am not local server admin.

×
×
  • Create New...