microtech
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Trying to upgrade to 3.1.1 but error, permissions issue?Unfortunately I am still not sure what is causing it, if I am able to pinpoint anything I will definitely update you here. Let me know as well if they find anything for sure.
Forum: Installing WordPress
In reply to: Trying to upgrade to 3.1.1 but error, permissions issue?I think it is something with the panel / hosting server. Who hosts your site? You may want to contact them, in my case there is something definitely misconfigured on the hosting server.
Just thought you’d like to know
Tim
Forum: Installing WordPress
In reply to: Trying to upgrade to 3.1.1 but error, permissions issue?I see there is another thread with this issue, they say they have fixed by changing permissions…
http://wordpress.org/support/topic/failed-to-upgrade-from-30-to-31?replies=10
But permissions on what? I tried setting the wp-admin/includes/class-wp-filesystem-direct.php to 777 to no avail… is it another file / directory I need to change permissions on?
Forum: Installing WordPress
In reply to: Failed to upgrade from 3.0 to 3.1I am having this issue as well, what file are you chmodding to 777? the wp-admin/includes/class-wp-filesystem-direct.php ?
Forum: Installing WordPress
In reply to: Trying to upgrade to 3.1.1 but error, permissions issue?Oh also, if anyone is wondering, or before anyone asks here are the lines from the class-wp-filesystem-direct.php it is referencing:
The line 200 is:return copy($source, $destination);The whole code is here: