V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
xjoker
V2EX  ›  问与答

Typecho 文章无法修改分类 一直会归类到默认分类

  •  
  •   xjoker · 2014-12-05 09:21:11 +08:00 · 2792 次点击
    这是一个创建于 3437 天前的主题,其中的信息可能已经有所发展或是发生改变。
    博客地址 QAQ 刚搬过来快疯了
    http://xjoker.us
    16 条回复    2014-12-06 12:58:03 +08:00
    typcn
        1
    typcn  
       2014-12-05 09:23:22 +08:00
    Disable Lastpass
    xjoker
        2
    xjoker  
    OP
       2014-12-05 09:25:14 +08:00
    @typcn 没有用它.....
    jwangkun
        3
    jwangkun  
       2014-12-05 10:35:31 +08:00
    不会啊,是你还没学会怎么用罢了
    jwangkun
        4
    jwangkun  
       2014-12-05 10:35:58 +08:00
    要不就是模板的问题
    Twinkle
        5
    Twinkle  
       2014-12-05 10:36:52 +08:00
    进去是WP 这么快就叛变了么...
    joyqi
        6
    joyqi  
       2014-12-05 10:44:12 +08:00
    用开发版测试下,部分用户报过这个bug,我已经修复了
    jy02201949
        7
    jy02201949  
       2014-12-05 10:44:56 +08:00
    @Twinkle 果然,23333,而且还是初始化的阶段,楼主我以为只有我这样的才会叛变,想不到你个浓眉大眼的也叛变革命了
    xjoker
        8
    xjoker  
    OP
       2014-12-05 11:28:43 +08:00
    @joyqi 开发版如果用WP倒过来的数据会出BUG么
    好像看开发版的页脚版本号没变化
    xjoker
        9
    xjoker  
    OP
       2014-12-05 11:29:04 +08:00
    @Twinkle
    @xjoker

    装回去倒出下数据.....
    xjoker
        10
    xjoker  
    OP
       2014-12-05 11:43:04 +08:00
    QAQ换博客系统果然好麻烦啊
    panxianhai
        11
    panxianhai  
       2014-12-05 12:26:45 +08:00
    xjoker
        12
    xjoker  
    OP
       2014-12-06 11:19:40 +08:00
    server
    {
    listen 80;
    #listen [::]:80;
    server_name xjoker.us www.xjoker.us;
    index index.html index.htm index.php default.html default.htm default.php;
    root /home/wwwroot/xjoker.us;

    if (!-e $request_filename) {
    rewrite ^(.*)$ /index.php$1 last;
    }

    #include typecho.conf;
    #error_page 404 /404.html;
    location ~ .*\.php(\/.*)*$
    {
    set $path_info "";
    set $real_script_name $fastcgi_script_name;
    if ($fastcgi_script_name ~ "^(.+?\.php)(/.+)$") {
    set $real_script_name $1;
    set $path_info $2;
    }
    fastcgi_param SCRIPT_FILENAME $document_root$real_script_name;
    fastcgi_param SCRIPT_NAME $real_script_name;
    fastcgi_param PATH_INFO $path_info;
    #comment try_files $uri =404; to enable pathinfo
    #try_files $uri =404;
    fastcgi_pass unix:/tmp/php-cgi.sock;
    fastcgi_index index.php;
    include fastcgi.conf;
    include pathinfo.conf;
    }

    location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
    {
    expires 30d;
    }

    location ~ .*\.(js|css)?$
    {
    expires 12h;
    }

    access_log /home/wwwlogs/xjoker.us.log access;
    }
    xjoker
        13
    xjoker  
    OP
       2014-12-06 11:20:16 +08:00
    QAQ 试了还是不行 PHP.ini里的pathinfo也改1了
    贴上配置文件 求助~
    xjoker
        14
    xjoker  
    OP
       2014-12-06 11:24:27 +08:00
    @joyqi 求大神看看
    joyqi
        15
    joyqi  
       2014-12-06 11:40:39 +08:00
    @xjoker 是用的开发版么?
    xjoker
        16
    xjoker  
    OP
       2014-12-06 12:58:03 +08:00
    @joyqi 是的
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2234 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 02:59 · PVG 10:59 · LAX 19:59 · JFK 22:59
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.