- This topic has 1 reply, 2 voices, and was last updated 5 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Pro Theme Installation failure
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?
Hi Steve,
You are installing the theme in plugins. Kindly go to Appearance>>Themes>>Add New
Regards,
Dave
WordPress has empowered millions of entrepreneurs to take their businesses online. However, when they make this decision, they also have to decide which type of […]
In this article, we will illustrate how to create custom taxonomies in WordPress from scratch and how to display them with your current WordPress theme. […]
People need potent individuals to impart their wisdom and experience to them. If you are someone who is experienced in a field, then there is […]