Servage: wordpress plugin autoupgrade problem
Recently i’ve signed up to Servage hosting. It seems like Servage could be affordable hosting solution for my projects.
There are autoinstaller feature wich can instantly install wordpress for you. All just fine however it was impossible for me to use Wordpress’s plugin autoupgrade feature.
Here is the solution:
- Change wp-content permissions to 777
- Find file wp-admin/includes/file.php
- Replace string:
if ( getmyuid() == fileowner($temp_file) )
to
if ( posix_getuid() == fileowner($temp_file) )
Links:
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply