OpenPNE-3 on FreeBSD 7.1

================================

OpenPNE 3.4 バージョンアップ手順

================================

はじめに ========

このドキュメントは、 OpenPNE 3.2.0 + から OpenPNE 3.4.x へのバージョンアップ作業の手順を示したものです。

※バージョンアップをおこなう前に、データベースのバックアップを取っておくことを強くお勧めします。

手順 ====

バージョンアップは以下の手順でおこないます。

(1) ファイルの設置 (2) 設定ファイルの上書き (3) バージョンアップコマンドの実行

作業方法 ========

ファイルの設置


Web サーバ上に OpenPNE 3.4 のソースファイルを設置します。(※新旧ソースファイル混在によるトラブルを防ぐため、上書きではなくファイルすべてを交換してください。)

設定ファイルをコピー


古いバージョンの config/databases.yml を新しいバージョンの config/databases.yml としてコピーします。

その後、以下のようにして OpenPNE 3.4 付属の設定ファイルをコピーしてください。

::

 $ cd OpenPNE3
 $ cp config/ProjectConfiguration.class.php.sample config/ProjectConfiguration.class.php
 $ cp config/OpenPNE.yml.sample config/OpenPNE.yml

config/ProjectConfiguration.class.php に独自の設定を記述している場合は、古いファイルを参考に新しいファイルを変更してください。

OpenPNE.yml の設定値を環境に合わせて変更してください。特に base_url と mail_domain はメール投稿、メール配信の際に利用されるので必ず設定をおこなってください。

OpenPNE 3.2 で管理画面からメールテンプレートを変更し、 OpenPNE 3.4 にアップデートした際に問題が生じた場合、 OpenPNE.yml の is_restrict_mail_template を false に設定してください。

プラグインディレクトリのコピー


古いバージョンの plugins ディレクトリの中身をコピーします。

