Update WordPress to the version 2.8

Updated WP to 2.8 , then I soloved a permission problem of phpbb3. The owner of some files created by PHP is nobody , and the Public permissions of them is 0 ,that means other users can not read them at least, so I  could not backup files via ftpclient and I could not chmod via ftpclient  obviously.

I wrote some codes,

<?php
$sign=chmod(‘filename’,0644);
echo $sign;
?>

Then uploaded it to the directories via ftpclient and  ran them via web browser, all things became OK.

  1. 懒的升级了,弄完后还要改主题

    • 新版本修正了几百个bug,为了安全还是紧跟步伐。主题的问题,我采用的默认主题,省事不少。

  2. 恭喜升级~

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>