500 | Internal Server Error | PropelException
[wrapped: SQLSTATE[HY000]: General error: 10 disk I/O error]
stack trace
- at ()
in SF_SYMFONY_LIB_DIR/plugins/sfPropelPlugin/lib/vendor/propel/util/BasePeer.php line 522 ...
- if ($stmt) $stmt = null; // close
- if ($criteria->isUseTransaction()) $con->rollBack();
- Propel::log($e->getMessage(), Propel::LOG_ERR);
- throw new PropelException($e);
- }
- return $stmt;
- at BasePeer::doCount(object(\'Criteria\'), object(\'DebugPDO\'))
in SF_ROOT_DIR/lib/model/om/BaseArticlePeer.php line 158 ...
- }
- $stmt = BasePeer::doCount($criteria, $con);
- if ($row = $stmt->fetch(PDO::FETCH_NUM)) {
- $count = (int) $row[0];
- at BaseArticlePeer::doCount(object(\'Criteria\'))
in n/a line n/a ...
- at call_user_func(array(\'ArticlePeer\', \'doCount\'), object(\'Criteria\'))
in SF_SYMFONY_LIB_DIR/plugins/sfPropelPlugin/lib/addon/sfPropelPager.class.php line 45 ...
- $cForCount->setLimit(0);
- $cForCount->clearGroupByColumns();
- $count = call_user_func(array($this->getClassPeer(), $this->getPeerCountMethod()), $cForCount);
- $this->setNbResults($hasMaxRecordLimit ? min($count, $maxRecordLimit) : $count);
- at sfPropelPager->init()
in SF_ROOT_DIR/cache/backend_compat/test/modules/autoArticle/actions/actions.class.php line 32 ...
- $this->addFiltersCriteria($c);
- $this->pager->setCriteria($c);
- $this->pager->setPage($this->getRequestParameter(\'page\', $this->getUser()->getAttribute(\'page\', 1, \'sf_admin/article\')));
- $this->pager->init();
- // save page
- if ($this->getRequestParameter(\'page\')) {
- $this->getUser()->setAttribute(\'page\', $this->getRequestParameter(\'page\'), \'sf_admin/article\');
- at autoArticleActions->executeList(object(\'sfWebRequest\'))
in SF_SYMFONY_LIB_DIR/action/sfActions.class.php line 60 ...
- }
- // run action
- return $this->$actionToRun($request);
- }
- }
-
- at sfActions->execute(object(\'sfWebRequest\'))
in SF_SYMFONY_LIB_DIR/plugins/sfCompat10Plugin/lib/filter/sfValidationExecutionFilter.class.php line 167 ...
- {
- // execute the action
- $actionInstance->preExecute();
- $viewName = $actionInstance->execute($this->context->getRequest());
- $actionInstance->postExecute();
- return $viewName ? $viewName : sfView::SUCCESS;
- at sfValidationExecutionFilter->executeAction(object(\'articleActions\'))
in SF_SYMFONY_LIB_DIR/plugins/sfCompat10Plugin/lib/filter/sfValidationExecutionFilter.class.php line 85 ...
- return sfView::SUCCESS;
- }
- return $this->validateAction($filterChain, $actionInstance) ? $this->executeAction($actionInstance) : $this->handleErrorAction($actionInstance);
- }
- /**
- at sfValidationExecutionFilter->handleAction(object(\'sfFilterChain\'), object(\'articleActions\'))
in SF_SYMFONY_LIB_DIR/plugins/sfCompat10Plugin/lib/filter/sfValidationExecutionFilter.class.php line 43 ...
- $timer = sfTimerManager::getTimer(sprintf(\'Action "%s/%s"\', $actionInstance->getModuleName(), $actionInstance->getActionName()));
- }
- $viewName = $this->handleAction($filterChain, $actionInstance);
- if (sfConfig::get(\'sf_debug\') && sfConfig::get(\'sf_logging_enabled\'))
- {
- at sfValidationExecutionFilter->execute(object(\'sfFilterChain\'))
in SF_SYMFONY_LIB_DIR/filter/sfFilterChain.class.php line 53 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_SYMFONY_LIB_DIR/filter/sfCommonFilter.class.php line 29 ...
- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- // execute this filter only once
- $response = $this->context->getResponse();
- at sfCommonFilter->execute(object(\'sfFilterChain\'))
in SF_SYMFONY_LIB_DIR/filter/sfFilterChain.class.php line 53 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_SYMFONY_LIB_DIR/util/sfBrowser.class.php line 161 ...
- {
- public function execute($filterChain)
- {
- $filterChain->execute();
- $this->context->getResponse()->sendContent();
- }
- at sfFakeRenderingFilter->execute(object(\'sfFilterChain\'))
in SF_SYMFONY_LIB_DIR/filter/sfFilterChain.class.php line 53 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_SYMFONY_LIB_DIR/controller/sfController.class.php line 245 ...
- }
- // process the filter chain
- $filterChain->execute();
- }
- else
- {
- at sfController->forward(\'article\', \'list\')
in SF_SYMFONY_LIB_DIR/controller/sfFrontWebController.class.php line 48 ...
- }
- // make the first request
- $this->forward($moduleName, $actionName);
- }
- catch (sfException $e)
- {
- at sfFrontWebController->dispatch()
in SF_SYMFONY_LIB_DIR/util/sfBrowser.class.php line 43 ...
- // dispatch our request
- ob_start();
- $this->context->getController()->dispatch();
- $retval = ob_get_clean();
- // append retval to the response content
- at sfBrowser->doCall()
in SF_SYMFONY_LIB_DIR/util/sfBrowserBase.class.php line 322 ...
- $_COOKIE[$name] = $cookie[\'value\'];
- }
- $this->doCall();
- $response = $this->getResponse();
- at sfBrowserBase->call(\'/article/list\', \'get\', array(), 1)
in SF_SYMFONY_LIB_DIR/test/sfTestFunctionalBase.class.php line 245 ...
- $tester->prepare();
- }
- $this->browser->call($uri, $method, $parameters, $changeStack);
- return $this;
- }
- at sfTestFunctionalBase->call(\'/article/list\', \'get\', array(), 1)
in SF_SYMFONY_LIB_DIR/test/sfTestFunctionalBase.class.php line 183 ...
- */
- public function get($uri, $parameters = array(), $changeStack = true)
- {
- return $this->call($uri, \'get\', $parameters, $changeStack);
- }
- /**
- at sfTestFunctionalBase->get(\'/article/list\')
in SF_SYMFONY_LIB_DIR/test/sfTestFunctionalBase.class.php line 199 ...
- public function getAndCheck($module, $action, $url = null, $code = 200)
- {
- return $this->
- get(null !== $url ? $url : sprintf(\'/%s/%s\', $module, $action))->
- with(\'request\')->begin()->
- isParameter(\'module\', $module)->
- isParameter(\'action\', $action)->
- at sfTestFunctionalBase->getAndCheck(\'article\', \'list\')
in SF_SYMFONY_LIB_DIR/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php line 44 ...
- $content = $b->getResponse()->getContent();
- $b->
- getAndCheck(\'article\', \'list\')->
- // title
- checkResponseElement(\'body h1\', \'article list\')->
symfony settings ...
mod_article_enabled: true
mod_article_is_internal: false
mod_article_view_class: sfPHP
sf_admin_module_web_dir: /sfPropelPlugin
sf_admin_web_dir: /sf/sf_admin
sf_app: backend_compat
sf_app_base_cache_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/backend_compat
sf_app_cache_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/backend_compat/test
sf_app_config_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/backend_compat/config
sf_app_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/backend_compat
sf_app_i18n_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/backend_compat/i18n
sf_app_lib_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/backend_compat/lib
sf_app_module_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/backend_compat/modules
sf_app_template_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps/backend_compat/templates
sf_apps_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/apps
sf_cache: false
sf_cache_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache
sf_calendar_web_dir: /sf/calendar
sf_charset: utf-8
sf_check_lock: false
sf_check_symfony_version: false
sf_compat_10: true
sf_compressed: false
sf_config_cache_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/backend_compat/test/config
sf_config_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/config
sf_csrf_secret: false
sf_data_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/data
sf_debug: true
sf_default_culture: en
sf_doc_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/doc
sf_enabled_modules:
- default
sf_environment: test
sf_error_404_action: error404
sf_error_404_module: default
sf_error_reporting: 32759
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: false
sf_etag: false
sf_execution_filter:
- sfValidationExecutionFilter
- { }
sf_i18n: false
sf_i18n_cache_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/backend_compat/test/i18n
sf_lazy_cache_key: false
sf_lib_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/lib
sf_log_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/log
sf_logging_enabled: true
sf_login_action: login
sf_login_module: default
sf_max_forwards: 5
sf_module_cache_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/backend_compat/test/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: false
sf_orm: propel
sf_plugins_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/plugins
sf_prototype_web_dir: /sfProtoculousPlugin
sf_rendering_filter:
- sfFakeRenderingFilter
- null
sf_rich_text_js_dir: js/tiny_mce
sf_root_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
- Form
sf_strip_comments: true
sf_symfony_lib_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib
sf_template_cache_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/backend_compat/test/template
sf_test: true
sf_test_cache_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/cache/backend_compat/test/test
sf_test_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/test
sf_upload_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/web/uploads
sf_use_database: true
sf_validation_error_class: form_error
sf_validation_error_id_prefix: error_for_
sf_validation_error_prefix: ' ↓ '
sf_validation_error_suffix: ' ↓'
sf_web_debug: false
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/fixtures/web
request ...
parameterHolder:
action: list
module: article
attributeHolder:
sf_route: 'sfRoute Object()'
response ...
options:
http_protocol: HTTP/1.1
logging: '1'
charset: utf-8
send_http_headers: false
content_type: 'text/html; charset=utf-8'
cookies: { }
httpHeaders:
Content-Type: 'text/html; charset=utf-8'
javascripts: { }
stylesheets: { }
metas: { }
httpMetas: { }
options:
auto_shutdown: false
culture: null
default_culture: en
use_flash: true
logging: '1'
timeout: 1800
attributeHolder: { }
culture: en
global vars ...
cookie: { }
env:
APP_ENGINE: php
APP_ENGINE_VERSION: '5.4'
CFG_CLUSTER: cluster126
DOCUMENT_ROOT: /home/zululandmx/.
ENVIRONMENT: development
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
GEOIP_AREA_CODE: '805'
GEOIP_CITY: 'Santa Paula'
GEOIP_COUNTRY_CODE: US
GEOIP_COUNTRY_NAME: 'United States'
GEOIP_DMA_CODE: '803'
GEOIP_LATITUDE: '34.355598'
GEOIP_LONGITUDE: '-119.070099'
GEOIP_REGION: CA
HTTPS: 'on'
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate'
HTTP_HOST: www.ixoxo.pl
HTTP_REMOTE_IP: 216.73.216.35
HTTP_USER_AGENT: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)'
HTTP_X_FORWARDED_FOR: 216.73.216.35
HTTP_X_FORWARDED_PROTO: https
HTTP_X_OVHREQUEST_ID: 01ce93ee7a58d39d9050c6cac3fe8333
HTTP_X_PREDICTOR: '1'
PHP_SELF: /wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php
PHP_VER: 5_3
QUERY_STRING: ''
REGISTER_GLOBALS: '0'
REMOTE_ADDR: 216.73.216.35
REMOTE_PORT: '13094'
REQUEST_METHOD: GET
REQUEST_TIME: 1769817764
REQUEST_TIME_FLOAT: 1769817764.2129
REQUEST_URI: /wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php
SCRIPT_FILENAME: /home/zululandmx/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php
SCRIPT_NAME: /wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php
SCRIPT_URI: 'https://www.ixoxo.pl:443/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php'
SCRIPT_URL: /wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php
SERVER_ADDR: 10.126.20.10
SERVER_ADMIN: postmaster@www.ixoxo.pl
SERVER_NAME: www.ixoxo.pl
SERVER_PORT: '443'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
UNIQUE_ID: aX1GpLmD-SjEV@ujbP5OHwAACSQ
USER: zululandmx
argc: 0
argv: { }
files: { }
get: { }
post: { }
server:
APP_ENGINE: php
APP_ENGINE_VERSION: '5.4'
CFG_CLUSTER: cluster126
DOCUMENT_ROOT: /home/zululandmx/.
ENVIRONMENT: development
FCGI_ROLE: RESPONDER
GATEWAY_INTERFACE: CGI/1.1
GEOIP_AREA_CODE: '805'
GEOIP_CITY: 'Santa Paula'
GEOIP_COUNTRY_CODE: US
GEOIP_COUNTRY_NAME: 'United States'
GEOIP_DMA_CODE: '803'
GEOIP_LATITUDE: '34.355598'
GEOIP_LONGITUDE: '-119.070099'
GEOIP_REGION: CA
HTTPS: 'on'
HTTP_ACCEPT: '*/*'
HTTP_ACCEPT_ENCODING: 'gzip, br, zstd, deflate'
HTTP_HOST: localhost
HTTP_REFERER: 'https://localhost/article'
HTTP_REMOTE_IP: 216.73.216.35
HTTP_USER_AGENT: PHP5/CLI
HTTP_X_FORWARDED_FOR: 216.73.216.35
HTTP_X_FORWARDED_PROTO: https
HTTP_X_OVHREQUEST_ID: 01ce93ee7a58d39d9050c6cac3fe8333
HTTP_X_PREDICTOR: '1'
PATH_INFO: /article/list
PHP_SELF: /wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php
PHP_VER: 5_3
QUERY_STRING: ''
REGISTER_GLOBALS: '0'
REMOTE_ADDR: 127.0.0.1
REMOTE_PORT: '13094'
REQUEST_METHOD: GET
REQUEST_TIME: 1769817764
REQUEST_TIME_FLOAT: 1769817764.2129
REQUEST_URI: /index.php/article/list
SCRIPT_FILENAME: /index.php
SCRIPT_NAME: /index.php
SCRIPT_URI: 'https://www.ixoxo.pl:443/wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php'
SCRIPT_URL: /wojtyszyn.pl/symfony-1.2.10/lib/plugins/sfPropelPlugin/test/functional/admin_compat/browseTest.php
SERVER_ADDR: 10.126.20.10
SERVER_ADMIN: postmaster@www.ixoxo.pl
SERVER_NAME: localhost
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
UNIQUE_ID: aX1GpLmD-SjEV@ujbP5OHwAACSQ
USER: zululandmx
session_id: cbea84fb182e133098f062ee3d596b8d