A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance

799 views
Skip to first unread message

Francesco Pepe

unread,
May 26, 2017, 5:57:00 AM5/26/17
to ContentBox Modular CMS
On a fresh install I get this error every time I try to perform a database operation(login, save settings, delete user...).

Oopsy! Something went wrong!

Event: contentbox-admin:settings.save 
Routed URL: cbadmin/settings/save/ 
Layout: N/A (Module: ) 
View: N/A 
Timestamp: 05/26/2017 09:53:45 AM
Type: org.hibernate.HibernateException 
Messages: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance: cbContent.comments

Tag Context:

Template:/home/prestiti/public_html/modules/contentbox/modules/contentbox-deps/modules/cborm/models/BaseORMService.cfc
LINE:1490: }
1491: 
1492: }
1493: 
1494: // remove pointer, out of transaction now.
Template:/home/prestiti/public_html/modules/contentbox/modules/contentbox-deps/modules/cborm/models/BaseORMService.cfc
LINE:755: // using transaction closure, well, semy closures :(
756: if( arguments.transactional ){
757: return $transactioned(variables.$saveAll, arguments);
758: }
759: return $saveAll( argumentCollection=arguments );
Template:/home/prestiti/public_html/modules/contentbox/models/system/SettingService.cfc
LINE:197: 
198: // save new settings and flush cache
199: saveAll( newOptions );
200: flushSettingsCache();
201: 
Template:/home/prestiti/public_html/modules/contentbox/modules/contentbox-admin/handlers/settings.cfc
LINE:79: announceInterception( "cbadmin_preSettingsSave",{ oldSettings = prc.cbSettings, newSettings = rc } );
80: // bulk save the options
81: settingsService.bulkSave( rc );
82: // Do blog entry point change
83: var ses = getInterceptor( "SES" );
Template:/home/prestiti/public_html/coldbox/system/EventHandler.cfc
LINE:83: any function _privateInvoker( required method, required argCollection ){
84: var _targetAction = variables[ arguments.method ];
85: var _targetResults = _targetAction( argumentCollection=argCollection );
86: if( !isNull( _targetResults ) ){ return _targetResults; }
87: }
Template:/home/prestiti/public_html/coldbox/system/web/Controller.cfc
LINE:793: boolean private=false
794: ){
795: return arguments.target._privateInvoker( method=arguments.method, argCollection=arguments.argCollection );
796: }
797: 
Template:/home/prestiti/public_html/coldbox/system/web/Controller.cfc
LINE:793: boolean private=false
794: ){
795: return arguments.target._privateInvoker( method=arguments.method, argCollection=arguments.argCollection );
796: }
797: 
Template:/home/prestiti/public_html/coldbox/system/web/Controller.cfc
LINE:631: else{
632: // Normal execution
633: loc.results = invoker( target=oHandler, method=ehBean.getMethod(), argCollection=argsMain, private=arguments.private );
634: }
635: }
Template:/home/prestiti/public_html/coldbox/system/web/Controller.cfc
LINE:423: // relay if no event caching activated or no caching needed
424: if( !getSetting( "eventCaching" ) OR !arguments.cache ){
425: return _runEvent( argumentCollection=arguments );
426: }
427: 
Template:/home/prestiti/public_html/coldbox/system/Bootstrap.cfc
LINE:198: //****** EXECUTE MAIN EVENT *******/
199: if( NOT event.isNoExecution() ){
200: refResults.results = cbController.runEvent( defaultEvent=true );
201: }
202: //****** RENDERING PROCEDURES *******/
Template:/home/prestiti/public_html/coldbox/system/web/Controller.cfc
LINE:423: // relay if no event caching activated or no caching needed
424: if( !getSetting( "eventCaching" ) OR !arguments.cache ){
425: return _runEvent( argumentCollection=arguments );
426: }
427: 
Template:/home/prestiti/public_html/coldbox/system/Bootstrap.cfc
LINE:358: // Process A ColdBox Request Only
359: if( findNoCase( 'index.cfm', listLast( arguments.targetPage, '/' ) ) ){
360: processColdBoxRequest();
361: }
362: return true;
Template:/home/prestiti/public_html/coldbox/system/Bootstrap.cfc
LINE:198: //****** EXECUTE MAIN EVENT *******/
199: if( NOT event.isNoExecution() ){
200: refResults.results = cbController.runEvent( defaultEvent=true );
201: }
202: //****** RENDERING PROCEDURES *******/
Template:/home/prestiti/public_html/Application.cfc
LINE:104: 
105: // Process ColdBox Request
106: application.cbBootstrap.onRequestStart( arguments.targetPage );
107: 
108: return true;
Template:/home/prestiti/public_html/coldbox/system/Bootstrap.cfc
LINE:358: // Process A ColdBox Request Only
359: if( findNoCase( 'index.cfm', listLast( arguments.targetPage, '/' ) ) ){
360: processColdBoxRequest();
361: }
362: return true;
Template:/home/prestiti/public_html/Application.cfc
LINE:104: 
105: // Process ColdBox Request
106: application.cbBootstrap.onRequestStart( arguments.targetPage );
107: 
108: return true;

