OpenPNE 3.8.0 以上から OpenPNE 3.10.x へのバージョンアップ
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*OpenPNE server のPHPを74から80にUPすると・・・OpenPNEの...
2023年1月時点の OpenPne3 最新版
openpne-OpenPNE3-OpenPNE-3.10.11-0-ge6f15fa.zip
# ./symfony openpne:migrate
PHP Fatal error: Array and string offset access syntax ...
Fatal error: Array and string offset access syntax with ...
# ./symfony plugin:publish-assets
PHP Fatal error: Array and string offset access syntax ...
Fatal error: Array and string offset access syntax with ...
*OpenPNE 3.8.0 以上の全てのバージョンから OpenPNE 3.10.x ...
https://raw.githubusercontent.com/openpne/OpenPNE3/OpenPN...
**データベースのバックアップ [#p0969691]
OpenPNEが使用中のDBは、/usr/local/www/OpenPNE392/config/d...
databases.yml
all:
doctrine:
class: sfDoctrineDatabase
param:
dsn: 'mysql:host=localhost;dbname=PNE36fugafuga'
username: pne36fugafuga
password: hogehoge
cd /usr/local/www
mysqldump -v -u root -p PNE36fugafuga > dump_PNE36fugafu...
**OpenPNEのディレクトリもバックアップ [#v666f1f6]
# tar cvfzp OpenPNE392_20210701.tar.gz OpenPNE392
**OpenPNE 3.10 のソースファイルを設置 [#y4755e40]
# unzip openpne-OpenPNE3-OpenPNE-3.10.5-0-g66a96d4.zip
drwxr-xr-x 14 root www 512 Jul 1 16:55 op...
-rw-r--r-- 1 root www 10215012 Jul 1 15:35 op...
mv openpne-OpenPNE3-66a96d4 OpenPNE310
chown -R www:www OpenPNE310
**設定ファイルの上書き [#o5a67bc1]
OpenPNE 3.10 付属の設定ファイルをコピー
cd /usr/local/www/OpenPNE310
cp config/ProjectConfiguration.class.php.sample config/P...
cp config/OpenPNE.yml.sample config/OpenPNE.yml
※config/ProjectConfiguration.class.php に独自の設定を記述...
OpenPNE.yml の設定値を環境に合わせて変更してください。特...
古いバージョンの config/databases.yml を新しいバージョン...
cp /usr/local/www/OpenPNE392/config/databases.yml /usr/l...
**プラグインディレクトリのコピー [#y3c31633]
独自で入れたプラグインや同梱されているプラグインのバージ...
MacOSX や FreeBSD など、 cp コマンドに -u オプションがな...
cp -an /usr/local/www/OpenPNE392/plugins /usr/local/www/...
**モデルの再構築 [#z11f35c2]
プロジェクトのルートディレクトリで、以下のコマンドを実行...
./symfony doctrine:build-model
./symfony cc
この手順は、次の「バージョンアップコマンドの実行」に必要...
**バージョンアップコマンドの実行 [#zb726d7b]
$ ./symfony openpne:migrate
$ ./symfony plugin:publish-assets
以上でバージョンアップは完了です。
----
>> migrate OpenPNE is now at revision 48.
>> migrate opAlbumPlugin is not supporting migration.
>> migrate opAshiatoPlugin is now at revision 3.
>> migrate opAuthMailAddressPlugin is not supporting m...
migrating of opAuthMobileUIDPlugin encountered the fol...
Error #1 - Could not find migration class for migrati...
>> migrate opAuthOpenIDPlugin is not supporting migrat...
>> migrate opBlogPlugin is now at revision 4.
PHP Fatal error: Uncaught ArgumentCountError: Too few a...
Stack trace:
#0 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#1 /usr/local/www/OpenPNE310/lib/migration/opMigration.c...
#2 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#3 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#4 /usr/local/www/OpenP in /usr/local/www/OpenPNE310/plu...
Fatal error: Uncaught ArgumentCountError: Too few argume...
Stack trace:
#0 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#1 /usr/local/www/OpenPNE310/lib/migration/opMigration.c...
#2 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#3 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#4 /usr/local/www/OpenP in /usr/local/www/OpenPNE310/plu...
----
足跡プラグイン http://plugins.openpne.jp/package/opAshiat...
SQLSTATE[HY000]: General error: 1826 Duplicate foreign k...
Failing Query: "ALTER TABLE ashiato ADD CONSTRAINT ashia...
Failing Query:
ALTER TABLE ashiato
ADD CONSTRAINT ashiato_member_id_to_member_id
FOREIGN KEY (member_id_to)
REFERENCES member(id)
ON DELETE SET NULL
https://www.programmersought.com/article/2380447155/
root@localhost [(none)]> select * from information_schema...
| def | PNE36 | PRIMARY ...
| def | PNE36 | ashiato_membe...
| def | PNE36 | ashiato_membe...
https://stackoverflow.com/questions/64322581/error-1826-d...
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*OpenPNE server のPHPを74から80にUPすると・・・OpenPNEの...
2023年1月時点の OpenPne3 最新版
openpne-OpenPNE3-OpenPNE-3.10.11-0-ge6f15fa.zip
# ./symfony openpne:migrate
PHP Fatal error: Array and string offset access syntax ...
Fatal error: Array and string offset access syntax with ...
# ./symfony plugin:publish-assets
PHP Fatal error: Array and string offset access syntax ...
Fatal error: Array and string offset access syntax with ...
*OpenPNE 3.8.0 以上の全てのバージョンから OpenPNE 3.10.x ...
https://raw.githubusercontent.com/openpne/OpenPNE3/OpenPN...
**データベースのバックアップ [#p0969691]
OpenPNEが使用中のDBは、/usr/local/www/OpenPNE392/config/d...
databases.yml
all:
doctrine:
class: sfDoctrineDatabase
param:
dsn: 'mysql:host=localhost;dbname=PNE36fugafuga'
username: pne36fugafuga
password: hogehoge
cd /usr/local/www
mysqldump -v -u root -p PNE36fugafuga > dump_PNE36fugafu...
**OpenPNEのディレクトリもバックアップ [#v666f1f6]
# tar cvfzp OpenPNE392_20210701.tar.gz OpenPNE392
**OpenPNE 3.10 のソースファイルを設置 [#y4755e40]
# unzip openpne-OpenPNE3-OpenPNE-3.10.5-0-g66a96d4.zip
drwxr-xr-x 14 root www 512 Jul 1 16:55 op...
-rw-r--r-- 1 root www 10215012 Jul 1 15:35 op...
mv openpne-OpenPNE3-66a96d4 OpenPNE310
chown -R www:www OpenPNE310
**設定ファイルの上書き [#o5a67bc1]
OpenPNE 3.10 付属の設定ファイルをコピー
cd /usr/local/www/OpenPNE310
cp config/ProjectConfiguration.class.php.sample config/P...
cp config/OpenPNE.yml.sample config/OpenPNE.yml
※config/ProjectConfiguration.class.php に独自の設定を記述...
OpenPNE.yml の設定値を環境に合わせて変更してください。特...
古いバージョンの config/databases.yml を新しいバージョン...
cp /usr/local/www/OpenPNE392/config/databases.yml /usr/l...
**プラグインディレクトリのコピー [#y3c31633]
独自で入れたプラグインや同梱されているプラグインのバージ...
MacOSX や FreeBSD など、 cp コマンドに -u オプションがな...
cp -an /usr/local/www/OpenPNE392/plugins /usr/local/www/...
**モデルの再構築 [#z11f35c2]
プロジェクトのルートディレクトリで、以下のコマンドを実行...
./symfony doctrine:build-model
./symfony cc
この手順は、次の「バージョンアップコマンドの実行」に必要...
**バージョンアップコマンドの実行 [#zb726d7b]
$ ./symfony openpne:migrate
$ ./symfony plugin:publish-assets
以上でバージョンアップは完了です。
----
>> migrate OpenPNE is now at revision 48.
>> migrate opAlbumPlugin is not supporting migration.
>> migrate opAshiatoPlugin is now at revision 3.
>> migrate opAuthMailAddressPlugin is not supporting m...
migrating of opAuthMobileUIDPlugin encountered the fol...
Error #1 - Could not find migration class for migrati...
>> migrate opAuthOpenIDPlugin is not supporting migrat...
>> migrate opBlogPlugin is now at revision 4.
PHP Fatal error: Uncaught ArgumentCountError: Too few a...
Stack trace:
#0 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#1 /usr/local/www/OpenPNE310/lib/migration/opMigration.c...
#2 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#3 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#4 /usr/local/www/OpenP in /usr/local/www/OpenPNE310/plu...
Fatal error: Uncaught ArgumentCountError: Too few argume...
Stack trace:
#0 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#1 /usr/local/www/OpenPNE310/lib/migration/opMigration.c...
#2 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#3 /usr/local/www/OpenPNE310/lib/vendor/symfony/lib/plug...
#4 /usr/local/www/OpenP in /usr/local/www/OpenPNE310/plu...
----
足跡プラグイン http://plugins.openpne.jp/package/opAshiat...
SQLSTATE[HY000]: General error: 1826 Duplicate foreign k...
Failing Query: "ALTER TABLE ashiato ADD CONSTRAINT ashia...
Failing Query:
ALTER TABLE ashiato
ADD CONSTRAINT ashiato_member_id_to_member_id
FOREIGN KEY (member_id_to)
REFERENCES member(id)
ON DELETE SET NULL
https://www.programmersought.com/article/2380447155/
root@localhost [(none)]> select * from information_schema...
| def | PNE36 | PRIMARY ...
| def | PNE36 | ashiato_membe...
| def | PNE36 | ashiato_membe...
https://stackoverflow.com/questions/64322581/error-1826-d...
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: