Code Monkey home page Code Monkey logo

confs's Introduction

some pmcamp website configuration files

2010-11-26

install db cache reloaded plugin cd wp-content/plugins/ wget http://downloads.wordpress.org/plugin/db-cache-reloaded.2.1.zip unzip db-cache-reloaded.2.1.zip rm db-cache-reloaded.2.1.zip

2010-11-24

换域名迁移Discuz!后要做几件事情

  • 更新config下的config_global.php和config_ucenter.php的数据库配置和UC_API地址
  • 更新uc_server/data/下的config.inc.php数据库配置
  • 进入Discuz!后台更新缓存

Git help

###Global setup:

Download and install Git

git config --global user.name "xxx"
git config --global user.email [email protected]

Next steps:

mkdir confs
cd confs
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin [email protected]:pmcamp/confs.git
git push origin master

Existing Git Repo?

cd existing_git_repo
git remote add origin [email protected]:pmcamp/confs.git
git push origin master

confs's People

Contributors

lxneng avatar

Watchers

James Cloos avatar

confs's Issues

tail -f /var/www/blog.pmcamp.org/logs/error.log rewrite有问题

tail -f /var/www/blog.pmcamp.org/logs/error.log
2010/11/25 14:40:54 [error] 28114#0: *3 FastCGI sent in stderr: "PHP Warning: Parameter 1 to BDPRSS2::pba_rewrite() expected to be a reference, value given in /var/www/blog.pmcamp.org/wp-includes/plugin.php on line 166" while reading response header from upstream, client: 116.230.255.171, server: blog.pmcamp.org, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "pmcamp.info"
2010/11/25 14:41:52 [error] 28114#0: *6 FastCGI sent in stderr: "PHP Warning: Parameter 1 to BDPRSS2::pba_rewrite() expected to be a reference, value given in /var/www/blog.pmcamp.org/wp-includes/plugin.php on line 166" while reading response header from upstream, client: 116.230.255.171, server: blog.pmcamp.org, request: "GET /1553 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "pmcamp.info", referrer: "http://pmcamp.info/"
2010/11/25 14:41:53 [error] 28114#0: *7 FastCGI sent in stderr: "PHP Warning: Parameter 1 to BDPRSS2::pba_rewrite() expected to be a reference, value given in /var/www/blog.pmcamp.org/wp-includes/plugin.php on line 166" while reading response header from upstream, client: 116.230.255.171, server: blog.pmcamp.org, request: "GET /1553/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "pmcamp.info", referrer: "http://pmcamp.info/"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.