Cannot install new Theme
-
First this: I have a Mac running on OS X and want to work locally first.
When I try to install a new theme I get this error message (translated from Dutch): “Cannot find the WordPress content folder (wp-content)”. On top of this I have to fill out my FTP data (what I did without achieving any results).
Then I read somewhere that one should add a special code?to wp-config.php:?
if(is_admin()) {
add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ ));
define( ‘FS_CHMOD_DIR’, 0751 );
}First I thought it works because it says (translated) downloading installation package from https://www.ads-software.com/extend/themes/download/catch-everest.0.1.5.zip.
And then I got another error message (translated):?Folder cannot be made . /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/upgrade/catch-everest.tmp. I removed the special code.When I check the folders the “standard” themes can be found in the wp-content folder.
- The topic ‘Cannot install new Theme’ is closed to new replies.