Home > 站长日志 > Update WordPress to the version 2.8

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.

Categories: 站长日志 Tags:
  1. June 15th, 2009 at 10:28 | #1

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

    • LT
      June 15th, 2009 at 10:37 | #2

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

  2. hpcex
    June 15th, 2009 at 21:39 | #3

    恭喜升级~

    • LT
      June 15th, 2009 at 23:57 | #4

      同喜同喜.汗! 啥时候流行升个级也恭喜了~~

  1. No trackbacks yet.