Stack Trace:

lucee.runtime.exp.NativeException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance: cbContent.comments
    at org.hibernate.engine.Collections.processDereferencedCollection(Collections.java:118)
    at org.hibernate.engine.Collections.processUnreachableCollection(Collections.java:62)
    at org.hibernate.event.def.AbstractFlushingEventListener.flushCollections(AbstractFlushingEventListener.java:241)
    at org.hibernate.event.def.AbstractFlushingEventListener.flushEverythingToExecutions(AbstractFlushingEventListener.java:100)
    at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:50)
    at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1206)
    at org.lucee.extension.orm.hibernate.HibernateORMTransaction.end(HibernateORMTransaction.java:45)
    at lucee.runtime.orm.ORMConnection.setAutoCommit(ORMConnection.java:214)
    at lucee.runtime.db.DatasourceManagerImpl.end(DatasourceManagerImpl.java:272)
    at lucee.runtime.tag.Transaction.doFinally(Transaction.java:155)
    at models.baseormservice_cfc$cf.udfCall6(/cborm/models/BaseORMService.cfc:1492)
    at models.baseormservice_cfc$cf.udfCall(/cborm/models/BaseORMService.cfc)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
    at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:772)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:753)
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1599)
    at models.baseormservice_cfc$cf.udfCall3(/cborm/models/BaseORMService.cfc:757)
    at models.baseormservice_cfc$cf.udfCall(/cborm/models/BaseORMService.cfc)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
    at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:772)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:753)
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1599)
    at models.system.settingservice_cfc$cf.udfCall2(/contentbox/models/system/SettingService.cfc:199)
    at models.system.settingservice_cfc$cf.udfCall(/contentbox/models/system/SettingService.cfc)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:692)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:575)
    at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:753)
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1599)
    at modules.contentbox.modules.contentbox_admin495.handlers.settings_cfc$cf.udfCall1(/cbapp/modules/contentbox/modules/contentbox-admin/handlers/settings.cfc:81)
    at modules.contentbox.modules.contentbox_admin495.handlers.settings_cfc$cf.udfCall(/cbapp/modules/contentbox/modules/contentbox-admin/handlers/settings.cfc)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:210)
    at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:781)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:814)
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1614)
    at system.eventhandler_cfc$cf.udfCall(/coldbox/system/EventHandler.cfc:85)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:210)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:693)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:575)
    at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1915)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:814)
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1614)
    at system.web.controller_cfc$cf.udfCall3(/coldbox/system/web/Controller.cfc:795)
    at system.web.controller_cfc$cf.udfCall(/coldbox/system/web/Controller.cfc)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:210)
    at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:781)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:814)
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1614)
    at system.web.controller_cfc$cf.udfCall2(/coldbox/system/web/Controller.cfc:633)
    at system.web.controller_cfc$cf.udfCall(/coldbox/system/web/Controller.cfc)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:210)
    at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:781)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:814)
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1614)
    at system.web.controller_cfc$cf.udfCall2(/coldbox/system/web/Controller.cfc:425)
    at system.web.controller_cfc$cf.udfCall(/coldbox/system/web/Controller.cfc)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:210)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:693)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:575)
    at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1915)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:814)
    at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1614)
    at coldbox.system.bootstrap_cfc$cf.udfCall1(/coldbox/system/Bootstrap.cfc:200)
    at coldbox.system.bootstrap_cfc$cf.udfCall(/coldbox/system/Bootstrap.cfc)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
    at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:772)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:753)
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1599)
    at coldbox.system.bootstrap_cfc$cf.udfCall1(/coldbox/system/Bootstrap.cfc:360)
    at coldbox.system.bootstrap_cfc$cf.udfCall(/coldbox/system/Bootstrap.cfc)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:692)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:575)
    at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898)
    at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:753)
    at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1599)
    at application_cfc$cf.udfCall(/Application.cfc:106)
    at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
    at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
    at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:692)
    at lucee.runtime.ComponentImpl._call(ComponentImpl.java:575)
    at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898)
    at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:422)
    at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:134)
    at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
    at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2293)
    at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2284)
    at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2252)
    at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:891)
    at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
    at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:62)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:108)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
    at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:677)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349)
    at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:784)
    at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
    at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:802)
    at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1410)
    at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
    at java.lang.Thread.run(Thread.java:745)
