Shape 5

Wordpress Club Themes => Big Picture - Club => : Scott3015 October 14, 2015, 04:38:05 PM



: Template install error
: Scott3015 October 14, 2015, 04:38:05 PM
(/home/zolivebra/public_html/wp-content/themes/s5_bigpicture/cache/v2update) [function.file-put-contents]: failed to open stream: Permission denied in /home/zolivebra/public_html/wp-content/themes/s5_bigpicture/vertex/admin/core/update.php on line 25

How do I fix this error? Thank you.


: Re: Template install error
: Tristan Rineer October 15, 2015, 08:48:54 AM
That error means that the file permissions on your server are blocking the theme from creating files it needs for the admin.

The easiest way to fix it is to use an FTP client like FileZilla (http://filezilla-project.org/) to set the permissions of your wp-content folder to a minimum of 655.  If that doesn't work, you may have to go as high as 766, or at a last resort, 777.


: Re: Template install error
: Scott3015 October 15, 2015, 01:13:41 PM
That error means that the file permissions on your server are blocking the theme from creating files it needs for the admin.

The easiest way to fix it is to use an FTP client like FileZilla (http://filezilla-project.org/) to set the permissions of your wp-content folder to a minimum of 655.  If that doesn't work, you may have to go as high as 766, or at a last resort, 777.

Would I edit the folder only, or all the contents within the folder? Changing the folder only does not remove the error, but I'm concerned changing permissions on all the files in the folder will cause problems.


: Re: Template install error
: Tristan Rineer October 15, 2015, 02:01:43 PM
You would need to change the permissions recursively.  Changing the permissions shouldn't cause any problems, as the required permissions are most likely higher than what you currently have, or you wouldn't be getting the error.


: Re: Template install error
: Scott3015 October 26, 2015, 01:26:24 PM
You would need to change the permissions recursively.  Changing the permissions shouldn't cause any problems, as the required permissions are most likely higher than what you currently have, or you wouldn't be getting the error.
I switched to a different hosting service and my problems were resolved. Thanks.


: Re: Template install error
: Tristan Rineer October 26, 2015, 06:21:45 PM
Great!  Sometimes that's what's needed.