Jump to content

yashrs

Moderators
  • Posts

    1,065
  • Joined

  • Last visited

  • Days Won

    54

Posts posted by yashrs

  1. You can simply delete the folder and the database(if created) for unfinished Softaculous installs.

     

    If you donot want to download the full file and again upload it to the server, you can use curl to remotely download the file to the server and then you can extract the archive via file manager. If you want, I can give you a working php for the remote file upload. You will not have to upload the files.

     

    Also, check that the software or CMS you are trying to install, so that it does not create InnoDB tables, and if it does, the installation will not complete. Change it to MyISAM.

  2. My website is working fine(also on Stevie, and also Wordpress).

     

    Try to follow these steps:-

    1. Create a new user for MYSQl in cPanel and grant required priviligies for wordpress to work to the DB.

    2. Change the name of the user and the password of the user in the wp-config.php file via the file manager in cPanel.

    3. Also check the Database name in wp-config.php file.

    4. After updating the user/password in the wp-config.php your website should work fine. :D

     

    Had happened to me once, all the priviligies granted to the user were lost, and granting the user the rights did the work for me :D

    • Like 2
  3. Yeah, there are problems, but only in MYSQL, everything else seems to be okay on Stevie. I dont see it getting fixed in some days(or even months).

     

    And if you have innodb tables, dont attempt to drop it, ignore them.(Use MyISAM instead).

     

    You can use third party MYSQL databases like from websites http://www.db4free.net/ etc. (remember to whitelist heliohost IP) if you want a 24 hour MYSQL service and still continue to use heliohost's services.

     

    Also, you can use PostgreSQL to avoid the crashes.

  4. If you dont want to change the name of the home page to index.html ( because you will have to change all the links to index.html)add this code to the .htaccess file in the root folder of your site ( mostly public_html ) :

     

    DirectoryIndex filename.extension
    

     

    For example:-

    DirectoryIndex home.html
    
×
×
  • Create New...