::

 $ cp -aur /path/to/old/OpenPNE3/plugins/* /path/to/new/OpenPNE3/plugins
 $ cp -aur /path/to/old/OpenPNE3/plugins/.* /path/to/new/OpenPNE3/plugins

モデルの再構築


プロジェクトルートディレクトリで、以下のコマンドを実行します。

::

 $ ./symfony doctrine:build-model
 $ ./symfony cc

この手順は、次の「バージョンアップコマンドの実行」に必要となります。

バージョンアップコマンドの実行


プロジェクトルートディレクトリで、以下のバージョンアップコマンドを実行します。

::

 $ ./symfony openpne:migrate
 $ ./symfony plugin:publish-assets

このコマンドは OpenPNE 本体、プラグインの両方を最新の状態にバージョンアップします。

以上でバージョンアップは完了です。

k222# ./symfony openpne:migrate
k222# ./symfony plugin:publish-assets
k222# ./symfony doctrine:build-model
>> doctrine  generating model classes
>> file+     /var/tmp/doctrine_schema_13707.yml
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...mmunityTopicPlugin/base/BaseCommunityTopic.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...TopicPlugin/base/BaseCommunityTopicComment.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...mmunityTopicPlugin/base/BaseCommunityEvent.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...TopicPlugin/base/BaseCommunityEventComment.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...yTopicPlugin/base/BaseCommunityEventMember.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opAlbumPlugin/base/BaseAlbum.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opAlbumPlugin/base/BaseAlbumImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opAshiatoPlugin/base/BaseAshiato.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseActivityImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMemberRelationship.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMemberImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseFile.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseFileBin.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseProfile.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseProfileOption.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMemberProfile.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunity.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunityMember.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunityMemberPosition.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseAdminUser.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseSnsConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMemberConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunityConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunityCategory.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseGadget.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseGadgetConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseNavigation.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseBlacklist.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOAuthConsumerInformation.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOAuthAbstractToken.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOAuthAdminToken.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOAuthMemberToken.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseBanner.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseBannerImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseBannerUseImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseSession.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOpenIDTrustLog.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseSnsTerm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseNotificationMail.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BasePlugin.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseSkinConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseActivityData.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMember.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opDiaryPlugin/base/BaseDiary.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opDiaryPlugin/base/BaseDiaryImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opDiaryPlugin/base/BaseDiaryComment.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...e/opDiaryPlugin/base/BaseDiaryCommentImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/.../opDiaryPlugin/base/BaseDiaryCommentUnread.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/.../opDiaryPlugin/base/BaseDiaryCommentUpdate.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...trine/opMessagePlugin/base/BaseMessageType.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...e/opMessagePlugin/base/BaseSendMessageData.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...trine/opMessagePlugin/base/BaseMessageFile.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...e/opMessagePlugin/base/BaseMessageSendList.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...ne/opMessagePlugin/base/BaseDeletedMessage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...ne/opOpenSocialPlugin/base/BaseApplication.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...penSocialPlugin/base/BaseMemberApplication.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...alPlugin/base/BaseMemberApplicationSetting.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...lPlugin/base/BaseApplicationPersistentData.class.php
>> autoload  Resetting application autoloaders
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_autoload.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_autoload.yml.php
k222#
k222# ./symfony cc
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/project_autoload.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...32255bcbc5ce3375c7999b33c136pager.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...92a26278ffb7ab24c175e5bf1messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...7ff050a6c9bbdf3d8a93820c8messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...9e0777e045c6057c636f43f99messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...469ae253b479e917aad679f27messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...1444a120c48c0b938e90bd1e2messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...4551159e0c2651b90f904c144messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...55bcbc5ce3375c7999b33c136messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...1b39c201ee7b3d5a02ca96782messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...8dd879e51215881b5dc921628messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...0277033181f0c9c315c1b19d1messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._backend/prod/config/modules_sns_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_sns_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/modules_sns_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_sns_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_member_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_member_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_backend/prod/config/config_preset_profile.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_member_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_member_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/modules_admin_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_admin_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_admin_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_admin_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_default_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_default_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_default_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_default_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_backend/prod/config/config_factories.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_backend/prod/config/config_databases.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_member_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_backend/prod/config/config_sns_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_backend/prod/config/config_autoload.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_backend/prod/config/config_app.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_backend/prod/config/config_settings.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...r/pc_backend/prod/config/config_core_compile.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._backend/prod/config/config_community_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...backend/prod/config/config_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/config_mobile_footer_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/config_mobile_header_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...andler/pc_backend/prod/config/config_routing.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/config_mobile_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/config_mobile_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_mobile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/config_mobile_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...r/pc_backend/prod/config/config_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_backend/prod/config/config_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...handler/pc_backend/prod/config/config_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_gadget_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/config_side_banner_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c_backend/prod/config/config_config_handlers.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/config_gadget_layout_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...92a26278ffb7ab24c175e5bf1messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...7ff050a6c9bbdf3d8a93820c8messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...9e0777e045c6057c636f43f99messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...469ae253b479e917aad679f27messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...1444a120c48c0b938e90bd1e2messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...4551159e0c2651b90f904c144messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...71299ccaea9aa5a6ef7c9d846messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...995193be1810d69fe448b9e47messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3017b01577ecc9fdfbd5c1facmessages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...309e4d89b7c3949ae379ba2f0messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c309a43952b1bb2e31c63d9a7messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...0277033181f0c9c315c1b19d1messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/modules_member_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_default_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_default_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_member_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_member_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3_est_plugins_opAuthOpenIDPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...st_plugins_opAuthMobileUIDPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._plugins_opAuthMailAddressPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...e22_data_OpenPNE3_est_lib_config_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_default_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_member_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_frontend/prod/config/config_factories.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_frontend/prod/config/config_databases.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_frontend/prod/config/config_member_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...er/pc_frontend/prod/config/config_sns_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_frontend/prod/config/config_autoload.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend/prod/config/config_app.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_frontend/prod/config/config_settings.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_frontend/prod/config/config_core_compile.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...frontend/prod/config/config_community_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rontend/prod/config/config_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/config_mobile_footer_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/config_mobile_header_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_frontend/prod/config/config_routing.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/config_mobile_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/config_mobile_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_frontend/prod/config/config_mobile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/config_mobile_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_frontend/prod/config/config_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c_frontend/prod/config/config_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...andler/pc_frontend/prod/config/config_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_frontend/prod/config/config_gadget_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ontend/prod/config/config_side_banner_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._frontend/prod/config/config_config_handlers.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/config_gadget_layout_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_autoload.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_community_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_sns_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_app.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_settings.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_member_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_mobile_footer_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_mobile_header_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_mobile_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_mobile_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_mobile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_mobile_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_gadget_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_side_banner_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_config_handlers.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/dev/config/config_gadget_layout_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_databases.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_community_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_sns_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_app.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_settings.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_member_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_footer_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_header_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/.../prod/config/config_mobile_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_gadget_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_side_banner_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_config_handlers.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_gadget_layout_config.yml.php
k222#
k222# cp config/ProjectConfiguration.class.php.sample config/ProjectConfiguration.class.php
k222# cp config/OpenPNE.yml.sample config/OpenPNE.yml
k222# ./symfony openpne:install
  Choose DBMS:
  - mysql
  - pgsql (unsupported)
  - sqlite (unsupported)

mysql

  Type database username

pne_est

  Type database password (optional)

***********

  Type database hostname

localhost

  Type database port number (optional)



  Type database name

PNE_EST

  Type database socket path (optional)



  The DBMS                 : mysql
  The Database Username    : pne_est
  The Database Password    : ******
  The Database Hostname    : localhost
  The Database Port Number :
  The Database Name        : PNE_EST
  The Database Socket      :

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

y
>> plugin    installing plugin "opAuthMailAddressPlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opAuthMobileUIDPlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opAuthOpenIDPlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opCommunityTopicPlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opWebAPIPlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opDiaryPlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opBlogPlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opOpenSocialPlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opAshiatoPlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opMessagePlugin"
>> opPluginManager Plugin is already installed
>> plugin    installing plugin "opAlbumPlugin"
>> opPluginManager Plugin is already installed
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/log
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/symfony
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/apps/api
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/apps/api/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/apps/api/modules/feeds
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/apps/api/modules/feeds/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/apps/api/modules/feeds/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pWebAPIPlugin-0.3.9/apps/api/modules/feeds/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/apps/pc_backend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/apps/pc_backend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...IPlugin-0.3.9/apps/pc_backend/modules/opWebAPIPlugin
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.3.9/apps/pc_backend/modules/opWebAPIPlugin/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.3.9/apps/pc_backend/modules/opWebAPIPlugin/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...3.9/apps/pc_backend/modules/opWebAPIPlugin/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/data/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opWebAPIPlugin-0.3.9/lib/api
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMobileUIDPlugin-1.0.0
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMobileUIDPlugin-1.0.0/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMobileUIDPlugin-1.0.0/apps/pc_backend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMobileUIDPlugin-1.0.0/apps/pc_backend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...-1.0.0/apps/pc_backend/modules/opAuthMobileUIDPlugin
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pps/pc_backend/modules/opAuthMobileUIDPlugin/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...s/pc_backend/modules/opAuthMobileUIDPlugin/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMobileUIDPlugin-1.0.0/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMobileUIDPlugin-1.0.0/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMobileUIDPlugin-1.0.0/lib/form
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMobileUIDPlugin-1.0.0/lib/user
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthOpenIDPlugin-1.1.1
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthOpenIDPlugin-1.1.1/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthOpenIDPlugin-1.1.1/apps/pc_backend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthOpenIDPlugin-1.1.1/apps/pc_backend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-1.1.1/apps/pc_backend/modules/opAuthOpenIDPlugin
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...1/apps/pc_backend/modules/opAuthOpenIDPlugin/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...apps/pc_backend/modules/opAuthOpenIDPlugin/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthOpenIDPlugin-1.1.1/apps/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthOpenIDPlugin-1.1.1/apps/pc_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...thOpenIDPlugin-1.1.1/apps/pc_frontend/modules/OpenID
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-1.1.1/apps/pc_frontend/modules/OpenID/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthOpenIDPlugin-1.1.1/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthOpenIDPlugin-1.1.1/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/config/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/data/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/data/migrations
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/data/migrations/0.9.0
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/data/migrations/0.9.1
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/data/migrations/0.9.1/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/data/migrations/0.9.2
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/data/migrations/1.1.1
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/mobile_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/mobile_frontend/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/mobile_frontend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/mobile_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...DiaryPlugin-1.1.2/apps/mobile_frontend/modules/diary
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-1.1.2/apps/mobile_frontend/modules/diary/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ugin-1.1.2/apps/mobile_frontend/modules/diary/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...n-1.1.2/apps/mobile_frontend/modules/diary/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ugin-1.1.2/apps/mobile_frontend/modules/diaryComment
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....2/apps/mobile_frontend/modules/diaryComment/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../apps/mobile_frontend/modules/diaryComment/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...iaryPlugin-1.1.2/apps/mobile_frontend/modules/member
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-1.1.2/apps/mobile_frontend/modules/member/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/mobile_mail_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/mobile_mail_frontend/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pDiaryPlugin-1.1.2/apps/mobile_mail_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-1.1.2/apps/mobile_mail_frontend/modules/diary
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....1.2/apps/mobile_mail_frontend/modules/diary/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....2/apps/mobile_mail_frontend/modules/diary/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...1.1.2/apps/mobile_mail_frontend/modules/diaryComment
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ps/mobile_mail_frontend/modules/diaryComment/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../mobile_mail_frontend/modules/diaryComment/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/pc_backend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/pc_backend/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/pc_backend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/pc_backend/modules/diary
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ryPlugin-1.1.2/apps/pc_backend/modules/diary/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...aryPlugin-1.1.2/apps/pc_backend/modules/diary/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-1.1.2/apps/pc_backend/modules/diary/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...aryPlugin-1.1.2/apps/pc_backend/modules/diaryComment
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...n-1.1.2/apps/pc_backend/modules/diaryComment/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-1.1.2/apps/pc_backend/modules/diaryComment/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...1.1.2/apps/pc_backend/modules/diaryComment/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/pc_frontend/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/pc_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/pc_frontend/modules/diary
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...yPlugin-1.1.2/apps/pc_frontend/modules/diary/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ryPlugin-1.1.2/apps/pc_frontend/modules/diary/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lugin-1.1.2/apps/pc_frontend/modules/diary/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ryPlugin-1.1.2/apps/pc_frontend/modules/diaryComment
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...-1.1.2/apps/pc_frontend/modules/diaryComment/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...n-1.1.2/apps/pc_frontend/modules/diaryComment/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....1.2/apps/pc_frontend/modules/diaryComment/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/apps/pc_frontend/modules/member
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...yPlugin-1.1.2/apps/pc_frontend/modules/member/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/helper
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/filter
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/filter/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/form
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/form/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/form/MemberConfigForm
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/action
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/model/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/routing
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/lib/util
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/test
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/test/bootstrap
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/test/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/test/functional
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/test/functional/mobile_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/test/functional/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/test/unit
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/test/unit/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/web
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opDiaryPlugin-1.1.2/web/css
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/apps/mobile_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...mmunityTopicPlugin-0.9.6/apps/mobile_frontend/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...CommunityTopicPlugin-0.9.6/apps/mobile_frontend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...munityTopicPlugin-0.9.6/apps/mobile_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...cPlugin-0.9.6/apps/mobile_frontend/modules/community
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...-0.9.6/apps/mobile_frontend/modules/community/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.6/apps/mobile_frontend/modules/communityEvent
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../apps/mobile_frontend/modules/communityEvent/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...6/apps/mobile_frontend/modules/communityEvent/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pps/mobile_frontend/modules/communityEvent/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...6/apps/mobile_frontend/modules/communityEventComment
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...obile_frontend/modules/communityEventComment/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...mobile_frontend/modules/communityEventComment/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ile_frontend/modules/communityEventComment/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.6/apps/mobile_frontend/modules/communityTopic
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../apps/mobile_frontend/modules/communityTopic/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...6/apps/mobile_frontend/modules/communityTopic/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pps/mobile_frontend/modules/communityTopic/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...6/apps/mobile_frontend/modules/communityTopicComment
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...obile_frontend/modules/communityTopicComment/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...mobile_frontend/modules/communityTopicComment/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ile_frontend/modules/communityTopicComment/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/apps/pc_backend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/apps/pc_backend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/apps/pc_backend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...cPlugin-0.9.6/apps/pc_backend/modules/communityTopic
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.6/apps/pc_backend/modules/communityTopic/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.6/apps/pc_backend/modules/communityTopic/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...9.6/apps/pc_backend/modules/communityTopic/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/apps/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/apps/pc_frontend/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/apps/pc_frontend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pCommunityTopicPlugin-0.9.6/apps/pc_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...TopicPlugin-0.9.6/apps/pc_frontend/modules/community
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ugin-0.9.6/apps/pc_frontend/modules/community/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-0.9.6/apps/pc_frontend/modules/communityEvent
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....9.6/apps/pc_frontend/modules/communityEvent/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.6/apps/pc_frontend/modules/communityEvent/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....6/apps/pc_frontend/modules/communityEvent/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.6/apps/pc_frontend/modules/communityEventComment
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ps/pc_frontend/modules/communityEventComment/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pps/pc_frontend/modules/communityEventComment/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../pc_frontend/modules/communityEventComment/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-0.9.6/apps/pc_frontend/modules/communityTopic
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....9.6/apps/pc_frontend/modules/communityTopic/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.6/apps/pc_frontend/modules/communityTopic/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....6/apps/pc_frontend/modules/communityTopic/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.6/apps/pc_frontend/modules/communityTopicComment
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ps/pc_frontend/modules/communityTopicComment/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pps/pc_frontend/modules/communityTopicComment/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../pc_frontend/modules/communityTopicComment/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/config/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/data/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/data/migrations
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/data/migrations/0.8.1
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/filter
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/filter/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/action
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/exception
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/acl
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/form
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/form/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/model/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/lib/routing
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/test
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/test/bootstrap
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/test/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/test/functional
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ityTopicPlugin-0.9.6/test/functional/mobile_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...mmunityTopicPlugin-0.9.6/test/functional/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/test/unit
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/test/unit/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/web
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opCommunityTopicPlugin-0.9.6/web/css
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/apps/mobile_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...MailAddressPlugin-1.2.1/apps/mobile_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...1.2.1/apps/mobile_frontend/modules/opAuthMailAddress
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ps/mobile_frontend/modules/opAuthMailAddress/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pps/mobile_frontend/modules/opAuthMailAddress/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../mobile_frontend/modules/opAuthMailAddress/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...uthMailAddressPlugin-1.2.1/apps/mobile_mail_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...AddressPlugin-1.2.1/apps/mobile_mail_frontend/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ilAddressPlugin-1.2.1/apps/mobile_mail_frontend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ddressPlugin-1.2.1/apps/mobile_mail_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../apps/mobile_mail_frontend/modules/opAuthMailAddress
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...bile_mail_frontend/modules/opAuthMailAddress/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...le_mail_frontend/modules/opAuthMailAddress/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/apps/pc_backend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pAuthMailAddressPlugin-1.2.1/apps/pc_backend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....2.1/apps/pc_backend/modules/opAuthMailAddressPlugin
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...s/pc_backend/modules/opAuthMailAddressPlugin/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...pc_backend/modules/opAuthMailAddressPlugin/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/apps/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...AuthMailAddressPlugin-1.2.1/apps/pc_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-1.2.1/apps/pc_frontend/modules/opAuthMailAddress
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...1/apps/pc_frontend/modules/opAuthMailAddress/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....1/apps/pc_frontend/modules/opAuthMailAddress/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...apps/pc_frontend/modules/opAuthMailAddress/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/lib/action
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/lib/form
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/lib/user
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/templates/mail
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/templates/mail/mobile
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAuthMailAddressPlugin-1.2.1/templates/mail/pc
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/apps/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/apps/pc_frontend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/apps/pc_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/apps/pc_frontend/modules/blog
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ogPlugin-0.9.0/apps/pc_frontend/modules/blog/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...logPlugin-0.9.0/apps/pc_frontend/modules/blog/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-0.9.0/apps/pc_frontend/modules/blog/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/apps/pc_frontend/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/data/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/lib/form
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/lib/form/MemberConfigForm
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opBlogPlugin-0.9.0/lib/vendor
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/routing
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/filter
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/filter/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/form
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/form/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/helper
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/model/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/action
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/task
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/update
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/util
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/vendor
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/vendor/PEAR
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/vendor/PEAR/Crypt
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...penSocialPlugin-0.9.4/lib/vendor/PEAR/Crypt/Blowfish
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/vendor/Shindig
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/vendor/Shindig/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/vendor/Shindig/features
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.4/lib/vendor/Shindig/features/opensocial-current
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lugin-0.9.4/lib/vendor/Shindig/features/auth-refresh
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...nSocialPlugin-0.9.4/lib/vendor/Shindig/features/caja
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.4/lib/vendor/Shindig/features/content-rewrite
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...nSocialPlugin-0.9.4/lib/vendor/Shindig/features/core
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...cialPlugin-0.9.4/lib/vendor/Shindig/features/core.io
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.4/lib/vendor/Shindig/features/dynamic-height
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...SocialPlugin-0.9.4/lib/vendor/Shindig/features/flash
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...nSocialPlugin-0.9.4/lib/vendor/Shindig/features/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...alPlugin-0.9.4/lib/vendor/Shindig/features/i18n/data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ugin-0.9.4/lib/vendor/Shindig/features/locked-domain
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-0.9.4/lib/vendor/Shindig/features/minimessage
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lPlugin-0.9.4/lib/vendor/Shindig/features/oauthpopup
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.4/lib/vendor/Shindig/features/opensocial-0.6
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.4/lib/vendor/Shindig/features/opensocial-0.7
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.4/lib/vendor/Shindig/features/opensocial-0.8
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.4/lib/vendor/Shindig/features/opensocial-base
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...alPlugin-0.9.4/lib/vendor/Shindig/features/analytics
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.4/lib/vendor/Shindig/features/opensocial-data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../lib/vendor/Shindig/features/opensocial-data-context
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.4/lib/vendor/Shindig/features/opensocial-jsonrpc
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...SocialPlugin-0.9.4/lib/vendor/Shindig/features/osapi
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ialPlugin-0.9.4/lib/vendor/Shindig/features/osapi.ui
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...9.4/lib/vendor/Shindig/features/opensocial-reference
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...9.4/lib/vendor/Shindig/features/opensocial-templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...dor/Shindig/features/opensocial-templates/jsTemplate
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ocialPlugin-0.9.4/lib/vendor/Shindig/features/pubsub
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...enSocialPlugin-0.9.4/lib/vendor/Shindig/features/rpc
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ialPlugin-0.9.4/lib/vendor/Shindig/features/setprefs
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ialPlugin-0.9.4/lib/vendor/Shindig/features/settitle
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...SocialPlugin-0.9.4/lib/vendor/Shindig/features/skins
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...alPlugin-0.9.4/lib/vendor/Shindig/features/swfobject
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...nSocialPlugin-0.9.4/lib/vendor/Shindig/features/tabs
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...SocialPlugin-0.9.4/lib/vendor/Shindig/features/views
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...cialPlugin-0.9.4/lib/vendor/Shindig/features/xmlutil
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib/vendor/Shindig/src
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...OpenSocialPlugin-0.9.4/lib/vendor/Shindig/src/common
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ialPlugin-0.9.4/lib/vendor/Shindig/src/common/sample
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...penSocialPlugin-0.9.4/lib/vendor/Shindig/src/gadgets
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ialPlugin-0.9.4/lib/vendor/Shindig/src/gadgets/oauth
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...alPlugin-0.9.4/lib/vendor/Shindig/src/gadgets/render
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lPlugin-0.9.4/lib/vendor/Shindig/src/gadgets/rewrite
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...alPlugin-0.9.4/lib/vendor/Shindig/src/gadgets/sample
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lPlugin-0.9.4/lib/vendor/Shindig/src/gadgets/servlet
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lugin-0.9.4/lib/vendor/Shindig/src/gadgets/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...OpenSocialPlugin-0.9.4/lib/vendor/Shindig/src/social
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ialPlugin-0.9.4/lib/vendor/Shindig/src/social/sample
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...cialPlugin-0.9.4/lib/vendor/Shindig/src/social/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...cialPlugin-0.9.4/lib/vendor/Shindig/src/social/oauth
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lugin-0.9.4/lib/vendor/Shindig/src/social/converters
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...alPlugin-0.9.4/lib/vendor/Shindig/src/social/service
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...alPlugin-0.9.4/lib/vendor/Shindig/src/social/servlet
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...SocialPlugin-0.9.4/lib/vendor/Shindig/src/social/spi
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/config/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/data/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/data/migrations
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/data/migrations/0.8.2
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/data/migrations/0.9.0
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/data/migrations/0.9.2
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/data/migrations/0.9.4
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/api
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/api/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/api/modules/prefs
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...penSocialPlugin-0.9.4/apps/api/modules/prefs/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/api/modules/social
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...enSocialPlugin-0.9.4/apps/api/modules/social/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...penSocialPlugin-0.9.4/apps/api/modules/social/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/pc_backend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/pc_backend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/pc_backend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.4/apps/pc_backend/modules/opOpenSocialPlugin
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...4/apps/pc_backend/modules/opOpenSocialPlugin/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....4/apps/pc_backend/modules/opOpenSocialPlugin/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.4/apps/pc_backend/modules/opOpenSocialPlugin/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...apps/pc_backend/modules/opOpenSocialPlugin/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/pc_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ialPlugin-0.9.4/apps/pc_frontend/modules/application
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...n-0.9.4/apps/pc_frontend/modules/application/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.4/apps/pc_frontend/modules/application/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.4/apps/pc_frontend/modules/application/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...nSocialPlugin-0.9.4/apps/pc_frontend/modules/gadgets
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lugin-0.9.4/apps/pc_frontend/modules/gadgets/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-0.9.4/apps/pc_frontend/modules/gadgets/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...cialPlugin-0.9.4/apps/pc_frontend/modules/opensocial
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.4/apps/pc_frontend/modules/opensocial/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/apps/pc_frontend/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/lib_for_shindig
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/test
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/test/bootstrap
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/test/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/test/functional
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/test/functional/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/test/unit
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/test/unit/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/web
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/web/css
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opOpenSocialPlugin-0.9.4/web/js
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/apps/mobile_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/apps/mobile_frontend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/apps/mobile_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...atoPlugin-0.9.0/apps/mobile_frontend/modules/ashiato
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...n-0.9.0/apps/mobile_frontend/modules/ashiato/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.0/apps/mobile_frontend/modules/ashiato/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.0/apps/mobile_frontend/modules/ashiato/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/apps/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/apps/pc_frontend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/apps/pc_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...AshiatoPlugin-0.9.0/apps/pc_frontend/modules/ashiato
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lugin-0.9.0/apps/pc_frontend/modules/ashiato/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-0.9.0/apps/pc_frontend/modules/ashiato/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.0/apps/pc_frontend/modules/ashiato/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/config/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/data/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/data/migrations
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/data/migrations/0.9.0
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/lib/action
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/lib/filter
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/lib/filter/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/lib/form
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/lib/form/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/lib/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/lib/model/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/web
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAshiatoPlugin-0.9.0/web/css
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opMessagePlugin-0.9.0.2
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opMessagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...MessagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ugin-0.9.0.2/opMessagePlugin-0.9.0.2/config/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...sagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opMessagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ugin-0.9.0.2/opMessagePlugin-0.9.0.2/data/migrations
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....9.0.2/opMessagePlugin-0.9.0.2/data/migrations/0.9.0
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...MessagePlugin-0.9.0.2/data/migrations/0.9.0/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....9.0.2/opMessagePlugin-0.9.0.2/data/migrations/0.8.2
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...Plugin-0.9.0.2/opMessagePlugin-0.9.0.2/data/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opMessagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opMessagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/web
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...essagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/web/css
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...agePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/web/images
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opMessagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...sagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/lib/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...n-0.9.0.2/opMessagePlugin-0.9.0.2/lib/model/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...agePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/lib/action
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...agePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/lib/filter
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...-0.9.0.2/opMessagePlugin-0.9.0.2/lib/filter/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ssagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/lib/form
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.0.2/opMessagePlugin-0.9.0.2/lib/form/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ssagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/lib/util
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opMessagePlugin-0.9.0.2/opMessagePlugin-0.9.0.2/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.0.2/opMessagePlugin-0.9.0.2/apps/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....9.0.2/opMessagePlugin-0.9.0.2/apps/pc_frontend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....0.2/opMessagePlugin-0.9.0.2/apps/pc_frontend/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.2/opMessagePlugin-0.9.0.2/apps/pc_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...essagePlugin-0.9.0.2/apps/pc_frontend/modules/member
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lugin-0.9.0.2/apps/pc_frontend/modules/member/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ssagePlugin-0.9.0.2/apps/pc_frontend/modules/message
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.0.2/apps/pc_frontend/modules/message/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...n-0.9.0.2/apps/pc_frontend/modules/message/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ugin-0.9.0.2/apps/pc_frontend/modules/message/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.0.2/opMessagePlugin-0.9.0.2/apps/mobile_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea....2/opMessagePlugin-0.9.0.2/apps/mobile_frontend/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea.../opMessagePlugin-0.9.0.2/apps/mobile_frontend/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...opMessagePlugin-0.9.0.2/apps/mobile_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gePlugin-0.9.0.2/apps/mobile_frontend/modules/member
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...n-0.9.0.2/apps/mobile_frontend/modules/member/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...ePlugin-0.9.0.2/apps/mobile_frontend/modules/message
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...0.9.0.2/apps/mobile_frontend/modules/message/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...9.0.2/apps/mobile_frontend/modules/message/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...-0.9.0.2/apps/mobile_frontend/modules/message/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/apps
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/apps/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/apps/pc_frontend/modules
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/apps/pc_frontend/modules/album
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...mPlugin-0.9.1/apps/pc_frontend/modules/album/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...umPlugin-0.9.1/apps/pc_frontend/modules/album/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lugin-0.9.1/apps/pc_frontend/modules/album/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...lbumPlugin-0.9.1/apps/pc_frontend/modules/albumImage
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...in-0.9.1/apps/pc_frontend/modules/albumImage/actions
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...gin-0.9.1/apps/pc_frontend/modules/albumImage/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pea...-0.9.1/apps/pc_frontend/modules/albumImage/templates
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/config/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/data
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/data/fixtures
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib/action
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib/filter
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib/filter/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib/form
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib/form/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib/helper
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib/model
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib/model/doctrine
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/lib/widget
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/web
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/opAlbumPlugin-0.9.1/web/css
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend/prod
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend/prod/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend/prod/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/d75e6b73369c5afc5236381f714f6eefmessages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/6cfadf03841413b18046a2d3d4a94bfbmessages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/0e4d7dad418d4d18003de4d57a486338messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/b28739c075f4786305e15429c074f7dbmessages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/e2398edde010ad023a695dfdc8c22266messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/645e570d92bf6345c1f2481f819f7840messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/ad7900367d44c9001a7afbb42fa1cdc7messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/673167b026fef368aa7383aca53bf169messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/6df39fd157ae9e44908e9349dac88473messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/0b4b263e91af51ec6dc0b78f7ce5461emessages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/aaeb8f7dc2908df530b406987e532abdmessages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/b36fdc5ffa8d64fc468d56fffeafbb40messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...n/645e570d92bf6345c1f2481f819f7840form_member.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...n/d75e6b73369c5afc5236381f714f6eefpublicFlags.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/i18n/645e570d92bf6345c1f2481f819f7840pager.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...28739c075f4786305e15429c074f7dbform_community.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...45e570d92bf6345c1f2481f819f7840form_community.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/i18n/b36fdc5ffa8d64fc468d56fffeafbb40api.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/i18n/6eb6d3d362deacec182ed304c634a7c0api.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend/prod/plugins
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend/prod/plugins/opOpenSocialPlugin
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rontend/prod/plugins/opOpenSocialPlugin/FeatureCache
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/plugins/opOpenSocialPlugin/FeatureCache/b4
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/plugins/opOpenSocialPlugin/FeatureCache/cb
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend/prod/plugins/opBlogPlugin
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_backend
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_backend/prod
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_backend/prod/config
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_backend/prod/i18n
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/6df39fd157ae9e44908e9349dac88473messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/03b6e648dd43e8b168b424fa11e18db1messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/be517889a541033645783e9d6b4f97b6messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/2c98adefc4ddef5df6be4df6071c4ef4messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/ad7900367d44c9001a7afbb42fa1cdc7messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/673167b026fef368aa7383aca53bf169messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/0b4b263e91af51ec6dc0b78f7ce5461emessages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/d75e6b73369c5afc5236381f714f6eefmessages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/aaeb8f7dc2908df530b406987e532abdmessages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...i18n/b36fdc5ffa8d64fc468d56fffeafbb40messages.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/i18n/2c98adefc4ddef5df6be4df6071c4ef4pager.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3b6e648dd43e8b168b424fa11e18db1form_community.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c98adefc4ddef5df6be4df6071c4ef4form_community.ja.xml
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/.pear
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a36ef5d0ec1eeca14029d1eafb950111rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a36ef5d0ec1eeca14029d1eafb950111rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd0e06e1022892be10e5de4e011ba300rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd0e06e1022892be10e5de4e011ba300rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dd404d682b893565d4fcf571247c924crest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dd404d682b893565d4fcf571247c924crest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e17e371b0bd757457f89511ce5411797rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e17e371b0bd757457f89511ce5411797rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a81b0b063c5299c734b1eae44fe6d5dbrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a81b0b063c5299c734b1eae44fe6d5dbrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6428ba44cd6d3b1f1285655ec7315600rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6428ba44cd6d3b1f1285655ec7315600rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0d7da1af7de6e65f79f193bf27497b33rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0d7da1af7de6e65f79f193bf27497b33rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6497f21bddab93942bf3ba0d0f049e59rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6497f21bddab93942bf3ba0d0f049e59rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/18109bddb9f03d4e839687bd70c25c3erest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/18109bddb9f03d4e839687bd70c25c3erest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3bf235ef589de98f9d8569bac2d085fdrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3bf235ef589de98f9d8569bac2d085fdrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3456249dfde372a5b03e093c7c6ee0f2rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3456249dfde372a5b03e093c7c6ee0f2rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8c71823d7b175a0795a7acccdc93a23brest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8c71823d7b175a0795a7acccdc93a23brest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9d8babe6e0811b5856871bd9f4cada31rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9d8babe6e0811b5856871bd9f4cada31rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/26d1db099760ed7518316936630919e0rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/26d1db099760ed7518316936630919e0rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/38ae2c11ca389d3dc118653433f1682frest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/38ae2c11ca389d3dc118653433f1682frest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d27cf99840134e741e7c3bd6943233d0rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d27cf99840134e741e7c3bd6943233d0rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/589a1ce2b352341575bf5b66fe17ef46rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/589a1ce2b352341575bf5b66fe17ef46rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ff75360f03c39f360a5f9eede34056e8rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ff75360f03c39f360a5f9eede34056e8rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3e207362c07be7656f119e7982be6b7brest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3e207362c07be7656f119e7982be6b7brest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/53617cdf11a787b73695093157ae4bderest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/53617cdf11a787b73695093157ae4bderest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8604b250b5d5c261191864700bf14bd3rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8604b250b5d5c261191864700bf14bd3rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d0826d1a2ad9117c09932741e42fb217rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d0826d1a2ad9117c09932741e42fb217rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9adfae136114f27f0d9f689761db74derest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9adfae136114f27f0d9f689761db74derest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1cc2548bf82971f9ac16afd8ea30b712rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1cc2548bf82971f9ac16afd8ea30b712rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b3c79b46770d7ea21de7d15eca0f8fc7rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b3c79b46770d7ea21de7d15eca0f8fc7rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ac81d0b17a5318ea03d05b4007dda63erest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ac81d0b17a5318ea03d05b4007dda63erest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5967b0017d08dda385bdd36ba43ced42rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5967b0017d08dda385bdd36ba43ced42rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3d32cd3304fd67adaff67cc049f620e9rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3d32cd3304fd67adaff67cc049f620e9rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6f653bf7838edbb035ae767781783a85rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6f653bf7838edbb035ae767781783a85rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1409692941eada815516d9b4329b8788rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1409692941eada815516d9b4329b8788rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/35558a6108bb68f191ff257aa5e6d0b2rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/35558a6108bb68f191ff257aa5e6d0b2rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dc51fdb4e16710aa7bc83904b0d3adb1rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dc51fdb4e16710aa7bc83904b0d3adb1rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5c86b1bf3aa2a2a672031d2f10e27ea1rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5c86b1bf3aa2a2a672031d2f10e27ea1rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/42b25d1e995cb2d2dab86e28aba2dbferest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/42b25d1e995cb2d2dab86e28aba2dbferest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/843cd5520c6e93d8bb6777532f37600drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/843cd5520c6e93d8bb6777532f37600drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/10b6c376cfd981f29e36b5115be471d2rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/10b6c376cfd981f29e36b5115be471d2rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9fa4c4eb5bd56941ba9cf1ef0d8d4593rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9fa4c4eb5bd56941ba9cf1ef0d8d4593rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/552169b90f4dac3b7d3a70ee24ea0f9drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/552169b90f4dac3b7d3a70ee24ea0f9drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a93c343909e66538edf2f23ac6af61c5rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a93c343909e66538edf2f23ac6af61c5rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/acc1c7ae82cc5474bca5a6a45949275frest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/acc1c7ae82cc5474bca5a6a45949275frest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6cf84f589eac889cdba75de4f40ff108rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6cf84f589eac889cdba75de4f40ff108rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b765567301110325e4b649d28c6d3827rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b765567301110325e4b649d28c6d3827rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c11a27f3b20d21c6b29cb27fb5083d58rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c11a27f3b20d21c6b29cb27fb5083d58rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e86f48f10c09d253cc0dfde6208d48b2rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e86f48f10c09d253cc0dfde6208d48b2rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/afe9c9b0ba3698efe476a477173d9a18rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/afe9c9b0ba3698efe476a477173d9a18rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8564c0898149c4d9054416e3f65acd60rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8564c0898149c4d9054416e3f65acd60rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f77b474a4d14ad5b7d9d3c525a39efe2rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f77b474a4d14ad5b7d9d3c525a39efe2rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/498871233b94e1bcd3b947bcf0631b5arest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/498871233b94e1bcd3b947bcf0631b5arest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/90509c890baa4f845b877e9c4db7562brest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/90509c890baa4f845b877e9c4db7562brest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5ad49719252939e1cb0e4c51692c8668rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5ad49719252939e1cb0e4c51692c8668rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9aff07c2fd5a23ece2f6e8d2a9561ba3rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9aff07c2fd5a23ece2f6e8d2a9561ba3rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0c733cd1386b169cb0514d92ccdf1323rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0c733cd1386b169cb0514d92ccdf1323rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0c34615f7ace00af0afe33a651597d3drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0c34615f7ace00af0afe33a651597d3drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/15342d02b5d78335a07c9b8d03c2da48rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/15342d02b5d78335a07c9b8d03c2da48rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/bc9bb619ba864f3b9545fb3c1b31f97drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/bc9bb619ba864f3b9545fb3c1b31f97drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/57a6bb4a4023931341ec725c1fb36cderest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/57a6bb4a4023931341ec725c1fb36cderest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1e5d828e69ba5a77a9761acf0771daa8rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1e5d828e69ba5a77a9761acf0771daa8rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7e27fc27e857c68c930f013dbb88af4arest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7e27fc27e857c68c930f013dbb88af4arest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8e1a2849de933d0ddbdddf4aeb94073brest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8e1a2849de933d0ddbdddf4aeb94073brest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9b21fdf188bc04178b1bdd7e104914c1rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9b21fdf188bc04178b1bdd7e104914c1rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0eeb18002dcd120a98911641417d4bd7rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0eeb18002dcd120a98911641417d4bd7rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c6e92b8bc3d471f1f3722ed215917e45rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c6e92b8bc3d471f1f3722ed215917e45rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c952aaadb23e179f51bdc87e5b1eb877rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c952aaadb23e179f51bdc87e5b1eb877rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cccff4b0039dfedd503b7e31290486c4rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cccff4b0039dfedd503b7e31290486c4rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e4af82cde85e6055e4262aa2f2192eb8rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e4af82cde85e6055e4262aa2f2192eb8rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/232e1e8acc313c6db3466f316763690arest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/232e1e8acc313c6db3466f316763690arest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ac237fed5db9f72ee190b350cd3b1f9drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ac237fed5db9f72ee190b350cd3b1f9drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6a596e3f83ba7fe32467d70f5039469drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6a596e3f83ba7fe32467d70f5039469drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c37eb789069c40e607aa37fe4976caefrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c37eb789069c40e607aa37fe4976caefrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c6fb0ae16fd679c7de5d27e282ec67dfrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c6fb0ae16fd679c7de5d27e282ec67dfrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e9598166e707c1e3fb00fdc2f75ab6a4rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e9598166e707c1e3fb00fdc2f75ab6a4rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f379681894d806810f62cb00738c1d39rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f379681894d806810f62cb00738c1d39rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c35b5b87c12aaa7f8d170f85afb4b68brest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c35b5b87c12aaa7f8d170f85afb4b68brest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c8c4a8606b4922a4313b4585e73428e9rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c8c4a8606b4922a4313b4585e73428e9rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7ee8e7aabfe7997dbce43c151382aeearest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7ee8e7aabfe7997dbce43c151382aeearest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/db2e4a46c9380190bb457f15bc878247rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/db2e4a46c9380190bb457f15bc878247rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/90a0b87d7d8134f061c8e6385368ceabrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/90a0b87d7d8134f061c8e6385368ceabrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/552b63794dcd89f86006ffe126436960rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/552b63794dcd89f86006ffe126436960rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c79e889ff21785d7fef27ff2fa7bf135rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c79e889ff21785d7fef27ff2fa7bf135rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4b4e2b211f7a8ed0eb057a397f8bf4b8rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4b4e2b211f7a8ed0eb057a397f8bf4b8rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3c3de6d40ed2aa42befd4d5cf894f8cfrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3c3de6d40ed2aa42befd4d5cf894f8cfrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/70add98221d1a83b87c6d57d026f0ba4rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/70add98221d1a83b87c6d57d026f0ba4rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b9545b204ab2afa3c72b014059964e36rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b9545b204ab2afa3c72b014059964e36rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/eae0aa2ef5ce1c0f0fbe56cbdc038168rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/eae0aa2ef5ce1c0f0fbe56cbdc038168rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/fb933cc9d9350385c822ca54337ebdb7rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/fb933cc9d9350385c822ca54337ebdb7rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e0c64d293bb86b7ce45a76b51b0cd613rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e0c64d293bb86b7ce45a76b51b0cd613rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3a61c3a5de8a2368fa8bdff1929a95c6rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3a61c3a5de8a2368fa8bdff1929a95c6rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/374b613ddfe62143587c39eef2440175rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/374b613ddfe62143587c39eef2440175rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/75310e13f1cd16db50b415d9dc016b7drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/75310e13f1cd16db50b415d9dc016b7drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9859a767430314e5b8af6c378de8e01erest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9859a767430314e5b8af6c378de8e01erest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f86e093a55347a6eb421d3f221082a4arest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f86e093a55347a6eb421d3f221082a4arest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/33148580ce6ef65ff899ebd418b88db8rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/33148580ce6ef65ff899ebd418b88db8rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/af3f18694ad1adec67fe315ecaf571e0rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/af3f18694ad1adec67fe315ecaf571e0rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/138a77a336bab88cf946ea24f99bab5erest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/138a77a336bab88cf946ea24f99bab5erest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a3e2dc7e57835bc708662243a81fb1c5rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a3e2dc7e57835bc708662243a81fb1c5rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/223600825541b9c7b26ae6456f658ec8rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/223600825541b9c7b26ae6456f658ec8rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ec3b2e73e6d604c99005fd0031350843rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ec3b2e73e6d604c99005fd0031350843rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b412846628aa549e38b61389f783204frest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b412846628aa549e38b61389f783204frest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3d13f0c50199b6f0ca3e1666964f0532rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3d13f0c50199b6f0ca3e1666964f0532rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/33275e153dbe9f174269d4757338d36brest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/33275e153dbe9f174269d4757338d36brest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7628f670a2b883e36a47d1a1b8d21ccerest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7628f670a2b883e36a47d1a1b8d21ccerest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ef097681b3958b1b756185b583a3f552rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ef097681b3958b1b756185b583a3f552rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/bfd95dad152ec186bfc59232bdc39355rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/bfd95dad152ec186bfc59232bdc39355rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6122f217f12b2143e23c5e023aa2d9farest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6122f217f12b2143e23c5e023aa2d9farest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1b439e71ec5d660f0068d6a19a614cabrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1b439e71ec5d660f0068d6a19a614cabrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dee09e2280cc9a6bbd91315dda86574arest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dee09e2280cc9a6bbd91315dda86574arest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4660428eb8b1b5410c97904d7cb9f56frest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4660428eb8b1b5410c97904d7cb9f56frest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a3844baf9277fa0c64f64cfe7b508761rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a3844baf9277fa0c64f64cfe7b508761rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/2760a231064400b469dd1cf2c9a24136rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/2760a231064400b469dd1cf2c9a24136rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3a6193fb9c0dd32fcb6bb7ef585ae2d0rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3a6193fb9c0dd32fcb6bb7ef585ae2d0rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ce32b52d5ae9077ede768f5f3ebe6ac3rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ce32b52d5ae9077ede768f5f3ebe6ac3rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/872fe6c51389d867e15bb65c1edf4708rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/872fe6c51389d867e15bb65c1edf4708rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7d271c2f49b71f6bc920a0c02d36793drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7d271c2f49b71f6bc920a0c02d36793drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7aa7b826ed2b54163e6aa38d2313a415rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7aa7b826ed2b54163e6aa38d2313a415rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d411421d3e3027417090ba3d5d50ab1arest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d411421d3e3027417090ba3d5d50ab1arest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8417d94a768a35787abfacdcb6ae1466rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8417d94a768a35787abfacdcb6ae1466rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8488731ef8256318814488d8db89ea1brest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8488731ef8256318814488d8db89ea1brest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7fd8e095aa4996c287b94f9fc04811berest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7fd8e095aa4996c287b94f9fc04811berest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9d3dd68bb07a92d250f49d64abc185e4rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9d3dd68bb07a92d250f49d64abc185e4rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/80a0227294565fa0046d47158a4b0999rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/80a0227294565fa0046d47158a4b0999rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/496c2cd28d4ca7b63e6e484a1befc86arest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/496c2cd28d4ca7b63e6e484a1befc86arest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cb40c01c6f81068ea43df3d8188b91ccrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cb40c01c6f81068ea43df3d8188b91ccrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/18302e547259f7123447d9fd33d533ccrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/18302e547259f7123447d9fd33d533ccrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/931cf1ccac75b37c5dfc4846611af1abrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/931cf1ccac75b37c5dfc4846611af1abrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cb2afd817548159a173b759bc52833acrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cb2afd817548159a173b759bc52833acrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/353857a972edad7b13e54fd87140ca8arest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/353857a972edad7b13e54fd87140ca8arest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/be7ef8f93ec16f96ec2393648fde143frest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/be7ef8f93ec16f96ec2393648fde143frest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dcb5adef67b2aaf9a14093474b1048aerest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dcb5adef67b2aaf9a14093474b1048aerest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/aed7862714ee955ca8c12d96b063c276rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/aed7862714ee955ca8c12d96b063c276rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd5958fb30401c5aa133333f807c9ee6rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd5958fb30401c5aa133333f807c9ee6rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/49e10ec8d6c309d28dc843b64538f432rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/49e10ec8d6c309d28dc843b64538f432rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8e38b52d32c2823592df360832f117a7rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8e38b52d32c2823592df360832f117a7rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5df94e38f06f4ce8f68f66153d562562rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5df94e38f06f4ce8f68f66153d562562rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e86fce344d3359ee11e1d461c773951brest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e86fce344d3359ee11e1d461c773951brest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/494889068c298d44bce9a05c9a9c05b8rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/494889068c298d44bce9a05c9a9c05b8rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ebe7d04763a2ad6c19006cab57fb1741rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ebe7d04763a2ad6c19006cab57fb1741rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5a9ae88be01fc59cde2e9daf8e60ced6rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5a9ae88be01fc59cde2e9daf8e60ced6rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd064ffa9f0640714c8da452b0b1b9d9rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd064ffa9f0640714c8da452b0b1b9d9rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/aa1045ed6bf476ebe9d90285a5cc7b8crest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/aa1045ed6bf476ebe9d90285a5cc7b8crest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b6fa79b7d477d678f293b75c2161a79erest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b6fa79b7d477d678f293b75c2161a79erest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/973bab12bf6d0cd4f6e7ee2a273b509drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/973bab12bf6d0cd4f6e7ee2a273b509drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4f9982acd033c58e93e75686c4976556rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4f9982acd033c58e93e75686c4976556rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9cfe01da6704c0035d0b7974cd56f827rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9cfe01da6704c0035d0b7974cd56f827rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8104fa282d34c64fc45a8b5c48b870a1rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8104fa282d34c64fc45a8b5c48b870a1rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b6bc2f01144b73e60ed44c5c65122cb5rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b6bc2f01144b73e60ed44c5c65122cb5rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/05230dc2d53a3b243c72551a401f1e87rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/05230dc2d53a3b243c72551a401f1e87rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/31412570ab8bb80ea3a4b6cb4d32e32drest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/31412570ab8bb80ea3a4b6cb4d32e32drest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f28f2404a10aae09e5e4ebd729482a76rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f28f2404a10aae09e5e4ebd729482a76rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8fcd2113bc227e211ac741779573c8ferest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8fcd2113bc227e211ac741779573c8ferest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f68e435d58261fe276d57a884c6f31bdrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f68e435d58261fe276d57a884c6f31bdrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b4c0a7212a874edbdf191480973acca3rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b4c0a7212a874edbdf191480973acca3rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cefca9928ad7d7c742247d176dd1adc9rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cefca9928ad7d7c742247d176dd1adc9rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4c817064131c7aea42b030667b75a827rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4c817064131c7aea42b030667b75a827rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f60ba2c95cc2458ec4f4a8498aa5e03brest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f60ba2c95cc2458ec4f4a8498aa5e03brest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ee390671b9d69a4a2e515fd78dd6173crest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ee390671b9d69a4a2e515fd78dd6173crest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a2ef479f6e8748f35c9edffe6923f709rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a2ef479f6e8748f35c9edffe6923f709rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/59f1bc6209977b45c475ebb8a546f5fbrest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/59f1bc6209977b45c475ebb8a546f5fbrest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/2ca17b42d6a782d5cfb6d9c96e39b2e7rest.cacheid
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/2ca17b42d6a782d5cfb6d9c96e39b2e7rest.cachefile
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_autoload.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_config_handlers.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_side_banner_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_gadget_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_profile_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_login_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_login_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/.../prod/config/config_mobile_daily_news_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_profile_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_header_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_footer_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_daily_news_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_member_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_settings.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_app.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_sns_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_community_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_databases.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_gadget_layout_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/config/modules_diaryComment_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._frontend/prod/config/config_config_handlers.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ontend/prod/config/config_side_banner_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_frontend/prod/config/config_gadget_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...andler/pc_frontend/prod/config/config_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c_frontend/prod/config/config_profile_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_frontend/prod/config/config_login_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/config_mobile_login_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_frontend/prod/config/config_mobile_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/config_mobile_daily_news_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/config_mobile_profile_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_frontend/prod/config/config_routing.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/config_mobile_header_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/config_mobile_footer_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rontend/prod/config/config_daily_news_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...frontend/prod/config/config_community_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_frontend/prod/config/config_core_compile.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_frontend/prod/config/config_settings.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend/prod/config/config_app.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_frontend/prod/config/config_autoload.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...er/pc_frontend/prod/config/config_sns_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_frontend/prod/config/config_member_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_frontend/prod/config/config_databases.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_frontend/prod/config/config_factories.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_default_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_community_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pache22_data_OpenPNE3_lib_config_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._plugins_opAuthMailAddressPlugin_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...E3_plugins_opAuthMobileUIDPlugin_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nPNE3_plugins_opAuthOpenIDPlugin_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ontend/prod/config/config_mobile_mail_domain.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_default_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_default_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_default_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_member_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_member_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_member_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/modules_member_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ig/modules_opAuthMailAddress_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nfig/modules_opAuthMailAddress_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...fig/modules_opAuthMailAddress_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...config/modules_opAuthMailAddress_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c_frontend/prod/config/config_preset_profile.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_diaryComment_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_diary_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_message_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_friend_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/modules_blog_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_application_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/config/modules_application_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_communityTopic_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_communityEvent_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_album_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_gadgets_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_gadgets_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_gadgets_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_diary_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_diary_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ontend/prod/config/modules_diary_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_ashiato_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_ashiato_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_ashiato_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_ashiato_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_blog_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_blog_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rontend/prod/config/modules_blog_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_album_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_album_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ontend/prod/config/modules_album_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_image_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_image_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_image_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_community_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_community_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_community_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_albumImage_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_albumImage_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_albumImage_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_albumImage_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_friend_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_friend_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/modules_friend_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/modules_OpenID_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_application_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_application_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_connection_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_connection_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_connection_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_connection_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_OpenID_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_OpenID_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_OpenID_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_message_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_message_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_message_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_diaryComment_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/config_gadget_layout_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...e22_data_OpenPNE3_est_lib_config_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._plugins_opAuthMailAddressPlugin_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...st_plugins_opAuthMobileUIDPlugin_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3_est_plugins_opAuthOpenIDPlugin_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3369c5afc5236381f714f6eefmessages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3841413b18046a2d3d4a94bfbmessages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d418d4d18003de4d57a486338messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...075f4786305e15429c074f7dbmessages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...de010ad023a695dfdc8c22266messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d92bf6345c1f2481f819f7840messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...67d44c9001a7afbb42fa1cdc7messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...026fef368aa7383aca53bf169messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...157ae9e44908e9349dac88473messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...e91af51ec6dc0b78f7ce5461emessages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dc2908df530b406987e532abdmessages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ffa8d64fc468d56fffeafbb40messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...bf6345c1f2481f819f7840form_member.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...9c5afc5236381f714f6eefpublicFlags.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...570d92bf6345c1f2481f819f7840pager.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...86305e15429c074f7dbform_community.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...345c1f2481f819f7840form_community.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...6fdc5ffa8d64fc468d56fffeafbb40api.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...b6d3d362deacec182ed304c634a7c0api.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...eatureCache/b4/b4bd7f55fbd6121d84701d1128bfba7e.lock
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...gin/FeatureCache/b4/b4bd7f55fbd6121d84701d1128bfba7e
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...eatureCache/cb/cbf598e090ad3ca3fb5161083c06a466.lock
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...gin/FeatureCache/cb/cbf598e090ad3ca3fb5161083c06a466
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._frontend/prod/plugins/opOpenSocialPlugin/openpne.js
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ns/opBlogPlugin/812766d1ae9a7990b355368983e0a147.spc
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ns/opBlogPlugin/095cecb6636440d5950d104a36dd86a7.spc
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...backend/prod/config/modules_mail_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c_backend/prod/config/config_config_handlers.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/config_side_banner_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_gadget_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...handler/pc_backend/prod/config/config_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_backend/prod/config/config_profile_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...r/pc_backend/prod/config/config_login_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/config_mobile_login_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_mobile_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/config_mobile_daily_news_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/config_mobile_profile_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...andler/pc_backend/prod/config/config_routing.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/config_mobile_header_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/config_mobile_footer_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...backend/prod/config/config_daily_news_gadget.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._backend/prod/config/config_community_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...r/pc_backend/prod/config/config_core_compile.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_backend/prod/config/config_settings.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_backend/prod/config/config_app.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_backend/prod/config/config_autoload.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_backend/prod/config/config_sns_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_member_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_backend/prod/config/config_databases.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_backend/prod/config/config_factories.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...g/modules_opOpenSocialPlugin_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_default_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_default_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_default_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_default_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_member_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_member_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_member_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_backend/prod/config/config_preset_profile.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_member_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/config_mobile_mail_domain.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_admin_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pache22_data_OpenPNE3_lib_config_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._plugins_opAuthMailAddressPlugin_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...E3_plugins_opAuthMobileUIDPlugin_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nPNE3_plugins_opAuthOpenIDPlugin_config_auth.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_admin_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_admin_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/modules_admin_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_monitoring_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_monitoring_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_monitoring_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_monitoring_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_backend/prod/config/config_monitoring.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_sns_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/modules_sns_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_sns_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._backend/prod/config/modules_sns_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_community_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_community_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_community_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_community_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_plugin_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_plugin_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_plugin_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_plugin_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_design_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_design_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_design_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_design_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_backend/prod/config/config_sns_term.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...fig/modules_opOpenSocialPlugin_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ig/modules_opOpenSocialPlugin_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...onfig/modules_opOpenSocialPlugin_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...onfig/modules_opWebAPIPlugin_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_opWebAPIPlugin_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...config/modules_opWebAPIPlugin_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_opWebAPIPlugin_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_diary_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_mail_template.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_diary_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_diary_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/modules_diary_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_navigation_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_navigation_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_navigation_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_navigation_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/config_mobile_preset_color.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_profile_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_profile_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_profile_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_profile_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...onfig/modules_communityTopic_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_communityTopic_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...config/modules_communityTopic_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_communityTopic_config_view.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_mail_config_security.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_mail_config_module.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_mail_config_filters.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/config_gadget_layout_config.yml.php
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...157ae9e44908e9349dac88473messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...8dd43e8b168b424fa11e18db1messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...9a541033645783e9d6b4f97b6messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...fc4ddef5df6be4df6071c4ef4messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...67d44c9001a7afbb42fa1cdc7messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...026fef368aa7383aca53bf169messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...e91af51ec6dc0b78f7ce5461emessages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3369c5afc5236381f714f6eefmessages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dc2908df530b406987e532abdmessages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ffa8d64fc468d56fffeafbb40messages.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...adefc4ddef5df6be4df6071c4ef4pager.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...8b168b424fa11e18db1form_community.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...f5df6be4df6071c4ef4form_community.ja.xml/ja_JP.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/cache/project_autoload.cache
>> chmod 666 /usr/local/www/apache22/data/OpenPNE3_est/log/.gitignore
>> chmod 777 /usr/local/www/apache22/data/OpenPNE3_est/web/cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/project_autoload.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...f5df6be4df6071c4ef4form_community.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...8b168b424fa11e18db1form_community.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...adefc4ddef5df6be4df6071c4ef4pager.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ffa8d64fc468d56fffeafbb40messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dc2908df530b406987e532abdmessages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3369c5afc5236381f714f6eefmessages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...e91af51ec6dc0b78f7ce5461emessages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...026fef368aa7383aca53bf169messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...67d44c9001a7afbb42fa1cdc7messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...fc4ddef5df6be4df6071c4ef4messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...9a541033645783e9d6b4f97b6messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...8dd43e8b168b424fa11e18db1messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...157ae9e44908e9349dac88473messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/config_gadget_layout_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_mail_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_mail_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_mail_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_communityTopic_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...config/modules_communityTopic_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_communityTopic_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...onfig/modules_communityTopic_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_profile_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_profile_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_profile_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_profile_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/config_mobile_preset_color.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_navigation_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_navigation_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_navigation_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_navigation_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/modules_diary_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_diary_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_diary_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_mail_template.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_diary_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_opWebAPIPlugin_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...config/modules_opWebAPIPlugin_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_opWebAPIPlugin_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...onfig/modules_opWebAPIPlugin_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...onfig/modules_opOpenSocialPlugin_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ig/modules_opOpenSocialPlugin_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...fig/modules_opOpenSocialPlugin_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_backend/prod/config/config_sns_term.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_design_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_design_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_design_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_design_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_plugin_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_plugin_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_plugin_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_plugin_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_community_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_community_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_community_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_community_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._backend/prod/config/modules_sns_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_sns_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/modules_sns_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_sns_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_backend/prod/config/config_monitoring.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_monitoring_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_monitoring_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_monitoring_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_monitoring_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/modules_admin_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_admin_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_admin_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nPNE3_plugins_opAuthOpenIDPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...E3_plugins_opAuthMobileUIDPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._plugins_opAuthMailAddressPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pache22_data_OpenPNE3_lib_config_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_admin_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/config_mobile_mail_domain.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/modules_member_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_backend/prod/config/config_preset_profile.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_member_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_member_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_member_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/modules_default_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_default_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_default_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_default_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...g/modules_opOpenSocialPlugin_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_backend/prod/config/config_factories.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_backend/prod/config/config_databases.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_member_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_backend/prod/config/config_sns_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_backend/prod/config/config_autoload.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_backend/prod/config/config_app.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_backend/prod/config/config_settings.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...r/pc_backend/prod/config/config_core_compile.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._backend/prod/config/config_community_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...backend/prod/config/config_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/config_mobile_footer_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...kend/prod/config/config_mobile_header_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...andler/pc_backend/prod/config/config_routing.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/config_mobile_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/config_mobile_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_mobile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ckend/prod/config/config_mobile_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...r/pc_backend/prod/config/config_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_backend/prod/config/config_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...handler/pc_backend/prod/config/config_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_backend/prod/config/config_gadget_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ackend/prod/config/config_side_banner_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c_backend/prod/config/config_config_handlers.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...backend/prod/config/modules_mail_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ns/opBlogPlugin/095cecb6636440d5950d104a36dd86a7.spc
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ns/opBlogPlugin/812766d1ae9a7990b355368983e0a147.spc
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._frontend/prod/plugins/opOpenSocialPlugin/openpne.js
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...gin/FeatureCache/cb/cbf598e090ad3ca3fb5161083c06a466
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...eatureCache/cb/cbf598e090ad3ca3fb5161083c06a466.lock
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...gin/FeatureCache/b4/b4bd7f55fbd6121d84701d1128bfba7e
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...eatureCache/b4/b4bd7f55fbd6121d84701d1128bfba7e.lock
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...b6d3d362deacec182ed304c634a7c0api.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...6fdc5ffa8d64fc468d56fffeafbb40api.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...345c1f2481f819f7840form_community.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...86305e15429c074f7dbform_community.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...570d92bf6345c1f2481f819f7840pager.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...9c5afc5236381f714f6eefpublicFlags.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...bf6345c1f2481f819f7840form_member.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ffa8d64fc468d56fffeafbb40messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dc2908df530b406987e532abdmessages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...e91af51ec6dc0b78f7ce5461emessages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...157ae9e44908e9349dac88473messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...026fef368aa7383aca53bf169messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...67d44c9001a7afbb42fa1cdc7messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d92bf6345c1f2481f819f7840messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...de010ad023a695dfdc8c22266messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...075f4786305e15429c074f7dbmessages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d418d4d18003de4d57a486338messages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3841413b18046a2d3d4a94bfbmessages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3369c5afc5236381f714f6eefmessages.ja.xml/ja_JP.cache
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...3_est_plugins_opAuthOpenIDPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...st_plugins_opAuthMobileUIDPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._plugins_opAuthMailAddressPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...e22_data_OpenPNE3_est_lib_config_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/config_gadget_layout_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_diaryComment_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_message_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_message_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_message_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_OpenID_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_OpenID_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_OpenID_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_connection_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_connection_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_connection_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_connection_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_application_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_application_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/modules_OpenID_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/modules_friend_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_friend_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_friend_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_albumImage_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_albumImage_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_albumImage_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_albumImage_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_community_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...prod/config/modules_community_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_community_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_image_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_image_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_image_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ontend/prod/config/modules_album_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_album_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_album_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rontend/prod/config/modules_blog_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_blog_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_blog_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_ashiato_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_ashiato_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_ashiato_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_ashiato_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ontend/prod/config/modules_diary_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_diary_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_diary_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_gadgets_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_gadgets_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_gadgets_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_album_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_communityEvent_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../config/modules_communityTopic_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/config/modules_application_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rod/config/modules_application_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/modules_blog_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_friend_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_message_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_diary_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...od/config/modules_diaryComment_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c_frontend/prod/config/config_preset_profile.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...config/modules_opAuthMailAddress_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...fig/modules_opAuthMailAddress_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nfig/modules_opAuthMailAddress_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ig/modules_opAuthMailAddress_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/modules_member_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_member_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/modules_member_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_member_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/modules_default_config_view.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/prod/config/modules_default_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_default_config_security.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ontend/prod/config/config_mobile_mail_domain.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nPNE3_plugins_opAuthOpenIDPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...E3_plugins_opAuthMobileUIDPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._plugins_opAuthMailAddressPlugin_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pache22_data_OpenPNE3_lib_config_config_auth.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/modules_community_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...nd/prod/config/modules_default_config_module.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_frontend/prod/config/config_factories.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ler/pc_frontend/prod/config/config_databases.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_frontend/prod/config/config_member_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...er/pc_frontend/prod/config/config_sns_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_frontend/prod/config/config_autoload.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apache2handler/pc_frontend/prod/config/config_app.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...dler/pc_frontend/prod/config/config_settings.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_frontend/prod/config/config_core_compile.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...frontend/prod/config/config_community_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...rontend/prod/config/config_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/config_mobile_footer_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...tend/prod/config/config_mobile_header_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ndler/pc_frontend/prod/config/config_routing.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...end/prod/config/config_mobile_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../prod/config/config_mobile_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_frontend/prod/config/config_mobile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ntend/prod/config/config_mobile_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac.../pc_frontend/prod/config/config_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...c_frontend/prod/config/config_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...andler/pc_frontend/prod/config/config_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...pc_frontend/prod/config/config_gadget_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...ontend/prod/config/config_side_banner_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac..._frontend/prod/config/config_config_handlers.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/apac...d/config/modules_diaryComment_config_filters.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_gadget_layout_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_databases.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_community_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_sns_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_app.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_settings.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_member_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_footer_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_header_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/.../prod/config/config_mobile_daily_news_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_mobile_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_login_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_profile_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_gadget_config.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_side_banner_gadget.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_config_handlers.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_autoload.yml.php
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/2ca17b42d6a782d5cfb6d9c96e39b2e7rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/2ca17b42d6a782d5cfb6d9c96e39b2e7rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/59f1bc6209977b45c475ebb8a546f5fbrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/59f1bc6209977b45c475ebb8a546f5fbrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a2ef479f6e8748f35c9edffe6923f709rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a2ef479f6e8748f35c9edffe6923f709rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ee390671b9d69a4a2e515fd78dd6173crest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ee390671b9d69a4a2e515fd78dd6173crest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f60ba2c95cc2458ec4f4a8498aa5e03brest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f60ba2c95cc2458ec4f4a8498aa5e03brest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4c817064131c7aea42b030667b75a827rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4c817064131c7aea42b030667b75a827rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cefca9928ad7d7c742247d176dd1adc9rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cefca9928ad7d7c742247d176dd1adc9rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b4c0a7212a874edbdf191480973acca3rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b4c0a7212a874edbdf191480973acca3rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f68e435d58261fe276d57a884c6f31bdrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f68e435d58261fe276d57a884c6f31bdrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8fcd2113bc227e211ac741779573c8ferest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8fcd2113bc227e211ac741779573c8ferest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f28f2404a10aae09e5e4ebd729482a76rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f28f2404a10aae09e5e4ebd729482a76rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/31412570ab8bb80ea3a4b6cb4d32e32drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/31412570ab8bb80ea3a4b6cb4d32e32drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/05230dc2d53a3b243c72551a401f1e87rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/05230dc2d53a3b243c72551a401f1e87rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b6bc2f01144b73e60ed44c5c65122cb5rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b6bc2f01144b73e60ed44c5c65122cb5rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8104fa282d34c64fc45a8b5c48b870a1rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8104fa282d34c64fc45a8b5c48b870a1rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9cfe01da6704c0035d0b7974cd56f827rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9cfe01da6704c0035d0b7974cd56f827rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4f9982acd033c58e93e75686c4976556rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4f9982acd033c58e93e75686c4976556rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/973bab12bf6d0cd4f6e7ee2a273b509drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/973bab12bf6d0cd4f6e7ee2a273b509drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b6fa79b7d477d678f293b75c2161a79erest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b6fa79b7d477d678f293b75c2161a79erest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/aa1045ed6bf476ebe9d90285a5cc7b8crest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/aa1045ed6bf476ebe9d90285a5cc7b8crest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd064ffa9f0640714c8da452b0b1b9d9rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd064ffa9f0640714c8da452b0b1b9d9rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5a9ae88be01fc59cde2e9daf8e60ced6rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5a9ae88be01fc59cde2e9daf8e60ced6rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ebe7d04763a2ad6c19006cab57fb1741rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ebe7d04763a2ad6c19006cab57fb1741rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/494889068c298d44bce9a05c9a9c05b8rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/494889068c298d44bce9a05c9a9c05b8rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e86fce344d3359ee11e1d461c773951brest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e86fce344d3359ee11e1d461c773951brest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5df94e38f06f4ce8f68f66153d562562rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5df94e38f06f4ce8f68f66153d562562rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8e38b52d32c2823592df360832f117a7rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8e38b52d32c2823592df360832f117a7rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/49e10ec8d6c309d28dc843b64538f432rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/49e10ec8d6c309d28dc843b64538f432rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd5958fb30401c5aa133333f807c9ee6rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd5958fb30401c5aa133333f807c9ee6rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/aed7862714ee955ca8c12d96b063c276rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/aed7862714ee955ca8c12d96b063c276rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dcb5adef67b2aaf9a14093474b1048aerest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dcb5adef67b2aaf9a14093474b1048aerest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/be7ef8f93ec16f96ec2393648fde143frest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/be7ef8f93ec16f96ec2393648fde143frest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/353857a972edad7b13e54fd87140ca8arest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/353857a972edad7b13e54fd87140ca8arest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cb2afd817548159a173b759bc52833acrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cb2afd817548159a173b759bc52833acrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/931cf1ccac75b37c5dfc4846611af1abrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/931cf1ccac75b37c5dfc4846611af1abrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/18302e547259f7123447d9fd33d533ccrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/18302e547259f7123447d9fd33d533ccrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cb40c01c6f81068ea43df3d8188b91ccrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cb40c01c6f81068ea43df3d8188b91ccrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/496c2cd28d4ca7b63e6e484a1befc86arest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/496c2cd28d4ca7b63e6e484a1befc86arest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/80a0227294565fa0046d47158a4b0999rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/80a0227294565fa0046d47158a4b0999rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9d3dd68bb07a92d250f49d64abc185e4rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9d3dd68bb07a92d250f49d64abc185e4rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7fd8e095aa4996c287b94f9fc04811berest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7fd8e095aa4996c287b94f9fc04811berest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8488731ef8256318814488d8db89ea1brest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8488731ef8256318814488d8db89ea1brest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8417d94a768a35787abfacdcb6ae1466rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8417d94a768a35787abfacdcb6ae1466rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d411421d3e3027417090ba3d5d50ab1arest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d411421d3e3027417090ba3d5d50ab1arest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7aa7b826ed2b54163e6aa38d2313a415rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7aa7b826ed2b54163e6aa38d2313a415rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7d271c2f49b71f6bc920a0c02d36793drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7d271c2f49b71f6bc920a0c02d36793drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/872fe6c51389d867e15bb65c1edf4708rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/872fe6c51389d867e15bb65c1edf4708rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ce32b52d5ae9077ede768f5f3ebe6ac3rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ce32b52d5ae9077ede768f5f3ebe6ac3rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3a6193fb9c0dd32fcb6bb7ef585ae2d0rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3a6193fb9c0dd32fcb6bb7ef585ae2d0rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/2760a231064400b469dd1cf2c9a24136rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/2760a231064400b469dd1cf2c9a24136rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a3844baf9277fa0c64f64cfe7b508761rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a3844baf9277fa0c64f64cfe7b508761rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4660428eb8b1b5410c97904d7cb9f56frest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4660428eb8b1b5410c97904d7cb9f56frest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dee09e2280cc9a6bbd91315dda86574arest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dee09e2280cc9a6bbd91315dda86574arest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1b439e71ec5d660f0068d6a19a614cabrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1b439e71ec5d660f0068d6a19a614cabrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6122f217f12b2143e23c5e023aa2d9farest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6122f217f12b2143e23c5e023aa2d9farest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/bfd95dad152ec186bfc59232bdc39355rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/bfd95dad152ec186bfc59232bdc39355rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ef097681b3958b1b756185b583a3f552rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ef097681b3958b1b756185b583a3f552rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7628f670a2b883e36a47d1a1b8d21ccerest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7628f670a2b883e36a47d1a1b8d21ccerest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/33275e153dbe9f174269d4757338d36brest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/33275e153dbe9f174269d4757338d36brest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3d13f0c50199b6f0ca3e1666964f0532rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3d13f0c50199b6f0ca3e1666964f0532rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b412846628aa549e38b61389f783204frest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b412846628aa549e38b61389f783204frest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ec3b2e73e6d604c99005fd0031350843rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ec3b2e73e6d604c99005fd0031350843rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/223600825541b9c7b26ae6456f658ec8rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/223600825541b9c7b26ae6456f658ec8rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a3e2dc7e57835bc708662243a81fb1c5rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a3e2dc7e57835bc708662243a81fb1c5rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/138a77a336bab88cf946ea24f99bab5erest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/138a77a336bab88cf946ea24f99bab5erest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/af3f18694ad1adec67fe315ecaf571e0rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/af3f18694ad1adec67fe315ecaf571e0rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/33148580ce6ef65ff899ebd418b88db8rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/33148580ce6ef65ff899ebd418b88db8rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f86e093a55347a6eb421d3f221082a4arest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f86e093a55347a6eb421d3f221082a4arest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9859a767430314e5b8af6c378de8e01erest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9859a767430314e5b8af6c378de8e01erest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/75310e13f1cd16db50b415d9dc016b7drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/75310e13f1cd16db50b415d9dc016b7drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/374b613ddfe62143587c39eef2440175rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/374b613ddfe62143587c39eef2440175rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3a61c3a5de8a2368fa8bdff1929a95c6rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3a61c3a5de8a2368fa8bdff1929a95c6rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e0c64d293bb86b7ce45a76b51b0cd613rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e0c64d293bb86b7ce45a76b51b0cd613rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/fb933cc9d9350385c822ca54337ebdb7rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/fb933cc9d9350385c822ca54337ebdb7rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/eae0aa2ef5ce1c0f0fbe56cbdc038168rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/eae0aa2ef5ce1c0f0fbe56cbdc038168rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b9545b204ab2afa3c72b014059964e36rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b9545b204ab2afa3c72b014059964e36rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/70add98221d1a83b87c6d57d026f0ba4rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/70add98221d1a83b87c6d57d026f0ba4rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3c3de6d40ed2aa42befd4d5cf894f8cfrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3c3de6d40ed2aa42befd4d5cf894f8cfrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4b4e2b211f7a8ed0eb057a397f8bf4b8rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/4b4e2b211f7a8ed0eb057a397f8bf4b8rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c79e889ff21785d7fef27ff2fa7bf135rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c79e889ff21785d7fef27ff2fa7bf135rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/552b63794dcd89f86006ffe126436960rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/552b63794dcd89f86006ffe126436960rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/90a0b87d7d8134f061c8e6385368ceabrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/90a0b87d7d8134f061c8e6385368ceabrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/db2e4a46c9380190bb457f15bc878247rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/db2e4a46c9380190bb457f15bc878247rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7ee8e7aabfe7997dbce43c151382aeearest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7ee8e7aabfe7997dbce43c151382aeearest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c8c4a8606b4922a4313b4585e73428e9rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c8c4a8606b4922a4313b4585e73428e9rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c35b5b87c12aaa7f8d170f85afb4b68brest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c35b5b87c12aaa7f8d170f85afb4b68brest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f379681894d806810f62cb00738c1d39rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f379681894d806810f62cb00738c1d39rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e9598166e707c1e3fb00fdc2f75ab6a4rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e9598166e707c1e3fb00fdc2f75ab6a4rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c6fb0ae16fd679c7de5d27e282ec67dfrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c6fb0ae16fd679c7de5d27e282ec67dfrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c37eb789069c40e607aa37fe4976caefrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c37eb789069c40e607aa37fe4976caefrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6a596e3f83ba7fe32467d70f5039469drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6a596e3f83ba7fe32467d70f5039469drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ac237fed5db9f72ee190b350cd3b1f9drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ac237fed5db9f72ee190b350cd3b1f9drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/232e1e8acc313c6db3466f316763690arest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/232e1e8acc313c6db3466f316763690arest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e4af82cde85e6055e4262aa2f2192eb8rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e4af82cde85e6055e4262aa2f2192eb8rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cccff4b0039dfedd503b7e31290486c4rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cccff4b0039dfedd503b7e31290486c4rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c952aaadb23e179f51bdc87e5b1eb877rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c952aaadb23e179f51bdc87e5b1eb877rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c6e92b8bc3d471f1f3722ed215917e45rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c6e92b8bc3d471f1f3722ed215917e45rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0eeb18002dcd120a98911641417d4bd7rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0eeb18002dcd120a98911641417d4bd7rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9b21fdf188bc04178b1bdd7e104914c1rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9b21fdf188bc04178b1bdd7e104914c1rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8e1a2849de933d0ddbdddf4aeb94073brest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8e1a2849de933d0ddbdddf4aeb94073brest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7e27fc27e857c68c930f013dbb88af4arest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/7e27fc27e857c68c930f013dbb88af4arest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1e5d828e69ba5a77a9761acf0771daa8rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1e5d828e69ba5a77a9761acf0771daa8rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/57a6bb4a4023931341ec725c1fb36cderest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/57a6bb4a4023931341ec725c1fb36cderest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/bc9bb619ba864f3b9545fb3c1b31f97drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/bc9bb619ba864f3b9545fb3c1b31f97drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/15342d02b5d78335a07c9b8d03c2da48rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/15342d02b5d78335a07c9b8d03c2da48rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0c34615f7ace00af0afe33a651597d3drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0c34615f7ace00af0afe33a651597d3drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0c733cd1386b169cb0514d92ccdf1323rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0c733cd1386b169cb0514d92ccdf1323rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9aff07c2fd5a23ece2f6e8d2a9561ba3rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9aff07c2fd5a23ece2f6e8d2a9561ba3rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5ad49719252939e1cb0e4c51692c8668rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5ad49719252939e1cb0e4c51692c8668rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/90509c890baa4f845b877e9c4db7562brest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/90509c890baa4f845b877e9c4db7562brest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/498871233b94e1bcd3b947bcf0631b5arest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/498871233b94e1bcd3b947bcf0631b5arest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f77b474a4d14ad5b7d9d3c525a39efe2rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/f77b474a4d14ad5b7d9d3c525a39efe2rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8564c0898149c4d9054416e3f65acd60rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8564c0898149c4d9054416e3f65acd60rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/afe9c9b0ba3698efe476a477173d9a18rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/afe9c9b0ba3698efe476a477173d9a18rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e86f48f10c09d253cc0dfde6208d48b2rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e86f48f10c09d253cc0dfde6208d48b2rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c11a27f3b20d21c6b29cb27fb5083d58rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/c11a27f3b20d21c6b29cb27fb5083d58rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b765567301110325e4b649d28c6d3827rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b765567301110325e4b649d28c6d3827rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6cf84f589eac889cdba75de4f40ff108rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6cf84f589eac889cdba75de4f40ff108rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/acc1c7ae82cc5474bca5a6a45949275frest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/acc1c7ae82cc5474bca5a6a45949275frest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a93c343909e66538edf2f23ac6af61c5rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a93c343909e66538edf2f23ac6af61c5rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/552169b90f4dac3b7d3a70ee24ea0f9drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/552169b90f4dac3b7d3a70ee24ea0f9drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9fa4c4eb5bd56941ba9cf1ef0d8d4593rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9fa4c4eb5bd56941ba9cf1ef0d8d4593rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/10b6c376cfd981f29e36b5115be471d2rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/10b6c376cfd981f29e36b5115be471d2rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/843cd5520c6e93d8bb6777532f37600drest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/843cd5520c6e93d8bb6777532f37600drest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/42b25d1e995cb2d2dab86e28aba2dbferest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/42b25d1e995cb2d2dab86e28aba2dbferest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5c86b1bf3aa2a2a672031d2f10e27ea1rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5c86b1bf3aa2a2a672031d2f10e27ea1rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dc51fdb4e16710aa7bc83904b0d3adb1rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dc51fdb4e16710aa7bc83904b0d3adb1rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/35558a6108bb68f191ff257aa5e6d0b2rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/35558a6108bb68f191ff257aa5e6d0b2rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1409692941eada815516d9b4329b8788rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1409692941eada815516d9b4329b8788rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6f653bf7838edbb035ae767781783a85rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6f653bf7838edbb035ae767781783a85rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3d32cd3304fd67adaff67cc049f620e9rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3d32cd3304fd67adaff67cc049f620e9rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5967b0017d08dda385bdd36ba43ced42rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/5967b0017d08dda385bdd36ba43ced42rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ac81d0b17a5318ea03d05b4007dda63erest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ac81d0b17a5318ea03d05b4007dda63erest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b3c79b46770d7ea21de7d15eca0f8fc7rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/b3c79b46770d7ea21de7d15eca0f8fc7rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1cc2548bf82971f9ac16afd8ea30b712rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/1cc2548bf82971f9ac16afd8ea30b712rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9adfae136114f27f0d9f689761db74derest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9adfae136114f27f0d9f689761db74derest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d0826d1a2ad9117c09932741e42fb217rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d0826d1a2ad9117c09932741e42fb217rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8604b250b5d5c261191864700bf14bd3rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8604b250b5d5c261191864700bf14bd3rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/53617cdf11a787b73695093157ae4bderest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/53617cdf11a787b73695093157ae4bderest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3e207362c07be7656f119e7982be6b7brest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3e207362c07be7656f119e7982be6b7brest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ff75360f03c39f360a5f9eede34056e8rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/ff75360f03c39f360a5f9eede34056e8rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/589a1ce2b352341575bf5b66fe17ef46rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/589a1ce2b352341575bf5b66fe17ef46rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d27cf99840134e741e7c3bd6943233d0rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/d27cf99840134e741e7c3bd6943233d0rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/38ae2c11ca389d3dc118653433f1682frest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/38ae2c11ca389d3dc118653433f1682frest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/26d1db099760ed7518316936630919e0rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/26d1db099760ed7518316936630919e0rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9d8babe6e0811b5856871bd9f4cada31rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/9d8babe6e0811b5856871bd9f4cada31rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8c71823d7b175a0795a7acccdc93a23brest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/8c71823d7b175a0795a7acccdc93a23brest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3456249dfde372a5b03e093c7c6ee0f2rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3456249dfde372a5b03e093c7c6ee0f2rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3bf235ef589de98f9d8569bac2d085fdrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/3bf235ef589de98f9d8569bac2d085fdrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/18109bddb9f03d4e839687bd70c25c3erest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/18109bddb9f03d4e839687bd70c25c3erest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6497f21bddab93942bf3ba0d0f049e59rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6497f21bddab93942bf3ba0d0f049e59rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0d7da1af7de6e65f79f193bf27497b33rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/0d7da1af7de6e65f79f193bf27497b33rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6428ba44cd6d3b1f1285655ec7315600rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/6428ba44cd6d3b1f1285655ec7315600rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a81b0b063c5299c734b1eae44fe6d5dbrest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a81b0b063c5299c734b1eae44fe6d5dbrest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e17e371b0bd757457f89511ce5411797rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/e17e371b0bd757457f89511ce5411797rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dd404d682b893565d4fcf571247c924crest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/dd404d682b893565d4fcf571247c924crest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd0e06e1022892be10e5de4e011ba300rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/cd0e06e1022892be10e5de4e011ba300rest.cacheid
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a36ef5d0ec1eeca14029d1eafb950111rest.cachefile
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/.pear/a36ef5d0ec1eeca14029d1eafb950111rest.cacheid
>> dir+      /usr/local/www/apache22/data/OpenPNE3_est/data/fixtures_tmp
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...00_000_revision_5efda284d82033899a0828955f4ee4be.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._import_profile_5c677e55f7148ecaa32d3168b5a78ba1.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...rt_first_member_6205939e1ff44442235de6e5890db72a.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...port_admin_user_8b2eb47270ce9ee5832e636187bb0d0d.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...mport_navi_menu_1bd4231f494443f21132508a4acbed11.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._import_gadgets_dee0ea0c45eb27fb8e99aba31f496cca.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...obile_navi_menu_6ce68d499bc9528affb76c64094ff66a.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...munity_category_d0a021521be72c3928035f85515ea505.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...ckend_navi_menu_91d95ca5d64bdd9a707d4c6b4cad3793.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...9_import_banner_02b24271a17a0f8fd9f915352be7ee8d.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...mport_sns_terms_109ccbf28c087de8af01f098c8768572.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._010_navigation_d2a9e14728c47249fcbc25bec92a35e1.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../001_020_gadget_1c6fec5afcbfeb47a49e4360e6d78382.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...02_000_revision_f8146fd648c8c63273e9447a480b39a2.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._001_navigation_d6fe8ce30ee5ac27b2b64b707e95f79f.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._010_navigation_c3584c80b3600998e16f13409be5bc8e.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../003_020_gadget_1b4d97b917321c88c2010d3f7a233ae0.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...04_000_revision_80bbe65e9768b3743aa39e52bfaef168.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../004_010_gadget_0c814abff408be271713b39e2982ddfa.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._020_navigation_b3e92eb870ba52085279f45ddd3f18d3.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...navigation_menu_7f2d67d5eb6f2687a2dda84b02939e90.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...05_000_revision_7b01fee353e3a169ed626d3dbe0d1e6f.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._010_navigation_141f45c7d44196180bc608085aee875a.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../005_020_gadget_1aab588f221e837132f470485f77f8ee.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...06_000_revision_42be04b7b2b592a32e0525258b78ea0b.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...rt_message_type_8328dbe996da57971da0dbe78ff012fc.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...mport_navi_menu_7006a21d02b992321d807a56337adbe3.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...07_000_revision_7a3c2c1f1c8b7d161f4a8cbd88a640a2.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._010_navigation_f84b41a0a2e994e262f48fca92cdd56e.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../007_020_gadget_19f68277b9407f9a6cedb6a1e7b08a77.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...07_030_security_382a14c549529705e6f0507c023ced83.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../007_100_paypal_999833892ac7c58564d662212028fd9b.yml
>> file+     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...i_configuration_a4426b008e6982b09d54721cbe70bed1.yml
>> doctrine  Dropping "doctrine" database
>> doctrine  Creating "prod" environment "doctrine" database
>> doctrine  generating model classes
>> file+     /var/tmp/doctrine_schema_81050.yml
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...mmunityTopicPlugin/base/BaseCommunityTopic.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...TopicPlugin/base/BaseCommunityTopicComment.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...mmunityTopicPlugin/base/BaseCommunityEvent.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...TopicPlugin/base/BaseCommunityEventComment.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...yTopicPlugin/base/BaseCommunityEventMember.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opAlbumPlugin/base/BaseAlbum.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opAlbumPlugin/base/BaseAlbumImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opAshiatoPlugin/base/BaseAshiato.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseActivityImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMemberRelationship.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMemberImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseFile.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseFileBin.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseProfile.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseProfileOption.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMemberProfile.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunity.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunityMember.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunityMemberPosition.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseAdminUser.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseSnsConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMemberConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunityConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseCommunityCategory.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseGadget.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseGadgetConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseNavigation.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseBlacklist.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOAuthConsumerInformation.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOAuthAbstractToken.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOAuthAdminToken.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOAuthMemberToken.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseBanner.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseBannerImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseBannerUseImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseSession.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseOpenIDTrustLog.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseSnsTerm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseNotificationMail.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BasePlugin.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseSkinConfig.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseActivityData.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/base/BaseMember.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opDiaryPlugin/base/BaseDiary.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opDiaryPlugin/base/BaseDiaryImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/doctrine/opDiaryPlugin/base/BaseDiaryComment.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...e/opDiaryPlugin/base/BaseDiaryCommentImage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/.../opDiaryPlugin/base/BaseDiaryCommentUnread.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/.../opDiaryPlugin/base/BaseDiaryCommentUpdate.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...trine/opMessagePlugin/base/BaseMessageType.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...e/opMessagePlugin/base/BaseSendMessageData.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...trine/opMessagePlugin/base/BaseMessageFile.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...e/opMessagePlugin/base/BaseMessageSendList.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...ne/opMessagePlugin/base/BaseDeletedMessage.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...ne/opOpenSocialPlugin/base/BaseApplication.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...penSocialPlugin/base/BaseMemberApplication.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...alPlugin/base/BaseMemberApplicationSetting.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/model/...lPlugin/base/BaseApplicationPersistentData.class.php
>> autoload  Resetting application autoloaders
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_autoload.yml.php
>> doctrine  generating form classes
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...icPlugin/base/BaseCommunityEventMemberForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...ityTopicPlugin/base/BaseCommunityTopicForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...cPlugin/base/BaseCommunityTopicCommentForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...ityTopicPlugin/base/BaseCommunityEventForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...cPlugin/base/BaseCommunityEventCommentForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...munityTopicPlugin/CommunityEventMemberForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d.../opCommunityTopicPlugin/CommunityTopicForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...unityTopicPlugin/CommunityTopicCommentForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d.../opCommunityTopicPlugin/CommunityEventForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...unityTopicPlugin/CommunityEventCommentForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseSnsTermTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseActivityImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseAdminUserForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseBannerForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseBannerImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseBannerUseImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseBlacklistForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseCommunityForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseCommunityCategoryForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseCommunityConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseCommunityMemberForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseFileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseCommunityMemberPositionForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseFileBinForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseGadgetForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseGadgetConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseMemberForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseMemberConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseMemberImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseMemberProfileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseMemberRelationshipForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseNavigationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseNotificationMailForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseOAuthAdminTokenForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...rine/base/BaseOAuthConsumerInformationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseOAuthMemberTokenForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseOpenIDTrustLogForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BasePluginForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseProfileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseProfileOptionForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseopProfileOptionEmulatorForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseSessionForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseSkinConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseSnsConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseSnsTermForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseBannerTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseNavigationTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...e/base/BaseNotificationMailTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseProfileTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...rine/base/BaseProfileOptionTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...BaseopProfileOptionEmulatorTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/base/BaseActivityDataForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...DiaryPlugin/base/BaseDiaryCommentImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...iaryPlugin/base/BaseDiaryCommentUnreadForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...iaryPlugin/base/BaseDiaryCommentUpdateForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...rine/opDiaryPlugin/base/BaseDiaryImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opDiaryPlugin/base/BaseDiaryForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...ne/opDiaryPlugin/base/BaseDiaryCommentForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opDiaryPlugin/DiaryCommentImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opDiaryPlugin/DiaryCommentUnreadForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opDiaryPlugin/DiaryImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opDiaryPlugin/DiaryForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opDiaryPlugin/DiaryCommentForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opDiaryPlugin/DiaryCommentUpdateForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...ocialPlugin/base/BaseMemberApplicationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...ugin/base/BaseMemberApplicationSettingForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...pOpenSocialPlugin/base/BaseApplicationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...Plugin/base/BaseApplicationTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...gin/base/BaseApplicationPersistentDataForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...e/opOpenSocialPlugin/MemberApplicationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...nSocialPlugin/MemberApplicationSettingForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opOpenSocialPlugin/ApplicationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...penSocialPlugin/ApplicationTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...SocialPlugin/ApplicationPersistentDataForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opAshiatoPlugin/base/BaseAshiatoForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opAshiatoPlugin/AshiatoForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...e/opMessagePlugin/base/BaseMessageFileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...MessagePlugin/base/BaseMessageSendListForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...e/opMessagePlugin/base/BaseMessageTypeForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...Plugin/base/BaseMessageTypeTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...MessagePlugin/base/BaseSendMessageDataForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...pMessagePlugin/base/BaseDeletedMessageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opMessagePlugin/MessageFileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opMessagePlugin/MessageSendListForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...opMessagePlugin/MessageTypeTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opMessagePlugin/SendMessageDataForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opMessagePlugin/DeletedMessageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opMessagePlugin/MessageTypeForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...rine/opAlbumPlugin/base/BaseAlbumImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opAlbumPlugin/base/BaseAlbumForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opAlbumPlugin/AlbumImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opAlbumPlugin/AlbumForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/BaseFormDoctrine.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/BlacklistForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/CommunityCategoryForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/CommunityConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/CommunityFileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/CommunityForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/CommunityMemberForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/CommunityMemberPositionForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/FileBinForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/FileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/GadgetConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/GadgetForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/ImageForm.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/IntroFriendForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/InviteForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/InvitelistForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/MemberConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/MemberForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/MemberImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/MemberProfileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/MemberRelationshipForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/NavigationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/PluginForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/NavigationTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/NotificationMailForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/NotificationMailTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/OAuthAdminTokenForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/OAuthConsumerInformationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/OAuthMemberTokenForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/OpenIDTrustLogForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/ProfileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/ProfileOptionForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/ProfileOptionTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/ProfileTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/RejectMemberForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/SessionForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/SkinConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/SnsConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/SnsTermForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/ActivityDataForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opPermitMemberConfigSnsConfigForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/opProfileOptionEmulatorForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/d...ine/opProfileOptionEmulatorTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/SnsTermTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/ActivityImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/AdminUserForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/BannerForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/BannerImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/BannerTranslationForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/doctrine/BannerUseImageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/MemberConfigForm/MemberConfigPublicFlagForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/MemberConfigForm/MemberConfigGeneralForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/MemberConfigForm/MemberConfigLanguageForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/MemberConfigForm/MemberConfigMailForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/M...erConfigForm/MemberConfigMobileAddressForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/MemberConfigForm/MemberConfigPasswordForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/MemberConfigForm/MemberConfigPcAddressForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/MemberConfigForm/MemberConfigAccessBlock.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/searchForm/opMemberProfileSearchForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opAuthLoginForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opAuthRegisterForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opCaptchaForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opChangeCommunityAdminRequestForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opCommunityJoiningForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opCommunityQuittingForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opLanguageSelecterForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opPresetProfileForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/sfOpenPNEAuthForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/BaseForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/sfOpenPNEPasswordForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/FriendLinkForm.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/form/opAuthConfigForm.class.php
>> autoload  Resetting application autoloaders
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_autoload.yml.php
>> doctrine  generating filter form classes
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ssagePlugin/base/BaseMessageFileFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ePlugin/base/BaseMessageSendListFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ssagePlugin/base/BaseMessageTypeFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter.../base/BaseMessageTypeTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ePlugin/base/BaseSendMessageDataFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...gePlugin/base/BaseDeletedMessageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...rine/opMessagePlugin/MessageFileFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter.../opMessagePlugin/MessageSendListFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...agePlugin/MessageTypeTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter.../opMessagePlugin/SendMessageDataFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...e/opMessagePlugin/DeletedMessageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...rine/opMessagePlugin/MessageTypeFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...lugin/base/BaseMemberApplicationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ase/BaseMemberApplicationSettingFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ocialPlugin/base/BaseApplicationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter.../base/BaseApplicationTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...se/BaseApplicationPersistentDataFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...enSocialPlugin/MemberApplicationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...lPlugin/MemberApplicationSettingFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...e/opOpenSocialPlugin/ApplicationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ialPlugin/ApplicationTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...Plugin/ApplicationPersistentDataFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...opAshiatoPlugin/base/BaseAshiatoFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/opAshiatoPlugin/AshiatoFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...lugin/base/BaseDiaryCommentImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ugin/base/BaseDiaryCommentUnreadFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ugin/base/BaseDiaryCommentUpdateFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...pDiaryPlugin/base/BaseDiaryImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ine/opDiaryPlugin/base/BaseDiaryFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...iaryPlugin/base/BaseDiaryCommentFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter.../opDiaryPlugin/DiaryCommentImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...opDiaryPlugin/DiaryCommentUnreadFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/opDiaryPlugin/DiaryImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/opDiaryPlugin/DiaryFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...trine/opDiaryPlugin/DiaryCommentFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...opDiaryPlugin/DiaryCommentUpdateFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...pAlbumPlugin/base/BaseAlbumImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ine/opAlbumPlugin/base/BaseAlbumFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/opAlbumPlugin/AlbumImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/opAlbumPlugin/AlbumFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ProfileOptionEmulatorTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseActivityImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseAdminUserFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseBannerFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseBannerImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseBannerUseImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseBlacklistFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseCommunityFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...trine/base/BaseCommunityCategoryFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseCommunityConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseCommunityMemberFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...base/BaseCommunityMemberPositionFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseFileFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseFileBinFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseGadgetFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseGadgetConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseMemberFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseMemberConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseMemberImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseMemberProfileFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...rine/base/BaseMemberRelationshipFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseNavigationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ctrine/base/BaseNotificationMailFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseOAuthAdminTokenFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ase/BaseOAuthConsumerInformationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ctrine/base/BaseOAuthMemberTokenFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseOpenIDTrustLogFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BasePluginFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseProfileFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseProfileOptionFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...base/BaseopProfileOptionEmulatorFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseSessionFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseSkinConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseSnsConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseSnsTermFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...trine/base/BaseBannerTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...e/base/BaseNavigationTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter.../BaseNotificationMailTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...rine/base/BaseProfileTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ase/BaseProfileOptionTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...rine/base/BaseSnsTermTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/base/BaseActivityDataFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...in/base/BaseCommunityEventMemberFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...icPlugin/base/BaseCommunityTopicFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...n/base/BaseCommunityTopicCommentFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...icPlugin/base/BaseCommunityEventFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...n/base/BaseCommunityEventCommentFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...TopicPlugin/CommunityEventMemberFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...munityTopicPlugin/CommunityTopicFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...opicPlugin/CommunityTopicCommentFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...munityTopicPlugin/CommunityEventFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...opicPlugin/CommunityEventCommentFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/CommunityCategoryFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/CommunityConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/CommunityFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/CommunityMemberFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/FileBinFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/FileFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/GadgetConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/GadgetFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/IntroFriendFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/MemberConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/MemberFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/MemberImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/MemberProfileFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/MemberRelationshipFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/NavigationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/NavigationTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/OAuthAdminTokenFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/OAuthConsumerInformationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/OAuthMemberTokenFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/OpenIDTrustLogFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/ProfileFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/ProfileOptionFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/ProfileOptionTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/ProfileTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/SessionFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/SnsConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/opProfileOptionEmulatorFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...ProfileOptionEmulatorTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/ActivityDataFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/ActivityImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/CommunityMemberPositionFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/NotificationMailFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/PluginFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/SkinConfigFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/SnsTermFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter...rine/NotificationMailTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/AdminUserFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/SnsTermTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/BannerFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/BannerImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/BannerTranslationFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/BannerUseImageFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/BaseFormFilterDoctrine.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/doctrine/BlacklistFormFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/opAPISecurityFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/opAppendXRDSHeaderFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/opCacheControlFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/opCheckEnabledApplicationFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/opCheckOAuthAccessTokenFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/opEmojiFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/sfDenyFromNonMobileFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/sfMobileIOFilter.class.php
>> tokens    /usr/local/www/apache22/data/OpenPNE3_est/lib/filter/sfOpenPNEExecutionFilter.class.php
>> autoload  Resetting application autoloaders
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/cache/cli/api/prod/config/config_autoload.yml.php
>> doctrine  generating sql for models
>> doctrine  Generated SQL successfully for models
>> doctrine  created tables successfully
>> doctrine  Loading data fixtures from "/usr/local/www/apache22/data/OpenPNE3_est/data/fixtures_tmp"
>> doctrine  Data was successfully loaded
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...i_configuration_a4426b008e6982b09d54721cbe70bed1.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../007_100_paypal_999833892ac7c58564d662212028fd9b.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...07_030_security_382a14c549529705e6f0507c023ced83.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../007_020_gadget_19f68277b9407f9a6cedb6a1e7b08a77.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._010_navigation_f84b41a0a2e994e262f48fca92cdd56e.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...07_000_revision_7a3c2c1f1c8b7d161f4a8cbd88a640a2.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...mport_navi_menu_7006a21d02b992321d807a56337adbe3.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...rt_message_type_8328dbe996da57971da0dbe78ff012fc.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...06_000_revision_42be04b7b2b592a32e0525258b78ea0b.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../005_020_gadget_1aab588f221e837132f470485f77f8ee.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._010_navigation_141f45c7d44196180bc608085aee875a.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...05_000_revision_7b01fee353e3a169ed626d3dbe0d1e6f.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...navigation_menu_7f2d67d5eb6f2687a2dda84b02939e90.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._020_navigation_b3e92eb870ba52085279f45ddd3f18d3.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../004_010_gadget_0c814abff408be271713b39e2982ddfa.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...04_000_revision_80bbe65e9768b3743aa39e52bfaef168.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../003_020_gadget_1b4d97b917321c88c2010d3f7a233ae0.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._010_navigation_c3584c80b3600998e16f13409be5bc8e.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._001_navigation_d6fe8ce30ee5ac27b2b64b707e95f79f.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...02_000_revision_f8146fd648c8c63273e9447a480b39a2.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu.../001_020_gadget_1c6fec5afcbfeb47a49e4360e6d78382.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._010_navigation_d2a9e14728c47249fcbc25bec92a35e1.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...mport_sns_terms_109ccbf28c087de8af01f098c8768572.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...ckend_navi_menu_91d95ca5d64bdd9a707d4c6b4cad3793.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...munity_category_d0a021521be72c3928035f85515ea505.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...obile_navi_menu_6ce68d499bc9528affb76c64094ff66a.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...9_import_banner_02b24271a17a0f8fd9f915352be7ee8d.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._import_gadgets_dee0ea0c45eb27fb8e99aba31f496cca.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...mport_navi_menu_1bd4231f494443f21132508a4acbed11.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...port_admin_user_8b2eb47270ce9ee5832e636187bb0d0d.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...rt_first_member_6205939e1ff44442235de6e5890db72a.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu..._import_profile_5c677e55f7148ecaa32d3168b5a78ba1.yml
>> file-     /usr/local/www/apache22/data/OpenPNE3_est/data/fixtu...00_000_revision_5efda284d82033899a0828955f4ee4be.yml
>> dir-      /usr/local/www/apache22/data/OpenPNE3_est/data/fixtures_tmp
>> plugin    Configuring plugin - opAlbumPlugin
>> plugin    Configuring plugin - opAshiatoPlugin
>> plugin    Configuring plugin - opAuthMailAddressPlugin
>> plugin    Configuring plugin - opAuthMobileUIDPlugin
>> plugin    Configuring plugin - opAuthOpenIDPlugin
>> plugin    Configuring plugin - opBlogPlugin
>> plugin    Configuring plugin - opCommunityTopicPlugin
>> plugin    Configuring plugin - opDiaryPlugin
>> plugin    Configuring plugin - opMessagePlugin
>> plugin    Configuring plugin - opOpenSocialPlugin
>> plugin    Configuring plugin - opSkinBasicPlugin
>> plugin    Configuring plugin - opSkinClassicPlugin
>> plugin    Configuring plugin - opWebAPIPlugin
>> plugin    Configuring plugin - sfDoctrinePlugin
>> plugin    Configuring plugin - sfFormExtraPlugin
>> plugin    Configuring plugin - sfImageHandlerPlugin
>> plugin    Configuring plugin - sfProtoculousPlugin
>> plugin    Configuring plugin - sfSymfonyTemplatingViewPlugin
>> installer installation is completed!

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS