Eric H. Johnson on 7 Mar 2014 06:10:34 -0800 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Back to wordpress |
Doug, The owner is the same as for everything else under wordpress, root:www-data. I forced chmod to 666 for everything under themes to take the owner out of the equation. No difference. What in the configuration sets the path to the theme folder, is it possible this is pointing to the wrong place? Thanks, Eric In general, files under a WordPress install should belong to (web user):(web group). On RHEL derivatives, that means apache:apache, on Deb derivatives it's www-data:www-data, iirc. Additionally, from the root of your WP install, you should run a `find . -type f -exec chmod 660 {} \;` and a "-type d/chmod 771" equivalent as well. The Debug Bar plugin can be helpful in these situations, but only if you're actually logging errors. What is your display_errors set to in php.ini? ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug