500 | Internal Server Error | Google_Service_Exception
Error calling GET https://www.googleapis.com/calendar/v3/users/me/calendarList: (403) Access Not Configured. The API (Calendar API) is not enabled for your project. Please use the Google Developers Console to update your configuration.
stack trace
- at ()
in SF_ROOT_DIR/plugins/opCalendarPlugin/lib/vendor/google-api-php-client/src/Google/Http/REST.php line 83 ...- array('code' => $code, 'errors' => $errors)
- );
- }
- throw new Google_Service_Exception($err, $code, null, $errors);
- }
- // Only attempt to decode the response, if the response code wasn't (204) 'no content'
- at Google_Http_REST::decodeHttpResponse(object('Google_Http_Request'), object('Google_Client'))
in SF_ROOT_DIR/plugins/opCalendarPlugin/lib/vendor/google-api-php-client/src/Google/Http/REST.php line 41 ...- {
- $httpRequest = $client->getIo()->makeRequest($req);
- $httpRequest->setExpectedClass($req->getExpectedClass());
- return self::decodeHttpResponse($httpRequest, $client);
- }
- /**
- at Google_Http_REST::execute(object('Google_Client'), object('Google_Http_Request'))
in SF_ROOT_DIR/plugins/opCalendarPlugin/lib/vendor/google-api-php-client/src/Google/Client.php line 564 ...- $request->enableGzip();
- }
- $request->maybeMoveParametersToBody();
- return Google_Http_REST::execute($this, $request);
- } else if ($request instanceof Google_Http_Batch) {
- return $request->execute();
- } else {
- at Google_Client->execute(object('Google_Http_Request'))
in SF_ROOT_DIR/plugins/opCalendarPlugin/lib/vendor/google-api-php-client/src/Google/Service/Resource.php line 227 ...- return $httpRequest;
- }
- return $this->client->execute($httpRequest);
- }
- protected function convertToArrayAndStripNulls($o)
- at Google_Service_Resource->call('list', array(array()), 'Google_Service_Calendar_CalendarList')
in SF_ROOT_DIR/plugins/opCalendarPlugin/lib/vendor/google-api-php-client/src/Google/Service/Calendar.php line 1120 ...- {
- $params = array();
- $params = array_merge($params, $optParams);
- return $this->call('list', array($params), "Google_Service_Calendar_CalendarList");
- }
- /**
- at Google_Service_Calendar_CalendarList_Resource->listCalendarList()
in SF_ROOT_DIR/plugins/opCalendarPlugin/apps/pc_frontend/modules/calendarApi/actions/actions.class.php line 74 ...- $this->forwardUnless($this->opCalendarOAuth->authenticate(), 'calendarApi', 'index');
- $calendar = new Google_Service_Calendar($this->opCalendarOAuth->getClient());
- $list = $calendar->calendarList->listCalendarList();
- if (!$list)
- {
- at calendarApiActions->executeImport(object('opWebRequest'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/action/sfActions.class.php line 60 ...- }
- // run action
- return $this->$actionToRun($request);
- }
- }
- at sfActions->execute(object('opWebRequest'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 92 ...- {
- // execute the action
- $actionInstance->preExecute();
- $viewName = $actionInstance->execute($this->context->getRequest());
- $actionInstance->postExecute();
- return null === $viewName ? sfView::SUCCESS : $viewName;
- at sfExecutionFilter->executeAction(object('calendarApiActions'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 78 ...- }
- }
- return $this->executeAction($actionInstance);
- }
- /**
- at sfExecutionFilter->handleAction(object('sfFilterChain'), object('calendarApiActions'))
in SF_ROOT_DIR/lib/filter/opExecutionFilter.class.php line 162 ...- try
- {
- $result = parent::handleAction($filterChain, $actionInstance);
- }
- catch (opRuntimeException $e)
- {
- at opExecutionFilter->handleAction(object('sfFilterChain'), object('calendarApiActions'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfExecutionFilter.class.php line 42 ...- {
- $timer = sfTimerManager::getTimer(sprintf('Action "%s/%s"', $actionInstance->getModuleName(), $actionInstance->getActionName()));
- $viewName = $this->handleAction($filterChain, $actionInstance);
- $timer->addTime();
- $timer = sfTimerManager::getTimer(sprintf('View "%s" for "%s/%s"', $viewName, $actionInstance->getModuleName(), $actionInstance->getActionName()));
- at sfExecutionFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/filter/opEmojiFilter.class.php line 29 ...- */
- public function execute($filterChain)
- {
- $filterChain->execute();
- $response = $this->getContext()->getResponse();
- $request = $this->getContext()->getRequest();
- at opEmojiFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfBasicSecurityFilter.class.php line 72 ...- }
- // the user has access, continue
- $filterChain->execute();
- }
- /**
- at sfBasicSecurityFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/filter/opAppendXRDSHeaderFilter.class.php line 26 ...- if (!opConfig::get('enable_openid'))
- {
- $filterChain->execute();
- }
- elseif ('homepage' === $route)
- {
- at opAppendXRDSHeaderFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/filter/opCheckEnabledApplicationFilter.class.php line 39 ...- }
- }
- $filterChain->execute();
- }
- }
- at opCheckEnabledApplicationFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/filter/opCacheControlFilter.class.php line 27 ...- */
- public function execute($filterChain)
- {
- $filterChain->execute();
- if (!headers_sent())
- {
- at opCacheControlFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfRenderingFilter.class.php line 33 ...- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- // get response object
- $response = $this->context->getResponse();
- at sfRenderingFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/filter/sfFilterChain.class.php line 53 ...- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfController.class.php line 238 ...- }
- // process the filter chain
- $filterChain->execute();
- }
- else
- {
- at sfController->forward('calendarApi', 'import')
in SF_ROOT_DIR/lib/vendor/symfony/lib/controller/sfFrontWebController.class.php line 48 ...- }
- // make the first request
- $this->forward($moduleName, $actionName);
- }
- catch (sfException $e)
- {
- at sfFrontWebController->dispatch()
in SF_ROOT_DIR/lib/vendor/symfony/lib/util/sfContext.class.php line 170 ...- */
- public function dispatch()
- {
- $this->getController()->dispatch();
- }
- /**
- at sfContext->dispatch()
in SF_ROOT_DIR/web/pc_frontend_dev.php line 14 ...- require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration('pc_frontend', 'dev', true);
- sfContext::createInstance($configuration)->dispatch();
symfony settings ...
app_blog_action_size: 20 app_blog_component_size: 5 app_blog_rss_cache_dir: /plugins/opBlogPlugin app_diary_comment_is_upload_images: true app_diary_comment_max_image_file_num: 3 app_diary_is_upload_images: true app_diary_max_image_file_num: 3 app_line_introfriend: 5 app_max_introfriend: 5 app_message_is_upload_images: true app_message_max_image_file_num: 3 app_message_pagenate_size: 20 app_ranking_display_self_introduction: false app_update_blog_rss_cache_limit: 100 app_update_span_minute: 5 doctrine_model_builder_options: baseClassName: opDoctrineRecord mod_calendarapi_enabled: true mod_calendarapi_view_class: op op_auth_MailAddress: invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] } enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] } enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] } self_invite_action: { IsConfig: false, Default: opAuthMailAddress/requestRegisterURL } admin_invite: { IsConfig: false, Default: true } help_login_error_action: { Name: self_invite_action, Caption: '', FormType: '', ValueType: '', IsConfig: false, IsRequired: false, Default: opAuthMailAddress/helpLoginError } is_check_multiple_address: { Name: is_check_multiple_address, Caption: ログイン用メールアドレス設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [PCメールアドレスと携帯メールアドレスの両方を受け付ける, PCメールアドレスと携帯メールアドレスのどちらか一方を受け付ける] } auth_mode_caption: { IsConfig: 0, Default: 'E-mail Address Login' } op_auth_MobileUID: invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] } enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: 0, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] } enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [無効にする, 有効にする] } self_invite_action: { IsConfig: false, Default: '' } admin_invite: { IsConfig: false, Default: false } uid_type: { Name: uid_type, Caption: '認証に使用する ID の設定', FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: ['Cookie 内のユニークな ID のみによって認証をおこなう', 'Cookie が利用できる端末の場合は Cookie 内のユニークな ID を用い、それ以外の端末では携帯電話個体識別番号によって認証をおこなう', '携帯電話個体識別番号のみによって認証をおこなう (非推奨)'] } allow_fallback_uid: { Name: allow_fallback_uid, Caption: '(ドコモ、ソフトバンクのみ) 主となる携帯電話個体識別番号が取得できなかった場合に、代替の携帯電話個体識別番号を取得するかどうか', FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [取得しない, '取得する (非推奨)'] } auth_mode_caption: { IsConfig: 0, Default: 'Mobile-UID Login (For Japanese mobile phone)' } op_auth_OpenID: invite_mode: { Name: invite_mode, Caption: 招待モード, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 1, Choices: [招待なしでの登録を許可する, SNS参加者に招待を許可する, 招待を許可しない] } enable_pc: { Name: enable_pc, Caption: PC版有効設定, FormType: radio, ValueType: text, IsConfig: true, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] } enable_mobile: { Name: enable_mobile, Caption: 携帯版有効設定, FormType: radio, ValueType: text, IsConfig: false, IsRequired: true, Default: 0, Choices: [無効にする, 有効にする] } self_invite_action: { IsConfig: false, Default: '' } admin_invite: { IsConfig: false, Default: false } op_base_url: 'http://36x.sano.dazai2.pne.jp' op_check_session_site_identifier: true op_doctrine_cache_key_prefix: '' op_http_proxy: '' op_image_storage: Default op_imagemagick_path: /usr/bin/convert op_is_mail_address_contain_hash: true op_is_restrict_mail_template: true op_is_use_captcha: 1 op_is_use_mobile_cookie: true op_mail_address_hash_length: 12 op_mail_domain: 36x.sano.dazai2.pne.jp op_mobile_proxys: Google: 'http://www.google.co.jp/gwt/x?u=' op_remember_login_limit: 2592000 op_resize_limit_size: '819200000000000000000000' op_session_life_time: pc_frontend: { idletime: 432000 } mobile_frontend: { idletime: 3600 } pc_backend: { idletime: 86400 } op_sid_secret: '1408532661' op_ssl_base_url: pc_frontend: 'https://example.com' mobile_frontend: 'https://example.com' pc_backend: 'https://example.com' api: 'https://example.com' op_ssl_required_actions: pc_frontend: [member/register, member/registerInput, member/registerEnd, member/editProfile, member/config, member/login, member/logout, member/invite] mobile_frontend: [member/editProfile, member/config, member/logout, member/invite] pc_backend: { } op_ssl_required_applications: - pc_backend op_ssl_selectable_actions: pc_frontend: [default/customizingCss] mobile_frontend: [member/register, member/registerInput, member/registerEnd, member/login, member/configUID, member/registerMobileToRegisterEnd] pc_backend: { } op_supported_languages: - en - ja_JP op_table_prefix: '' op_use_imagemagick: 0 op_use_ssl: false openpne_community_category: general: [calendar_show_flag, public_flag, topic_authority, register_policy, description] openpne_community_category_attribute: { } openpne_community_config: calendar_show_flag: { Name: calendar_show_flag, Caption: 'Calendar Show Flag', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: none, Choices: { all: 'All Community Member''s opened Schedule and Community Event', only_member_schedule: 'Only Member''s opend Schedule', only_community_event: 'Only Community Event', none: 'Invalidate a calendar' } } public_flag: { Name: public_flag, Caption: 'Authority to Read Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: 'Everyone can read', auth_commu_member: 'Only %community%''s members can read' } } topic_authority: { Name: topic_authority, Caption: 'Authority to Create Topic', FormType: radio, ValueType: string, IsUnique: false, IsRequired: true, Default: public, Choices: { public: '%Community%''s members can create', admin_only: 'Only %community%''s admin can create' } } register_policy: { Name: register_policy, Caption: 'Register policy', FormType: radio, Default: open, Choices: { open: 'Everyone can join', close: '%Community%''s admin authorization needed' }, IsUnique: false, IsRequired: true } description: { Name: description, Caption: '%community% Description', FormType: textarea, ValueType: string, IsUnique: false, IsRequired: true } openpne_member_category: secretQuestion: [secret_question, secret_answer] blogUrl: [blog_url] schedule: [schedule] diary: [diary] general: { } publicFlag: [profile_page_public_flag, age_public_flag] pcAddress: [pc_address] mobileAddress: [mobile_address] password: [password] accessBlock: [access_block] mail: [daily_news] language: [language, time_zone] openpne_member_category_attribute: secretQuestion: { caption: 'Secret Question Configuration', enable_pc: true, enable_mobile: true } blogUrl: { caption: 'Blog URL Configuration', enable_pc: true, enable_mobile: false } schedule: { caption: 'Schedule Configuration', enable_pc: true, enable_mobile: false } diary: { caption: 'Diary Configuration', enable_pc: true, enable_mobile: true } general: { caption: 'General Configuration', enable_pc: true, enable_mobile: true } publicFlag: { caption: 'Public Flag Configuration', enable_pc: true, enable_mobile: true } pcAddress: { caption: 'PC E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_pc } mobileAddress: { caption: 'Mobile E-mail Address Configuration', enable_pc: true, enable_mobile: true, depending_sns_config: enable_mobile } password: { caption: 'Password Configuration', enable_pc: true, enable_mobile: true } accessBlock: { caption: 'Access Block Configuration', enable_pc: true, enable_mobile: true } mail: { caption: 'Mail Configuration', enable_pc: true, enable_mobile: true } language: { caption: 'Language and Time Zone Configuration', enable_pc: true, enable_mobile: false } openpne_member_config: secret_question: { Name: secret_question, Caption: 'Secret Question', FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false, Choices: { 1: 'What is your father''s / mother''s former name?', 2: 'What is last 5 digits of your driving license number?', 3: 'What is your first crush''s name?', 4: 'What is your finished elementary school?', 5: 'What is region name of your domicile of origin?' } } secret_answer: { Name: secret_answer, Caption: 'Answer for Secret Question', FormType: password, ValueType: text, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: false } blog_url: { Name: blog_url, Caption: 'Blog URL', FormType: input, ValueType: blog_url, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false } schedule: null diary: null profile_page_public_flag: { Name: profile_page_public_flag, Caption: 'Public Flag for Profile Page', FormType: select, ValueType: integer, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 1, Choices: { 4: 'All Users on the Web', 1: 'All Members' } } age_public_flag: { Name: age_public_flag, Caption: 'Public Flag for Age', FormType: select, ValueType: integer, IsRegist: true, IsConfig: true, IsRequired: true, IsUnique: false, IsConfirm: false, Default: 3, Choices: { 4: 'All Users on the Web', 1: 'All Members', 2: '%my_friend%', 3: Private } } pc_address: { Name: pc_address, Caption: 'PC E-mail Address', FormType: input, ValueType: pc_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true } mobile_address: { Name: mobile_address, Caption: 'Mobile E-mail Address', FormType: input, ValueType: mobile_email, IsRegist: false, IsConfig: true, IsRequired: true, IsUnique: true, IsConfirm: true } password: { Name: password, Caption: Password, Info: 'Password must be 6-12 characters.', FormType: password, ValueType: password, IsRegist: true, IsConfig: true, IsUnique: false, IsRequired: true, IsConfirm: true } access_block: { Name: access_block, Caption: 'Access Block', FormType: increased_input, ValueType: pass, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false } daily_news: { Default: 2 } language: { Name: language, Caption: Language, FormType: language_select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: ja_JP } time_zone: { Name: time_zone, Caption: 'Time Zone', FormType: select, ValueType: string, IsRegist: false, IsConfig: true, IsUnique: false, IsRequired: false, IsConfirm: false, Default: '', Choices: { '': None, Pacific/Honolulu: '(GMT-10:00) Hawaii', America/Anchorage: '(GMT-09:00) Alaska', America/Los_Angeles: '(GMT-08:00) Pacific Time (US & Canada)', America/Phoenix: '(GMT-07:00) Arizona', America/Denver: '(GMT-07:00) Mountain Time (US & Canada)', America/Chicago: '(GMT-06:00) Central Time (US & Canada)', America/New_York: '(GMT-05:00) Eastern Time (US & Canada)', America/Indiana/Indianapolis: '(GMT-05:00) Indiana (East)', Kwajalein: '(GMT-12:00) International Date Line West', Pacific/Midway: '(GMT-11:00) Midway Island', Pacific/Samoa: '(GMT-11:00) Samoa', America/Tijuana: '(GMT-08:00) Tijuana, Baja California', America/Chihuahua: '(GMT-07:00) Chihuahua', America/Mazatlan: '(GMT-07:00) Mazatlan', America/Regina: '(GMT-06:00) Saskatchewan', America/Tegucigalpa: '(GMT-06:00) Central America', America/Mexico_City: '(GMT-06:00) Mexico City', America/Monterrey: '(GMT-06:00) Monterrey', America/Bogota: '(GMT-05:00) Bogota', America/Lima: '(GMT-05:00) Lima', America/Rio_Branco: '(GMT-05:00) Rio Branco', America/Caracas: '(GMT-04:30) Caracas', America/Halifax: '(GMT-04:00) Atlantic Time (Canada)', America/Manaus: '(GMT-04:00) Manaus', America/Santiago: '(GMT-04:00) Santiago', America/La_Paz: '(GMT-04:00) La Paz', America/St_Johns: '(GMT-03:30) Newfoundland', America/Moncton: '(GMT-03:00) Georgetown', America/Sao_Paulo: '(GMT-03:00) Brasilia', America/Godthab: '(GMT-03:00) Greenland', America/Montevideo: '(GMT-03:00) Montevideo', Atlantic/South_Georgia: '(GMT-02:00) Mid-Atlantic', Atlantic/Azores: '(GMT-01:00) Azores', Atlantic/Cape_Verde: '(GMT-01:00) Cape Verde Is.', Europe/Dublin: '(GMT) Dublin', Europe/Lisbon: '(GMT) Lisbon', Europe/London: '(GMT) London', Africa/Monrovia: '(GMT) Monrovia', Atlantic/Reykjavik: '(GMT) Reykjavik', Africa/Casablanca: '(GMT) Casablanca', Europe/Belgrade: '(GMT+01:00) Belgrade', Europe/Bratislava: '(GMT+01:00) Bratislava', Europe/Budapest: '(GMT+01:00) Budapest', Europe/Ljubljana: '(GMT+01:00) Ljubljana', Europe/Prague: '(GMT+01:00) Prague', Europe/Sarajevo: '(GMT+01:00) Sarajevo', Europe/Skopje: '(GMT+01:00) Skopje', Europe/Warsaw: '(GMT+01:00) Warsaw', Europe/Zagreb: '(GMT+01:00) Zagreb', Europe/Brussels: '(GMT+01:00) Brussels', Europe/Copenhagen: '(GMT+01:00) Copenhagen', Europe/Madrid: '(GMT+01:00) Madrid', Europe/Paris: '(GMT+01:00) Paris', Africa/Algiers: '(GMT+01:00) West Central Africa', Europe/Amsterdam: '(GMT+01:00) Amsterdam', Europe/Berlin: '(GMT+01:00) Berlin', Europe/Rome: '(GMT+01:00) Rome', Europe/Stockholm: '(GMT+01:00) Stockholm', Europe/Vienna: '(GMT+01:00) Vienna', Europe/Minsk: '(GMT+02:00) Minsk', Africa/Cairo: '(GMT+02:00) Cairo', Europe/Helsinki: '(GMT+02:00) Helsinki', Europe/Riga: '(GMT+02:00) Riga', Europe/Sofia: '(GMT+02:00) Sofia', Europe/Tallinn: '(GMT+02:00) Tallinn', Europe/Vilnius: '(GMT+02:00) Vilnius', Europe/Athens: '(GMT+02:00) Athens', Europe/Bucharest: '(GMT+02:00) Bucharest', Europe/Istanbul: '(GMT+02:00) Istanbul', Asia/Jerusalem: '(GMT+02:00) Jerusalem', Asia/Amman: '(GMT+02:00) Amman', Asia/Beirut: '(GMT+02:00) Beirut', Africa/Windhoek: '(GMT+02:00) Windhoek', Africa/Harare: '(GMT+02:00) Harare', Asia/Kuwait: '(GMT+03:00) Kuwait', Asia/Riyadh: '(GMT+03:00) Riyadh', Asia/Baghdad: '(GMT+03:00) Baghdad', Africa/Nairobi: '(GMT+03:00) Nairobi', Asia/Tbilisi: '(GMT+03:00) Tbilisi', Europe/Moscow: '(GMT+03:00) Moscow', Europe/Volgograd: '(GMT+03:00) Volgograd', Asia/Tehran: '(GMT+03:30) Tehran', Asia/Muscat: '(GMT+04:00) Muscat', Asia/Baku: '(GMT+04:00) Baku', Asia/Yerevan: '(GMT+04:00) Yerevan', Asia/Kabul: '(GMT+04:30) Kabul', Asia/Yekaterinburg: '(GMT+05:00) Ekaterinburg', Asia/Karachi: '(GMT+05:00) Karachi', Asia/Tashkent: '(GMT+05:00) Tashkent', Asia/Calcutta: '(GMT+05:30) Calcutta', Asia/Colombo: '(GMT+05:30) Sri Jayawardenepura', Asia/Katmandu: '(GMT+05:45) Kathmandu', Asia/Dhaka: '(GMT+06:00) Dhaka', Asia/Almaty: '(GMT+06:00) Almaty', Asia/Novosibirsk: '(GMT+06:00) Novosibirsk', Asia/Rangoon: '(GMT+06:30) Yangon (Rangoon)', Asia/Krasnoyarsk: '(GMT+07:00) Krasnoyarsk', Asia/Bangkok: '(GMT+07:00) Bangkok', Asia/Jakarta: '(GMT+07:00) Jakarta', Asia/Brunei: '(GMT+08:00) Beijing', Asia/Chongqing: '(GMT+08:00) Chongqing', Asia/Hong_Kong: '(GMT+08:00) Hong Kong', Asia/Urumqi: '(GMT+08:00) Urumqi', Asia/Irkutsk: '(GMT+08:00) Irkutsk', Asia/Ulaanbaatar: '(GMT+08:00) Ulaan Bataar', Asia/Kuala_Lumpur: '(GMT+08:00) Kuala Lumpur', Asia/Singapore: '(GMT+08:00) Singapore', Asia/Taipei: '(GMT+08:00) Taipei', Australia/Perth: '(GMT+08:00) Perth', Asia/Seoul: '(GMT+09:00) Seoul', Asia/Tokyo: '(GMT+09:00) Tokyo', Asia/Yakutsk: '(GMT+09:00) Yakutsk', Australia/Darwin: '(GMT+09:30) Darwin', Australia/Adelaide: '(GMT+09:30) Adelaide', Australia/Canberra: '(GMT+10:00) Canberra', Australia/Melbourne: '(GMT+10:00) Melbourne', Australia/Sydney: '(GMT+10:00) Sydney', Australia/Brisbane: '(GMT+10:00) Brisbane', Australia/Hobart: '(GMT+10:00) Hobart', Asia/Vladivostok: '(GMT+10:00) Vladivostok', Pacific/Guam: '(GMT+10:00) Guam', Pacific/Port_Moresby: '(GMT+10:00) Port Moresby', Asia/Magadan: '(GMT+11:00) Magadan', Pacific/Fiji: '(GMT+12:00) Fiji', Asia/Kamchatka: '(GMT+12:00) Kamchatka', Pacific/Auckland: '(GMT+12:00) Auckland', Pacific/Tongatapu: '(GMT+13:00) Nuku''alofa', Pacific/Kiritimati: '(GMT+14:00) Kiritimati' } } openpne_sns_category: general: [sns_name, sns_title, admin_mail_address, enable_pc, enable_mobile, enable_friend_link, image_max_filesize, daily_news_day, is_use_captcha, is_allow_post_activity, is_allow_config_public_flag_profile_page, is_allow_web_public_flag_age, nickname_of_member_who_does_not_have_credentials, enable_language, enable_connection, enable_openid] external_login_page: [external_pc_login_url, external_mobile_login_url] authentication: [enable_registration] mobile: [retrieve_uid, font_size, is_check_mobile_ip] policy: [user_agreement, privacy_policy] footer: [footer_before, footer_after] api_keys: [google_maps_api_key, google_AJAX_search_api_key] openpne_sns_category_attribute: general: { Caption: 'General Configuration' } external_login_page: { Caption: 'External Login Page Configuration' } authentication: { Caption: 'Authentication Configuration' } mobile: { Caption: 'Mobile Configuration' } policy: { Caption: 'Site Policy Configuration' } footer: { Hidden: true } api_keys: { Caption: 'API キーの設定' } openpne_sns_config: sns_name: { Name: sns_name, Caption: SNS名, FormType: input, ValueType: text, Default: MySNS, IsRequired: true } sns_title: { Name: sns_title, Caption: ページタイトル, Help: 'HTML の title 要素の内容になります', FormType: input, ValueType: text, Default: '', IsRequired: false } admin_mail_address: { Name: admin_mail_address, Caption: 管理者メールアドレス, FormType: input, ValueType: email, Default: sns@example.com, IsRequired: true, IsTrim: true } enable_pc: { Name: enable_pc, Caption: PC版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] } enable_mobile: { Name: enable_mobile, Caption: 携帯版使用設定, FormType: radio, ValueType: text, IsRequired: true, IsTrim: true, Default: 1, Choices: [使用しない, 使用する] } enable_friend_link: { Name: enable_friend_link, Caption: フレンドリンク使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] } image_max_filesize: { Name: image_max_filesize, Caption: アップロード画像のファイルサイズ制限(bytes), FormType: input, ValueType: regexp, ValueRegexp: '/^[1-9]\d*[K|M]?$/', IsRequired: true, IsTrim: true, Default: 300K } daily_news_day: { Name: daily_news_day, Caption: デイリーニュース受信頻度の設定, Help: 「毎日」「受信しない」以外の選択肢に設定したときの受信頻度を設定します, FormType: checkbox, ValueType: text, IsRequired: true, Default: [0, 3], Choices: [Mon, Tue, Wed, Thu, Fri, Sat, Sun] } is_use_captcha: { Name: is_use_captcha, Caption: 'CAPTCHA 使用設定', Help: 'CAPTCHA (画像のなかの文字列をメンバーに入力させる認証方式) を使用するかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [使用しない, 使用する] } is_allow_post_activity: { Name: is_allow_post_activity, Caption: アクティビティ投稿設定, Help: メンバーからのアクティビティ投稿の可否を設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: [許可しない, 許可する] } is_allow_config_public_flag_profile_page: { Name: is_allow_config_public_flag_profile_page, Caption: メンバーのプロフィールページ公開範囲設定, Help: メンバーがプロフィールページの公開範囲を変更できるようにするどうかを設定します, FormType: radio, ValueType: text, IsRequired: true, Default: 1, Choices: { 0: メンバーの設定を許可する, 1: メンバーの設定を許可しない(全員に公開), 4: メンバーの設定を許可しない(Web全体に公開) } } is_allow_web_public_flag_age: { Name: is_allow_web_public_flag_age, Caption: 'Web 全体への年齢公開許可設定', Help: 'メンバーが年齢を Web 全体に公開できるようにするかどうかを設定します', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [メンバーの設定を許可しない, メンバーの設定を許可する] } nickname_of_member_who_does_not_have_credentials: { Name: nickname_of_member_who_does_not_have_credentials, Caption: 非SNSユーザー表示名設定, Help: 非SNSユーザー(退会したユーザーなど)の表示名を設定します, FormType: text, ValueType: string, IsRequired: false, Default: - } enable_language: { Name: enable_language, Caption: 言語とタイムゾーンの設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] } enable_connection: { Name: enable_connection, Caption: 外部サービスとの接続設定の使用設定, FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] } enable_openid: { Name: enable_openid, Caption: 'OpenID Provider 使用設定', FormType: radio, ValueType: text, IsRequired: true, Default: 0, Choices: [使用しない, 使用する] } external_pc_login_url: { Name: external_pc_login_url, Caption: PC版外部ログインページURL, Help: 'PC版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します<br />※ここで指定するページにはログインフォームを置いておく必要があります<br />※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false, IsTrim: true } external_mobile_login_url: { Name: external_mobile_login_url, Caption: 携帯版外部ログインページURL, Help: '携帯版でログアウトした場合やログインに失敗した場合、ここで指定したURLに遷移します<br />※ここで指定するページにはログインフォームを置いておく必要があります<br />※通常のログインページを使用する場合は空欄にしておきます', FormType: input, ValueType: text, Default: '', IsRequired: false, IsTrim: true } enable_registration: { Name: enable_registration, Caption: 登録の可否, FormType: radio, ValueType: integer, IsRequired: true, Default: 3, Choices: [PC・携帯両方から登録可, PCからのみ登録可, 携帯からのみ登録可, 登録一時停止] } retrieve_uid: { Name: retrieve_uid, Caption: メンバー登録時の携帯個体識別番号取得設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [PC・携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号の登録を必須にする, 携帯登録時に携帯個体識別番号を取得する(任意), 携帯登録時には携帯個体識別番号を取得しない] } font_size: { Name: font_size, Caption: 携帯版フォントサイズ指定設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 0, Choices: [フォントサイズを指定する, フォントサイズを指定しない] } is_check_mobile_ip: { Name: is_check_mobile_ip, Caption: 携帯電話のIP帯域設定, FormType: radio, ValueType: integer, IsRequired: true, Default: 1, Choices: [携帯電話のIP帯域をチェックする, 携帯電話のIP帯域をチェックしない] } user_agreement: { Name: user_agreement, Caption: 利用規約, FormType: textarea, ValueType: string, IsRequired: true, Default: "利用規約はただいま準備中です。\nThe User Agreement is under construction." } privacy_policy: { Name: privacy_policy, Caption: プライバシーポリシー, FormType: textarea, ValueType: string, IsRequired: true, Default: "プライバシーポリシーはただいま準備中です。\nThe Privacy Policy is under construction." } footer_before: { Name: footer_before, Caption: ログイン前フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by <a href="http://www.openpne.jp/" target="_blank">OpenPNE</a>' } footer_after: { Name: footer_after, Caption: ログイン後フッター, FormType: textarea, ValueType: string, IsRequired: false, Default: 'Powered by <a href="http://www.openpne.jp/" target="_blank">OpenPNE</a>' } google_maps_api_key: { Name: 'google maps api key', Caption: 'google maps api key', FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: '' } google_AJAX_search_api_key: { Name: 'google AJAX search api key', Caption: 'google AJAX search api key', FormType: text, ValueType: string, IsRequired: false, IsTrim: true, Default: '' } sf_admin_module_web_dir: /sfDoctrinePlugin sf_admin_web_dir: /sf/sf_admin sf_app: pc_frontend sf_app_base_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend sf_app_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev sf_app_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/config sf_app_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend sf_app_i18n_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/i18n sf_app_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/lib sf_app_module_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/modules sf_app_template_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps/pc_frontend/templates sf_apps_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/apps sf_cache: false sf_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler sf_charset: utf-8 sf_check_lock: false sf_compressed: false sf_config_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/config sf_config_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/config sf_csrf_secret: 1405056254 sf_data_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/data sf_debug: true sf_default_culture: ja_JP sf_enabled_modules: - default - image sf_environment: dev sf_error_404_action: error404 sf_error_404_module: default sf_error_reporting: 30719 sf_escaping_method: ESC_SPECIALCHARS sf_escaping_strategy: true sf_etag: false sf_file_link_format: null sf_i18n: on sf_i18n_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/i18n sf_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib sf_log_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/log sf_logging_enabled: true sf_login_action: login sf_login_module: member sf_module_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/modules sf_module_disabled_action: disabled sf_module_disabled_module: default sf_no_script_name: false sf_orm: doctrine sf_plugins_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/plugins sf_prototype_web_dir: /sfProtoculousPlugin sf_root_dir: /home/sano/sns/36x.sano.dazai2.pne.jp sf_secure_action: secure sf_secure_module: default sf_standard_helpers: - Partial - Cache - I18N - opParts - sfImage - opUtil sf_symfony_lib_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/lib/vendor/symfony/lib sf_template_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/template sf_test_cache_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/cache/apache2handler/pc_frontend/dev/test sf_test_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/test sf_upload_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web/uploads sf_use_database: true sf_web_debug: true sf_web_debug_web_dir: /sf/sf_web_debug sf_web_dir: /home/sano/sns/36x.sano.dazai2.pne.jp/web
request ...
options: path_info_key: PATH_INFO path_info_array: SERVER http_port: null https_port: null default_format: null logging: '1' relative_url_root: null formats: { txt: text/plain, js: [application/javascript, application/x-javascript, text/javascript], css: text/css, json: [application/json, application/x-json], xml: [text/xml, application/xml, application/x-xml], rdf: application/rdf+xml, atom: application/atom+xml } no_script_name: false parameterHolder: action: import module: calendarApi attributeHolder: sf_route: 'sfRoute Object()'
response ...
status: code: 500 text: 'Internal Server Error' options: http_protocol: HTTP/1.1 logging: '1' charset: utf-8 send_http_headers: true content_type: 'text/html; charset=utf-8' cookies: { } httpHeaders: Content-Type: 'text/html; charset=utf-8' javascripts: { } stylesheets: { } metas: { } httpMetas: { }
user ...
options: auto_shutdown: false culture: null default_culture: ja_JP use_flash: true logging: '1' timeout: 432000 session_namespaces: [OpenPNE/user/opSecurityUser/site_identifier, symfony/user/sfUser/lastRequest, symfony/user/sfUser/authenticated, symfony/user/sfUser/credentials, symfony/user/sfUser/attributes] attributeHolder: opSecurityUser: { auth_mode: MailAddress, member_id: '1' } symfony/user/sfUser/flash: { } symfony/user/sfUser/flash/remove: { } culture: ja_JP authenticated: true credentials: - SNSMember lastRequest: 1429502374
global vars ...
cookie: OpenPNE_pc_backend: fc8b3lbpu91a5qpn9kdpgmg7l7 OpenPNE_pc_frontend: 6gbftmlogjrr13eka16gqllol6 _ga: GA1.2.336210598.1417069258 env: { } files: { } get: { } post: { } server: DOCUMENT_ROOT: /var/www/html GATEWAY_INTERFACE: CGI/1.1 HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' HTTP_ACCEPT_ENCODING: 'gzip, deflate' HTTP_ACCEPT_LANGUAGE: 'ja,en-US;q=0.7,en;q=0.3' HTTP_CONNECTION: keep-alive HTTP_COOKIE: '_ga=GA1.2.336210598.1417069258; OpenPNE_pc_frontend=6gbftmlogjrr13eka16gqllol6; OpenPNE_pc_backend=fc8b3lbpu91a5qpn9kdpgmg7l7' HTTP_HOST: 36x.sano.dazai2.pne.jp HTTP_USER_AGENT: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0' PATH: '/sbin:/usr/sbin:/bin:/usr/bin' PATH_INFO: /calendarApi/import PATH_TRANSLATED: 'redirect:/index.php/import' PHP_SELF: /pc_frontend_dev.php/calendarApi/import QUERY_STRING: '' REMOTE_ADDR: 219.103.217.135 REMOTE_PORT: '61625' REQUEST_METHOD: GET REQUEST_TIME: 1429502371 REQUEST_URI: /pc_frontend_dev.php/calendarApi/import SCRIPT_FILENAME: /var/www/sns/36x.sano.dazai2.pne.jp/public_html/pc_frontend_dev.php SCRIPT_NAME: /pc_frontend_dev.php SERVER_ADDR: 49.212.20.148 SERVER_ADMIN: root@localhost SERVER_NAME: 36x.sano.dazai2.pne.jp SERVER_PORT: '80' SERVER_PROTOCOL: HTTP/1.1 SERVER_SIGNATURE: '' SERVER_SOFTWARE: Apache session: OpenPNE/user/opSecurityUser/site_identifier: 'http://36x.sano.dazai2.pne.jp' captcha_keystring: h97nc3 symfony/user/sfUser/attributes: { opSecurityUser: { auth_mode: MailAddress, member_id: '1' }, symfony/user/sfUser/flash: { }, symfony/user/sfUser/flash/remove: { } } symfony/user/sfUser/authenticated: true symfony/user/sfUser/credentials: [SNSMember] symfony/user/sfUser/culture: ja_JP symfony/user/sfUser/lastRequest: 1429502352
symfony v.1.4.13 - php 5.3.3
for help resolving this issue, please visit http://www.symfony-project.org/.