[PropelException]
Unable to execute UPDATE statement. [wrapped: Could not execute update [Native Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '25 WHERE nu_house.HOUSE_ID=8' at line 1] [User Info: UPDATE nu_house SET UPDATED_AT = '2010-07-29 20:15:08',AVERAGE_RATING = 1,25 WHERE nu_house.HOUSE_ID=8]]
stack trace
- at ()
in SF_ROOT_DIR/lib/symfony/vendor/propel/util/BasePeer.php line 411 ...
- if ($rs) $rs->close();
- if ($stmt) $stmt->close();
- Propel::log($e->getMessage(), Propel::LOG_ERR);
- throw new PropelException("Unable to execute UPDATE statement.", $e);
- }
- } // foreach table in the criteria
- at BasePeer::doUpdate(object('Criteria'), object('Criteria'), object('NuProfilerConnection'))
in SF_ROOT_DIR/lib/model/auction/stationary/om/BaseNuHousePeer.php line 542 ...
- // set the correct dbName
- $criteria->setDbName(self::DATABASE_NAME);
- $ret = BasePeer::doUpdate($selectCriteria, $criteria, $con);
-
- foreach (sfMixer::getCallables('BaseNuHousePeer:doUpdate:post') as $callable)
- at BaseNuHousePeer::doUpdate(object('NuHouse'), object('NuProfilerConnection'))
in SF_ROOT_DIR/lib/model/auction/stationary/om/BaseNuHouse.php line 1370 ...
- $this->setNew(false);
- } else {
- $affectedRows += NuHousePeer::doUpdate($this, $con);
- }
- $this->resetModified(); // [HL] After being saved an object is no longer 'modified'
- }
- at BaseNuHouse->doSave(object('NuProfilerConnection'))
in SF_ROOT_DIR/lib/model/auction/stationary/om/BaseNuHouse.php line 1326 ...
- try {
- $con->begin();
- $affectedRows = $this->doSave($con);
- $con->commit();
- foreach (sfMixer::getCallables('BaseNuHouse:save:post') as $callable)
- {
- at BaseNuHouse->save()
in SF_ROOT_DIR/lib/model/auction/stationary/NuHousePeer.php line 22 ...
- foreach(NuHousePeer::doSelect($c) as $house)
- {
- $house->setAverageRating($house->getAvgRate());
- $house->save();
- }
-
- }
- at NuHousePeer::updateAverageRatings(object('Criteria'))
in SF_ROOT_DIR/apps/frontend/modules/house_catalogue/actions/actions.class.php line 347 ...
- {
- if($sort_column == 'average_rating')
- {
- NuHousePeer::updateAverageRatings($c);
- }
-
- $sort_column = NuHousePeer::translateFieldName($sort_column, BasePeer::TYPE_FIELDNAME, BasePeer::TYPE_COLNAME);
- at house_catalogueActions->addSortCriteria(object('Criteria'))
in SF_ROOT_DIR/apps/frontend/modules/house_catalogue/actions/actions.class.php line 451 ...
- $c->add(NuHousePeer::IS_CONFIRMED, 1);
- NuHouseHasCategoryPeer::loadCategorys($c);
-
- $this->addSortCriteria($c);
- $this->addFiltersCriteria($c);
- $this->pager->setCriteria($c);
- $this->pager->setPage($this->getRequestParameter('page', $this->getUser()->getAttribute('page', 1, 'sf_admin/house_catalogue')));
- at house_catalogueActions->pagerList()
in SF_ROOT_DIR/apps/frontend/modules/house_catalogue/actions/actions.class.php line 56 ...
-
- $this->filters = $this->getUser()->getAttributeHolder()->getAll('sf_admin/house_catalogue/filters');
- $this->nu_house_category = NuHouseHasCategoryPeer::doSelectJoinNuCatalogueCategory(new Criteria());
- $this->pagerList();
-
- }
-
- at house_catalogueActions->executeList()
in SF_ROOT_DIR/lib/symfony/action/sfActions.class.php line 53 ...
- }
- // run action
- $ret = $this->$actionToRun();
- return $ret;
- }
- at sfActions->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfExecutionFilter.class.php line 129 ...
- // execute the action
- $actionInstance->preExecute();
- $viewName = $actionInstance->execute();
- if ($viewName == '')
- {
- $viewName = sfView::SUCCESS;
- at sfExecutionFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfFlashFilter.class.php line 50 ...
- }
- // execute next filter
- $filterChain->execute();
- // remove flash that are tagged to be removed
- $names = $userAttributeHolder->getNames('symfony/flash/remove');
- at sfFlashFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfCommonFilter.class.php line 29 ...
- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- // execute this filter only once
- $response = $this->getContext()->getResponse();
- at sfCommonFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfCacheFilter.class.php line 63 ...
- if ($this->executeBeforeExecution())
- {
- $filterChain->execute();
- }
- $this->executeBeforeRendering();
- at sfCacheFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/plugins/sfSslRequirementPlugin/lib/filter/sfSslRequirementFilter.class.php line 57 ...
- }
- }
- $filterChain->execute();
- }
- protected function redirectToHttps()
- at sfSslRequirementFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/apps/frontend/lib/rememberMeFilter.class.php line 22 ...
- }
- }
- // execute next filter
- $filterChain->execute();
- }
- }
- ?>
- at rememberMeFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfRenderingFilter.class.php line 33 ...
- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- if (sfConfig::get('sf_logging_enabled'))
- {
- at sfRenderingFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/controller/sfController.class.php line 283 ...
- }
- // process the filter chain
- $filterChain->execute();
- }
- else
- {
- at sfController->forward('house_catalogue', 'list')
in SF_ROOT_DIR/lib/NuWebController.php line 37 ...
- // make the first request
- $this->forward($moduleName, $actionName);
- }
- catch (sfException $e)
- {
- at NuWebController->dispatch()
in SF_ROOT_DIR/web/index.php line 9 ...
-
- require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
-
- sfContext::getInstance()->getController()->dispatch();
-
symfony settings ...
---
app_base_domain: numia.pl
app_base_url: http://numia.pl
app_bidding_minimum_penetration_rates: 0,01
app_bidding_thresholds:
- 10
- 100
- 1000
- 10000
- 100000
- 100000
app_lucene_index: MyIndex
app_openx_path: ox.mkite.pl/
app_pagger_max: 500
app_params_to_escape_list:
- loadingString
- closeString
app_platnoscipl_description: Płatność za usługi aukcyjne Name Surname #UserId
app_platnoscipl_key1: e9247452af5f03c7e7d82379505193ed
app_platnoscipl_key2: e39c8e4d8b4cd6a78ce3a93e17398fec
app_platnoscipl_pos_auth_key: Ye2haPe
app_platnoscipl_pos_id: 19466
app_portal_name: Monety | Numizmatyka | Aukcyjny portal numizmatyczny
app_portal_owners_0: 23
app_portal_short_name: Numia
app_promo_auctions_horizontal_limit: 5
app_promo_auctions_rand_limit: 10
app_promo_auctions_vertical_limit: 7
app_sfCombinePlugin_asset_version: 1
app_sfCombinePlugin_client_cache_max_age: 10
app_sfCombinePlugin_css:
minify: 1
app_sfCombinePlugin_enabled:
app_sfCombinePlugin_js:
minify:
minify_skip:
pack:
pack_skip:
app_sfDynamicCMS_enabled_in_modules:
- przeglad
- dukat
- kdn
app_sfDynamicCMS_external_blank_target: 1
app_sfDynamicCMS_index: session
app_sfDynamicCMS_routes_register:
app_sfImageTransformPlugin_default_adapter: GD
app_sfImageTransformPlugin_default_image:
mime_type: image/png
filename: Untitled.png
app_sfImageTransformPlugin_font_dir: /usr/share/fonts/truetype/msttcorefonts
app_sfImageTransformPlugin_mime_type:
auto_detect:
library: Fileinfo
app_sfPropelActAsCommentableBehaviorPlugin_allowed_tags:
a: <a>
blockquote: <blockquote>
code: <code>
em: <em>
i: <i>
p: <p>
strong: <strong>
app_sfPropelActAsCommentableBehaviorPlugin_anonymous:
enabled:
app_sfPropelActAsCommentableBehaviorPlugin_count:
enabled:
method: setSfCommentCount
namespace: frontend
app_sfPropelActAsCommentableBehaviorPlugin_date_format: words
app_sfPropelActAsCommentableBehaviorPlugin_max_tokens: 15
app_sfPropelActAsCommentableBehaviorPlugin_namespaces:
backend: administrator
app_sfPropelActAsCommentableBehaviorPlugin_salt: csdafasLKk00k
app_sfPropelActAsCommentableBehaviorPlugin_use_css:
app_sfPropelActAsCommentableBehaviorPlugin_use_gravatar: 1
app_sfPropelActAsCommentableBehaviorPlugin_use_routes: 1
app_sfPropelActAsCommentableBehaviorPlugin_user:
enabled:
layout:
title: optional
text: required
table: sf_guard_user
id: id
class: sfGuardUser
id_method: getId
toString: __toString
app_sfPropelActAsStarredBehaviorPlugin_content_off: Ulubiony
app_sfPropelActAsStarredBehaviorPlugin_content_on: Nieulubiony
app_sfPropelActAsStarredBehaviorPlugin_content_type: image
app_sfPropelActAsStarredBehaviorPlugin_has_jquery: 1
app_sfSimpleForumPlugin_breadcrumb_separator:
path: »
title: »
app_sfSimpleForumPlugin_forum_name: Forum numizmatyczne
app_sfSimpleForumPlugin_max_per_page: 20
app_sfSimpleGoogleSitemap_models:
pedia:
model: NuPedia
module: pedia
action: show
params:
pedia_id: getPediaId
freq: daily
priority: 0,5
forum_posts:
model: sfSimpleForumPost
module: sfSimpleForum
action: post
params:
id: getId
freq: daily
priority: 0,5
shop_catalogue:
model: NuShop
module: shop_catalogue
action: show
params:
shop_id: getShopId
freq: daily
priority: 0,5
auction:
model: NuAuction
module: auction
action: show
params:
auction_id: getAuctionId
freq: daily
priority: 0,5
news:
model: FlNews
module: news
action: show
params:
news_id: getNewsId
freq: daily
priority: 0,5
article:
model: NuArticle
module: article
action: show
params:
article_id: getArticleId
freq: daily
priority: 0,5
banks_catalogue:
model: NuBanks
module: banks_catalogue
action: show
params:
bank_id: getBankId
freq: daily
priority: 0,5
house_catalogue:
model: NuHouse
module: house_catalogue
action: show
params:
house_id: getHouseId
freq: daily
priority: 0,5
exchange_catalogue:
model: NuExchange
module: exchange_catalogue
action: show
params:
exchange_id: getExchangeId
freq: daily
priority: 0,5
mint_catalogue:
model: NuMint
module: mint_catalogue
action: show
params:
mint_id: getMintId
freq: daily
priority: 0,5
book_catalogue:
model: NuBook
module: book_catalogue
action: show
params:
book_id: getBookId
freq: daily
priority: 0,5
app_sfSimpleGoogleSitemap_orm: Propel
app_sfSimpleGoogleSitemap_urls:
homepage:
url: http://www.numia.pl
freq: daily
priority: 1
app_sfSmartyView_template_extension: .tpl
app_sf_captchagd_background_color: DDDDDD
app_sf_captchagd_border_color: 0
app_sf_captchagd_chars: 123456789
app_sf_captchagd_font_color:
- 252525
- 8b8787
- 550707
- 3526E6
- 88531E
app_sf_captchagd_font_size: 18
app_sf_captchagd_fonts:
- akbar/akbar.ttf
- brushcut/BRUSHCUT.TTF
- molten/molten.ttf
- planet_benson/Planetbe.ttf
- whoobub/WHOOBUB_.TTF
app_sf_captchagd_image_height: 50
app_sf_captchagd_image_width: 150
app_sf_captchagd_length: 4
app_sf_guard_plugin_remember_cookie_name: numiaRemember
app_sf_guard_plugin_remember_key_expiration_age: 604800
mod_house_catalogue_enabled: 1
mod_house_catalogue_is_internal:
mod_house_catalogue_partial_view_class: sfPartialView
mod_house_catalogue_view_class: sfSmarty
propel_behavior_actasnestedset_NuCatalogueCategory_columns:
left: nu_catalogue_category.TREE_LEFT
right: nu_catalogue_category.TREE_RIGHT
parent: nu_catalogue_category.TREE_PARENT
scope: nu_catalogue_category.SCOPE
propel_behavior_sfPropelActAsRatableBehavior_NuCatalogueRate_rating_field: AverageRating
propel_behavior_sfPropelActAsRatableBehavior_NuHouse_rating_field: AverageRating
sf_FLVPlayer_player: player_flv_maxi.swf
sf_FLVPlayer_web_dir: /sfFLVPlayerPlugin/
sf_admin_web_dir: /sf/sf_admin
sf_app: frontend
sf_app_config_dir: /var/www/numia.pl/apps/frontend/config
sf_app_config_dir_name: config
sf_app_dir: /var/www/numia.pl/apps/frontend
sf_app_i18n_dir: /var/www/numia.pl/apps/frontend/i18n
sf_app_i18n_dir_name: i18n
sf_app_lib_dir: /var/www/numia.pl/apps/frontend/lib
sf_app_lib_dir_name: lib
sf_app_module_action_dir_name: actions
sf_app_module_config_dir_name: config
sf_app_module_dir: /var/www/numia.pl/apps/frontend/modules
sf_app_module_dir_name: modules
sf_app_module_i18n_dir_name: i18n
sf_app_module_lib_dir_name: lib
sf_app_module_template_dir_name: templates
sf_app_module_validate_dir_name: validate
sf_app_module_view_dir_name: views
sf_app_template_dir: /var/www/numia.pl/apps/frontend/templates
sf_app_template_dir_name: templates
sf_apps_dir_name: apps
sf_autoloading_functions:
sf_available: 1
sf_base_cache_dir: /var/www/numia.pl/cache/frontend
sf_bin_dir: /var/www/numia.pl/batch
sf_bin_dir_name: batch
sf_cache: 1
sf_cache_dir: /var/www/numia.pl/cache/frontend/prod
sf_cache_dir_name: cache
sf_calendar_web_dir: /sf/calendar
sf_charset: utf-8
sf_check_lock:
sf_check_symfony_version:
sf_compressed:
sf_config_cache_dir: /var/www/numia.pl/cache/frontend/prod/config
sf_config_dir: /var/www/numia.pl/config
sf_config_dir_name: config
sf_csstabs_config_tabs: /var/www/numia.pl/plugins/sfCssTabsPlugin/config/
sf_culture: pl_PL
sf_data_dir: /var/www/numia.pl/data
sf_data_dir_name: data
sf_debug: 1
sf_default_action: index
sf_default_module: default
sf_default_timezone: Europe/Warsaw
sf_doc_dir: /var/www/numia.pl/data/doc
sf_doc_dir_name: doc
sf_enabled_modules:
- default
- sfSimpleGoogleSitemap
- sfGuardAuth
- sfDynamicCMS
- sfCaptchaGD
- sfStar
- sfCombine
- sfRating
- sfComment
- sfSimpleForum
- sfPolls
sf_environment: prod
sf_error_404_action: error404
sf_error_404_module: default
sf_error_reporting: 341
sf_escaping_method: ESC_ENTITIES
sf_escaping_strategy: both
sf_etag: 1
sf_i18n: 1
sf_i18n_cache: 1
sf_i18n_cache_dir: /var/www/numia.pl/cache/frontend/prod/i18n
sf_i18n_debug:
sf_i18n_default_culture: pl_PL
sf_i18n_source: XLIFF
sf_i18n_untranslated_prefix: [T]
sf_i18n_untranslated_suffix: [/T]
sf_lib_dir: /var/www/numia.pl/lib
sf_lib_dir_name: lib
sf_lightbox_css_dir: /sfLightboxPlugin/css/
sf_lightbox_images_dir: /sfLightboxPlugin/images/
sf_lightbox_js_dir: /sfLightboxPlugin/js/
sf_lightwindow_css_dir: /sfLightWindowPlugin/css/
sf_lightwindow_js_dir: /sfLightWindowPlugin/js/
sf_lightwindow_prototype_dir: /sfPrototypePlugin/js/
sf_log_dir: /var/www/numia.pl/log
sf_log_dir_name: log
sf_logging_enabled: 1
sf_logging_history: 30
sf_logging_level: notice
sf_logging_period: 1
sf_logging_purge:
sf_logging_rotate: 1
sf_login_action: signin
sf_login_module: sfGuardAuth
sf_mail_password: g-hbts1983
sf_mail_receiving_hostname: imap.gmail.com
sf_mail_receiving_port: 993
sf_mail_send_hostname: mail.playarena.pl:25
sf_mail_send_password: leszNUlive2010
sf_mail_send_sender: live@numia.pl
sf_mail_send_username: live@numia.pl
sf_mail_username: numia.notify@gmail.com
sf_max_forwards: 5
sf_model_dir_name: model
sf_model_lib_dir: /var/www/numia.pl/lib/model
sf_module_cache_dir: /var/www/numia.pl/cache/frontend/prod/modules
sf_module_dirs:
/var/www/numia.pl/cache/frontend/prod/modules: 1
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name: 1
sf_orm: propel
sf_path_info_array: SERVER
sf_path_info_key: PATH_INFO
sf_plugins_dir: /var/www/numia.pl/plugins
sf_plugins_dir_name: plugins
sf_prototype_web_dir: /sfPrototypePlugin
sf_rich_text_fck_js_dir: js/fckeditor
sf_rich_text_js_dir: js/tiny_mce
sf_root_cache_dir: /var/www/numia.pl/cache
sf_root_dir: /var/www/numia.pl
sf_routing_defaults:
sf_culture: pl_PL
sf_secure_action: secure
sf_secure_module: sfGuardAuth
sf_standard_helpers:
- Partial
- Cache
- I18N
- Form
- OpenAds
- Alert
- Blueprint
- Javascript
- NuNav
sf_strip_comments: 1
sf_suffix: .
sf_symfony_data_dir: /var/www/numia.pl/config/../data/symfony
sf_symfony_lib_dir: /var/www/numia.pl/config/../lib/symfony
sf_tcpdf_dir: /var/www/numia.pl/plugins/sfTCPDFPlugin/lib/tcpdf/
sf_tcpdf_font_dir: /var/www/numia.pl/plugins/sfTCPDFPlugin/lib/tcpdf/fonts/
sf_template_cache_dir: /var/www/numia.pl/cache/frontend/prod/template
sf_test:
sf_test_cache_dir: /var/www/numia.pl/cache/frontend/prod/test
sf_test_dir: /var/www/numia.pl/test
sf_test_dir_name: test
sf_timeout: 3600
sf_timeout_user_23: 86400
sf_timer_start: 1280427308,01
sf_unavailable_action: unavailable
sf_unavailable_module: default
sf_upload_dir: /var/www/numia.pl/web/uploads
sf_upload_dir_name: uploads
sf_url_format: PATH
sf_use_database: 1
sf_use_flash: 1
sf_use_process_cache: 1
sf_use_security: 1
sf_validation_error_class: form_error
sf_validation_error_id_prefix: error_for_
sf_validation_error_prefix: ↓
sf_validation_error_suffix: ↓
sf_web_debug:
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /var/www/numia.pl/web
sf_web_dir_name: web
request ...
---
parameterHolder:
symfony/default:
action: list
module: house_catalogue
sort: average_rating
type: asc
attributeHolder:
symfony/default:
response ...
---
cookies:
httpHeaders:
parameterHolder:
global vars ...
---
cookie:
symfony: 057029f1ed6ab9092b671c7a571fbd03
env:
APACHE_PID_FILE: /var/run/apache2.pid
APACHE_RUN_GROUP: www-data
APACHE_RUN_USER: www-data
DOCUMENT_ROOT: /var/www/numia.pl/web/
HTTP_USER_AGENT: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
LANG: C
PATH: /usr/local/bin:/usr/bin:/bin
PWD: /root
SHLVL: 1
_: /usr/sbin/apache2
files:
get:
post:
server:
DOCUMENT_ROOT: /var/www/numia.pl/web/
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
HTTP_CACHE_CONTROL: no-cache
HTTP_CONNECTION: close
HTTP_COOKIE: symfony=057029f1ed6ab9092b671c7a571fbd03
HTTP_HOST: numia.pl
HTTP_PRAGMA: no-cache
HTTP_USER_AGENT: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
HTTP_X_CC_ID: ccc04-01
PATH: /usr/local/bin:/usr/bin:/bin
PHP_SELF: /index.php
QUERY_STRING:
REDIRECT_STATUS: 200
REDIRECT_URL: /house_catalogue/list/sort/average_rating/type/asc
REMOTE_ADDR: 38.107.191.111
REMOTE_PORT: 3013
REQUEST_METHOD: GET
REQUEST_TIME: 1280427308
REQUEST_URI: /house_catalogue/list/sort/average_rating/type/asc
SCRIPT_FILENAME: /var/www/numia.pl/web/index.php
SCRIPT_NAME: /index.php
SERVER_ADDR: 10.192.1.15
SERVER_ADMIN: admin@playarena.pl
SERVER_NAME: numia.pl
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE:
SERVER_SOFTWARE: Apache
argc: 0
argv:
session:
symfony/user/sfUser/attributes:
sf_countables:
tokens:
f80e1e0c5ca10f982eb6ece2674d26dd:
- NuAuction
- 12219
4905549980314db3d2e6fadab31e78dc:
- NuAuction
- 11722
4fbc73cc069124837b2da45877f4b9cc:
- NuArticle
- 375
sf_ratables:
tokens:
c150ea2142b0c46713d836cf501861ae:
- NuArticle
- 28
36337ab559a1190201b44d63d8c73a53:
- NuArticle
- 25
264689e7975b6fe90a3898a1692ce0b5:
- NuArticle
- 24
27a482f263a02b3fc2d78ba931655c9d:
- NuArticle
- 23
ff8f074292d690fe86b7a5c6de20f7a9:
- NuArticle
- 22
386a79231a9a65affd6c95874914413e:
- NuArticle
- 21
9ce6cb9abb8637c7b23bf72ff6de4bb3:
- NuArticle
- 20
a0dd208accd3980ec980d0a186dddeb6:
- NuArticle
- 19
0b190e4571836683fed28d04998d9a9a:
- NuArticle
- 18
429b77d99ec7b451782fea75581c3cc7:
- NuArticle
- 16
sf_admin/auction/sort:
sort: date_stop
type: asc
sf_admin/mint_catalogue/sort:
sort: country_name
type: asc
sf_admin/house_catalogue/sort:
sort: name
type: asc
symfony/user/sfUser/attributes:
current_nav: |
O:15:"SfDynamicCmsNav":27:{s:18:"