Pro Theme Installation failure

Home Forums All Other Themes Pro Theme Installation failure

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #67196
    SteveSteve
    Member
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: March 27, 2017

    Theme Name: Restro

    Paid for the pro Restro Theme yesterday and am having problems getting it installed on a WordPress platform.

    Wordpress error message is:
    Unpacking the package…
    Installing the plugin…
    The package could not be installed. No valid plugins were found.
    Plugin install failed.
    Return to Plugin Installer

    So far have tried creating a php.ini file in the /public_html and updating the .htaccess file as advised by the host to apply the php.ini file changes globally.

    I added the following code (the only code in this file) to the created php.ini file:
    upload_max_filesize = 20M [does this need tags?]

    This is the code in the .htaccess file (the second “IfModule mod-rewrite” statement being the one I added:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    <IfModule mod_suphp.c>
    suPHP_ConfigPath //data01/c6044249/public_html/php.ini
    </IfModule>

    # END WordPress

    Can you advise what is wrong please?

    #67238
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Steve,

    You are installing the theme in plugins. Kindly go to Appearance>>Themes>>Add New

    Regards,
    Dave

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.