Caused by: org.hibernate.HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance: cbContent.comments
    ... 136 more

FRAMEWORK SNAPSHOT:


Bug Date:05/26/2017 09:53:45 AM
Coldfusion ID:CFID=bce11c8a-5deb-45a2-ac7b-f04421cf1ff0 ; CFToken=0 ; JSessionID=ContentBox002EA574DBAB97AD814425525A9A74B3_bce11c8a-5deb-45a2-ac7b-f04421cf1ff0_0
Template Path :/home/prestiti/public_html/index.cfm
Path Info :/cbadmin/settings/save
Host & Server:prestitiinpdap.biz s11.dnshostnetwork.com
Query String:
Referrer:http://prestitiinpdap.biz/cbadmin/settings
Browser:Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
Remote Address:151.75.131.65
Form variables:
cb_site_name:Prestiti inpdap per dipendenti e pensionati
cb_site_tagline:Tutte le informazioni sui prestiti inpdap
cb_site_description:
cb_site_keywords:
cb_site_homepage:cbBlog
cb_site_poweredby:true
cb_site_sitemap:true
cb_site_adminbar:true
cb_site_settings_cache:TEMPLATE
cb_site_disable_blog:true
cb_site_blog_entrypoint:blog
cb_site_maintenance:false
cb_site_maintenance_message:<h1>This site is down for maintenance.<br /> Please check back again soon.</h1>
cb_dashboard_welcome_title:Dashboard
cb_dashboard_welcome_body:
cb_dashboard_newsfeed:http://www.ortussolutions.com/blog/rss
cb_dashboard_newsfeed_count:5
cb_dashboard_recentEntries:5
cb_dashboard_recentPages:5
cb_dashboard_recentContentStore:5
cb_dashboard_recentComments:5
cb_security_latest_logins:10
cb_admin_quicksearch_max:5
cb_paging_maxentries:10
cb_paging_maxrows:20
cb_paging_bandgap:5
cb_security_login_blocker:true
cb_security_max_attempts:5
cb_security_blocktime:5
cb_security_max_auth_logs:500
cb_security_rate_limiter:true
cb_security_rate_limiter_bots_only:true
cb_security_rate_limiter_count:4
cb_security_rate_limiter_duration:1
cb_security_rate_limiter_message:<p>You are making too many requests too fast, please slow down and wait {duration} seconds</p>
cb_admin_ssl:false
cb_site_ssl:false
cb_versions_max_history:
cb_versions_commit_mandatory:false
cb_page_excerpts:true
cb_content_uiexport:true
cb_content_hit_count:true
cb_content_hit_ignore_bots:false
cb_content_bot_regex:Google|msnbot|Rambler|Yahoo|AbachoBOT|accoona|AcioRobot|ASPSeek|CocoCrawler|Dumbot|FAST-WebCrawler|GeonaBot|Gigabot|Lycos|MSRBOT|Scooter|AltaVista|IDBot|eStyle|Scrubby
cb_content_caching:true
cb_entry_caching:true
cb_contentstore_caching:true
cb_content_cachingHeader:true
cb_content_cacheName:TEMPLATE
cb_content_cachingTimeout:60
cb_content_cachingTimeoutIdle:15
cb_editors_default:ckeditor
cb_editors_markup:HTML
cb_editors_ckeditor_toolbar:[ { "name": "document", "items" : [ "Source","-","Maximize","ShowBlocks" ] }, { "name": "clipboard", "items" : [ "Cut","Copy","Paste","PasteText","PasteFromWord","-","Undo","Redo" ] }, { "name": "editing", "items" : [ "Find","Replace","SpellChecker"] }, { "name": "forms", "items" : [ "Form", "Checkbox", "Radio", "TextField", "Textarea", "Select", "Button","HiddenField" ] }, "/", { "name": "basicstyles", "items" : [ "Bold","Italic","Underline","Strike","Subscript","Superscript","-","RemoveFormat" ] }, { "name": "paragraph", "items" : [ "NumberedList","BulletedList","-","Outdent","Indent","-","Blockquote","CreateDiv","-","JustifyLeft","JustifyCenter","JustifyRight","JustifyBlock","-","BidiLtr","BidiRtl" ] }, { "name": "links", "items" : [ "Link","Unlink","Anchor" ] }, "/", { "name": "styles", "items" : [ "Styles","Format" ] }, { "name": "colors", "items" : [ "TextColor","BGColor" ] }, { "name": "insert", "items" : [ "Image","Table","HorizontalRule","Smiley","SpecialChar","Iframe","InsertPre"] }, { "name": "contentbox", "items" : [ "MediaEmbed","cbIpsumLorem","cbWidgets","cbContentStore","cbLinks","cbEntryLinks" ] } ]
cb_editors_ckeditor_excerpt_toolbar:[ { "name": "document", "items" : [ "Source","-","Maximize","ShowBlocks" ] }, { "name": "basicstyles", "items" : [ "Bold","Italic","Underline","Strike","Subscript","Superscript"] }, { "name": "paragraph", "items" : [ "NumberedList","BulletedList","-","Outdent","Indent","CreateDiv"] }, { "name": "links", "items" : [ "Link","Unlink","Anchor" ] }, { "name": "insert", "items" : [ "Image","Flash","Table","HorizontalRule","Smiley","SpecialChar" ] }, { "name": "contentbox", "items" : [ "MediaEmbed","cbIpsumLorem","cbWidgets","cbContentStore","cbLinks","cbEntryLinks" ] } ]
cb_editors_ckeditor_extraplugins:cbKeyBinding,cbWidgets,cbLinks,cbEntryLinks,cbContentStore,cbIpsumLorem,wsc,mediaembed,insertpre,justify,colorbutton,showblocks,find,div,smiley,specialchar,iframe
cb_media_directoryRoot:/contentbox/content
cb_media_provider:CFContentMediaProvider
cb_media_provider_caching:true
cb_media_createFolders:true
cb_media_allowDelete:true
cb_media_allowDownloads:true
cb_media_allowUploads:true
cb_media_acceptMimeTypes:
cb_media_html5uploads_maxFileSize:100
cb_media_html5uploads_maxFiles:25
cb_media_quickViewWidth:400
cb_gravatar_display:true
cb_gravatar_rating:PG
cb_site_email:france...@email.it
cb_site_outgoingEmail:france...@email.it
cb_notify_author:true
cb_notify_entry:true
cb_notify_page:true
cb_notify_contentstore:true
cb_site_mail_server:
cb_site_mail_username:admin
cb_site_mail_password:C1p0ll466!12
cb_site_mail_smtp:25
cb_site_mail_tls:false
cb_site_mail_ssl:false
cb_search_maxResults:20
cb_search_adapter:contentbox.models.search.DBSearch
cb_rss_title:RSS Feed by ContentBox
cb_rss_generator:ContentBox by Ortus Solutions
cb_rss_copyright:Ortus Solutions, Corp (www.ortussolutions.com)
cb_rss_description:ContentBox RSS Feed
cb_rss_webmaster:
cb_rss_maxEntries:10
cb_rss_maxComments:10
cb_rss_caching:true
cb_rss_cacheName:TEMPLATE
cb_rss_cachingTimeout:60
cb_rss_cachingTimeoutIdle:15
Session Storage:
cfid:bce11c8a-5deb-45a2-ac7b-f04421cf1ff0
timecreated:{ts '2017-05-26 09:33:38'}
cbStorage:cbStorage
Struct
loggedInAuthorID
number1
cbox_flash_scope:cbox_flash_scope
Struct
sessionid:ContentBox002EA574DBAB97AD814425525A9A74B3_bce11c8a-5deb-45a2-ac7b-f04421cf1ff0_0
urltoken:CFID=bce11c8a-5deb-45a2-ac7b-f04421cf1ff0&CFTOKEN=0
lastvisit:{ts '2017-05-26 09:53:29'}
cftoken:0
Cookies:
vsid:902vr2360280088516397
wp-settings-time-1:1494347074
lucee_admin_lang:en
lucee_admin_pw_web:21ab1ca2fd824bfd0d809db58bbe135fde3d4a29777eb283c3ff0ee3ca76b23c
cfid:bce11c8a-5deb-45a2-ac7b-f04421cf1ff0
cftoken:0
lucee_admin_lastpage:services.datasource
jsessionid:A5A43FE2F17CEF0190E747EE5BCE985A
defaultlocale:en_US
navgoco:{"0":{"7":1}}
Reply all
Reply to author
Forward
0 new messages