Aswanth lenin
Aswanth lenin

Reputation: 23

WordPress New Theme adding Error

I am trying to install a new theme. After copying it to the themes folder and entering the themes admin panel to activate the theme I get 3 warning error:

Warning: fopen(C:\wamp\www\wordpress/wp-content/themes/idealdevelopments/style.css) [function.fopen]: failed to open stream: Permission denied in C:\wamp\www\wordpress\wp-includes\functions.php on line 4782

Warning: fread() expects parameter 1 to be resource, boolean given in C:\wamp\www\wordpress\wp-includes\functions.php on line 4785

Warning: fclose() expects parameter 1 to be resource, boolean given in C:\wamp\www\wordpress\wp-includes\functions.php on line 4788

Upvotes: 1

Views: 233

Answers (1)

Haninder Singh
Haninder Singh

Reputation: 618

Change your folder permissions.

Upvotes: 1

Related Questions