hi there,
I just tried to upgrade from RC1 to RC2 and instantly had to switch back again.
I attached the error page that I got. This does not happen with RC1.
maybe someone can shed some light on it?
cheers
/christian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---
Title: symfony exception
[sfDatabaseException]
stack trace
- at ()
in SF_ROOT_DIR/lib/symfony/storage/sfMySQLSessionStorage.class.php line 126 ...
- }
- // can't create record
- throw new sfDatabaseException(sprintf('% cannot create new record for id "%s" (%s).', get_class($this), $id, mysql_error()));
- }
- }
- at sfMySQLSessionStorage->sessionRead('7c99fvefkod2etm0fl2kngia41')
in n/a line n/a ...
- at session_start()
in SF_ROOT_DIR/lib/symfony/storage/sfDatabaseSessionStorage.class.php line 72 ...
- array($this, 'sessionGC'));
- // start our session
- session_start();
- }
- /**
- at sfDatabaseSessionStorage->initialize(array('auto_shutdown' => '', null, object('sfMySQLDatabase'),
'session_name' => 's', 'db_table' => 'wlcp_session', 'db_id_col'
=> 'session_id', 'db_data_col' => 'data', 'db_time_col' =>
'time'))
in SF_ROOT_DIR/lib/symfony/storage/sfStorage.class.php line 33 ...
- */
- public function __construct($options = array())
- {
- $this->initialize($options);
- if ($this->options['auto_shutdown'])
- {
- at sfStorage->__construct(array('auto_shutdown' => '', null, object('sfMySQLDatabase'),
'session_name' => 's', 'db_table' => 'wlcp_session', 'db_id_col'
=> 'session_id', 'db_data_col' => 'data', 'db_time_col' =>
'time'))
in SF_ROOT_DIR/cache/showcase/dev/config/config_factories.yml.php line 109 ...
- 'db_id_col' => 'session_id',
- 'db_data_col' => 'data',
- 'db_time_col' => 'time',
- ))));
- $class = sfConfig::get('sf_factory_user', 'myUser');
- $this->factories['user'] = new $class($this->dispatcher, $this->factories['storage'], array_merge(array('auto_shutdown' => false, 'culture' => $this->factories['request']->getParameter('sf_culture')), sfConfig::get('sf_factory_user_parameters', array (
- 'timeout' => 1800,
- at require('/var/www/vhosts/somewebsite.com/cache/showcase/dev/config/config_factories.yml.php')
in SF_ROOT_DIR/lib/symfony/util/sfContext.class.php line 154 ...
- $this->factories['actionStack'] = new sfActionStack();
- // include the factories configuration
- require($this->configuration->getConfigCache()->checkConfig('config/factories.yml'));
- $this->dispatcher->notify(new sfEvent($this, 'context.load_factories'));
- }
- at sfContext->loadFactories()
in SF_ROOT_DIR/lib/symfony/util/sfContext.class.php line 76 ...
- try
- {
- $this->loadFactories();
- }
- catch (sfException $e)
- {
- at sfContext->initialize(object('showcaseConfiguration'))
in SF_ROOT_DIR/lib/symfony/util/sfContext.class.php line 59 ...
- throw new sfFactoryException(sprintf('Class "%s" is not of the type sfContext.', $class));
- }
- self::$instances[$name]->initialize($configuration);
- return self::$instances[$name];
- }
- at sfContext::createInstance(object('showcaseConfiguration'))
in SF_ROOT_DIR/web/showcase_dev.php line 18 ...
- require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
- $configuration = ProjectConfiguration::getApplicationConfiguration('showcase', 'dev', true);
- sfContext::createInstance($configuration)->dispatch();
-
symfony settings ...
app_cms_cache:
subdir_depth: 6
sf_admin_web_dir: /sf/sf_admin
sf_app: showcase
sf_app_base_cache_dir: /var/www/vhosts/somewebsite.com/config/../cache/showcase
sf_app_cache_dir: /var/www/vhosts/somewebsite.com/config/../cache/showcase/dev
sf_app_config_dir: /var/www/vhosts/somewebsite.com/apps/showcase/config
sf_app_dir: /var/www/vhosts/somewebsite.com/apps/showcase
sf_app_i18n_dir: /var/www/vhosts/somewebsite.com/apps/showcase/i18n
sf_app_lib_dir: /var/www/vhosts/somewebsite.com/apps/showcase/lib
sf_app_module_dir: /var/www/vhosts/somewebsite.com/apps/showcase/modules
sf_app_template_dir: /var/www/vhosts/somewebsite.com/apps/showcase/templates
sf_apps_dir: /var/www/vhosts/somewebsite.com/apps
sf_cache: true
sf_cache_dir: /var/www/vhosts/somewebsite.com/config/../cache
sf_calendar_web_dir: /sf/calendar
sf_charset: utf-8
sf_check_lock: false
sf_check_symfony_version: false
sf_compat_10: false
sf_compressed: false
sf_config_cache_dir: /var/www/vhosts/somewebsite.com/config/../cache/showcase/dev/config
sf_config_dir: /var/www/vhosts/somewebsite.com/config
sf_csrf_secret: ladh29sdh2
sf_data_dir: /var/www/vhosts/somewebsite.com/data
sf_debug: true
sf_default_action: index
sf_default_culture: en_GB
sf_default_module: error
sf_doc_dir: /var/www/vhosts/somewebsite.com/doc
sf_enabled_modules:
- default
- error
- activities
- advert
- blog
- content
- bookmarks
- comments
- contact
- googleMaps
- googleAnalytics
- tags
- friends
- groups
- message
- printPage
- profiles
- tellafriend
- feed
- newsletter
- user
- search
- solrtest
- publish
- navigation
- sidebar
- teaser
- quiz
- ezpublishView
- rating
- breadcrumb
- gallery
- favourites
sf_environment: dev
sf_error_404_action: index
sf_error_404_module: error
sf_error_reporting: 4095
sf_escaping_method: ESC_SPECIALCHARS
sf_escaping_strategy: false
sf_etag: false
sf_i18n: true
sf_i18n_cache_dir: /var/www/vhosts/somewebsite.com/config/../cache/showcase/dev/i18n
sf_lib_dir: /var/www/vhosts/somewebsite.com/lib
sf_log_dir: /var/www/vhosts/somewebsite.com/config/../log
sf_logging_enabled: true
sf_login_action: login
sf_login_module: user
sf_max_forwards: 5
sf_module_cache_dir: /var/www/vhosts/somewebsite.com/config/../cache/showcase/dev/modules
sf_module_disabled_action: index
sf_module_disabled_module: error
sf_no_script_name: false
sf_orm: propel
sf_path_info_array: SERVER
sf_path_info_key: PATH_INFO
sf_plugins_dir: /var/www/vhosts/somewebsite.com/plugins
sf_prototype_web_dir: /sf/prototype
sf_relative_url_root: null
sf_rich_text_js_dir: js/tiny_mce
sf_root_dir: /var/www/vhosts/somewebsite.com
sf_secure_action: login
sf_secure_module: user
sf_sso_client_secret_dir: /var/www/vhosts/somewebsite.com/config/../ssosecret/client
sf_sso_server_secret_dir: /var/www/vhosts/somewebsite.com/config/../ssosecret/server
sf_standard_helpers:
- Partial
- I18N
- Date
- Text
- Ezpublish
- contentRouting
sf_strip_comments: true
sf_symfony_lib_dir: /var/www/vhosts/somewebsite.com/lib/symfony
sf_template_cache_dir: /var/www/vhosts/somewebsite.com/config/../cache/showcase/dev/template
sf_test_cache_dir: /var/www/vhosts/somewebsite.com/config/../cache/showcase/dev/test
sf_test_dir: /var/www/vhosts/somewebsite.com/test
sf_timer_start: 1213598074.368
sf_unavailable_action: index
sf_unavailable_module: error
sf_upload_dir: /var/www/vhosts/somewebsite.com/config/../uploads
sf_url_format: PATH
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: true
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /var/www/vhosts/somewebsite.com/web
request ...
parameterHolder:
action: index
module: groups
attributeHolder:
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 }
response ...
options:
logging: '1'
charset: utf-8
content_type: 'text/html; charset=utf-8'
cookies: { }
httpHeaders: { }
_javascript_s:
first: { }
'': { }
last: { }
stylesheets:
first: { }
'': { }
last: { }
metas: { }
httpMetas: { }
global vars ...
cookie:
__utma: 57190760.1883856720.1209388150.1213468772.1213597657.69
__utmb: 57190760.2.10.1213597657
__utmz: 57190760.1209388150.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
bblastactivity: '0'
bblastvisit: '1210072660'
s: 7c99fvefkod2etm0fl2kngia41
env:
CONSOLE: /dev/console
HOME: /
INIT_VERSION: sysvinit-2.86
LANG: C
PATH: '/sbin:/usr/sbin:/bin:/usr/bin'
PREVLEVEL: 'N'
PWD: /
PYTHON_EGG_CACHE: /var/www/vhosts/wlcp-dev.guj.de/egg-cache
RUNLEVEL: '3'
SELINUX_INIT: 'YES'
SHLVL: '3'
TERM: linux
_: /usr/sbin/httpd
previous: 'N'
runlevel: '3'
files: { }
get: { }
post: { }
server:
AUTH_TYPE: Basic
DOCUMENT_ROOT: /var/www/html
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT: 'application/x-shockwave-flash,text/xml,application/xml,application/xhtml+xml,text/html;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,deflate'
HTTP_ACCEPT_LANGUAGE: 'de-de,de;q=0.7,en;q=0.3'
HTTP_CACHE_CONTROL: no-cache
HTTP_CONNECTION: keep-alive
HTTP_COOKIE: 'bblastactivity=0; bblastvisit=1210072660; __utma=57190760.1883856720.1209388150.1213468772.1213597657.69; __utmz=57190760.1209388150.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmb=57190760.2.10.1213597657; s=7c99fvefkod2etm0fl2kngia41'
HTTP_HOST: somewebsite.com
HTTP_KEEP_ALIVE: '300'
HTTP_PRAGMA: no-cache
HTTP_USER_AGENT: 'Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14'
PATH: '/sbin:/usr/sbin:/bin:/usr/bin'
PATH_INFO: /groups
PATH_TRANSLATED: 'redirect:/index.php'
PHP_AUTH_PW: guj.matrix0
PHP_AUTH_USER: christian.schaefer
PHP_SELF: /showcase_dev.php/groups
QUERY_STRING: ''
REMOTE_ADDR: 10.100.67.11
REMOTE_PORT: '1807'
REMOTE_USER: christian.schaefer
REQUEST_METHOD: GET
REQUEST_TIME: 1213598073
REQUEST_URI: /showcase_dev.php/groups
SCRIPT_FILENAME: /var/www/vhosts/somewebsite.com/htdocs/showcase_dev.php
SCRIPT_NAME: /showcase_dev.php
SERVER_ADDR: 194.12.220.55
SERVER_ADMIN: [EMAIL PROTECTED]
SERVER_NAME: somewebsite.com
SERVER_PORT: '80'
SERVER_PROTOCOL: HTTP/1.1
SERVER_SIGNATURE: ''
SERVER_SOFTWARE: Apache
session: { }
Warning: mysql_real_escape_string() expects parameter 2 to be resource, object given in
/var/www/vhosts/somewebsite.com/lib/symfony/storage/sfMySQLSessionStorage.class.php on line
183
Warning: mysql_real_escape_string() expects parameter 2 to be resource, object given in
/var/www/vhosts/somewebsite.com/lib/symfony/storage/sfMySQLSessionStorage.class.php on line
183
Fatal error: Exception thrown without a stack frame in
Unknown on line
0