Giter VIP home page Giter VIP logo

opopensocialplugin's People

Contributors

co3k avatar kawahara avatar rysk92 avatar touri avatar tozuka avatar upsilon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

opopensocialplugin's Issues

member_application_setting の name_UNIQUE_idx キー長が長すぎてテーブルの作成に失敗する

http://sns.openpne.jp/?m=pc&a=page_fh_diary&target_c_diary_id=22537 にて報告がありました


# cp config/ProjectConfiguration.class.php.sample config/ProjectCo

nfiguration.class.php
#  ./symfony openpne:install

  |
  |
Is it OK to start this task? (y/n)
y

> > plugin installing plugin "opAuthMailAddressPlugin"
> > sfPearFrontendPlugin Attempting to discover channel "plugins.openpne.jp"...
> >   |
> >   |
> >   |
> >   |
> > doctrine created tables successfully

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes. Failing Query: CREATE TABLE member_application_setting (id BIGINT AUTO_INCREMENT, member_application_id BIGINT NOT NULL, type VARCHAR(255) DEFAULT 'application' NOT NULL, name VARCHAR(255) NOT NULL, value TEXT, UNIQUE INDEX name_UNIQUE_idx (member_application_id, type, name), INDEX member_application_id_idx (member_application_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 ENGINE = INNODB 

ZendFramework

ZnedFrameworkをプラグインのlib/vendorに入れて動くようにする。
(OpenPNE3のコアを書き換えずに済むようにする。)

support Preset profile

OpenPNE3.1.2から利用されているプリセットプロフィール項目を
APIに連動するようにする。

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.