Notice (1024) : E11000 duplicate key error collection: p300.events_radius_cache index: _id_ dup key: { _id: "822de287e03a246929b4029ba28a1f6d" } [APP/Plugin/Mongodb/Model/Datasource/MongodbSource.php , line 508 ]Code Context } catch ( MongoException $e ) {
$this -> error = $e -> getMessage ();
trigger_error ( $this -> error ); $Model = object(EventRadiusCache) {
primaryKey => '_id'
useDbConfig => 'mongo'
useTable => 'events_radius_cache'
id => false
data => array(
'EventRadiusCache' => array(
[maximum depth reached]
)
)
schemaName => null
table => 'events_radius_cache'
validate => array()
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => 'Core'
name => 'EventRadiusCache'
alias => 'EventRadiusCache'
tableToModel => array(
'events_radius_cache' => 'EventRadiusCache'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasMany => array()
hasAndBelongsToMany => array()
actsAs => null
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => false
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _schema => array(
'_id' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'radius' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => object(ModelValidator) {}
}
$fields = array(
(int) 0 => '_id',
(int) 1 => 'radius',
(int) 2 => 'modified',
(int) 3 => 'created'
)
$values = array(
(int) 0 => '822de287e03a246929b4029ba28a1f6d',
(int) 1 => (int) 7,
(int) 2 => object(MongoDate) {
sec => (int) 1765939626
usec => (int) 274000
},
(int) 3 => object(MongoDate) {
sec => (int) 1765939626
usec => (int) 274000
}
)
$data = array(
'_id' => '822de287e03a246929b4029ba28a1f6d',
'radius' => (int) 7,
'modified' => object(MongoDate) {
sec => (int) 1765939626
usec => (int) 274000
},
'created' => object(MongoDate) {
sec => (int) 1765939626
usec => (int) 274000
}
)
$e = object(MongoDuplicateKeyException) {
xdebug_message => '<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> MongoDuplicateKeyException: E11000 duplicate key error collection: p300.events_radius_cache index: _id_ dup key: { _id: "822de287e03a246929b4029ba28a1f6d" } in /var/www/vhosts/devel1/project300/app/Vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/ExceptionConverter.php on line <i>86</i></th></tr>
<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>
<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0002</td><td bgcolor='#eeeeec' align='right'>414984</td><td bgcolor='#eeeeec'>{main}( )</td><td title='/var/www/vhosts/devel1/project300/app/webroot/index.php' bgcolor='#eeeeec'>.../index.php<b>:</b>0</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0118</td><td bgcolor='#eeeeec' align='right'>2828544</td><td bgcolor='#eeeeec'>Dispatcher->dispatch( <span>$request = </span><span>class CakeRequest { public $params = ['plugin' => NULL, 'controller' => 'rss', 'action' => 'events', 'named' => [...], 'pass' => [...], 'city' => 'riverside', 'state' => 'ri', 'type' => 'town']; public $data = []; public $query = []; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = ['get' => [...], 'patch' => [...], 'post' => [...], 'put' => [...], 'delete' => [...], 'head' => [...], 'options' => [...], 'ssl' => [...], 'ajax' => [...], 'flash' => [...], 'mobile' => [...], 'requested' => [...], 'json' => [...], 'xml' => [...]]; protected $_input = '' }</span>, <span>$response = </span><span>class CakeResponse { protected $_statusCodes = [100 => 'Continue', 101 => 'Switching Protocols', 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 304 => 'Not Modified', 305 => 'Use Proxy', 307 => 'Temporary Redirect', 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Time-out', 409 => 'Conflict', 410 => 'Gone', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Large', 415 => 'Unsupported Media Type', 416 => 'Requested range not satisfiable', 417 => 'Expectation Failed', 429 => 'Too Many Requests', 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Time-out', 505 => 'Unsupported Version']; protected $_mimeTypes = ['html' => [...], 'json' => 'application/json', 'xml' => [...], 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => [...], 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', ...]; protected $_protocol = 'HTTP/1.1'; protected $_status = 200; protected $_contentType = 'text/html'; protected $_headers = []; protected $_body = NULL; protected $_file = NULL; protected $_fileRange = NULL; protected $_charset = 'UTF-8'; protected $_cacheDirectives = []; protected $_cookies = [] }</span>, <span>$additionalParams = </span>??? )</td><td title='/var/www/vhosts/devel1/project300/app/webroot/index.php' bgcolor='#eeeeec'>.../index.php<b>:</b>81</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>3</td><td bgcolor='#eeeeec' align='center'>0.0152</td><td bgcolor='#eeeeec' align='right'>3464392</td><td bgcolor='#eeeeec'>Dispatcher->_invoke( <span>$controller = </span><span>class RssController { public $uses = [0 => 'Event', 1 => 'Article', 2 => 'News', 3 => 'County', 4 => 'Page', 5 => 'Site', 6 => 'Module', 7 => 'DefaultToken', 8 => 'Announcement', 9 => 'BrandCategory', 10 => 'State']; public $components = ['Session' => NULL, 'Params' => NULL, 'Markup' => NULL, 'Core.Events' => NULL, 'Core.Modules' => NULL]; public $helpers = [0 => 'Cache']; public $paginate = FALSE; public $cacheAction = TRUE; public $pagelimit = 10; public $theme = ''; public $name = 'Rss'; public $request = class CakeRequest { public $params = [...]; public $data = [...]; public $query = [...]; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = [...]; protected $_input = '' }; public $response = class CakeResponse { protected $_statusCodes = [...]; protected $_mimeTypes = [...]; protected $_protocol = 'HTTP/1.1'; protected $_status = 200; protected $_contentType = 'text/html'; protected $_headers = [...]; protected $_body = NULL; protected $_file = NULL; protected $_fileRange = NULL; protected $_charset = 'UTF-8'; protected $_cacheDirectives = [...]; protected $_cookies = [...] }; protected $_responseClass = 'CakeResponse'; public $viewPath = 'Rss'; public $layoutPath = NULL; public $viewVars = []; public $view = 'events'; public $layout = 'p300'; public $autoRender = TRUE; public $autoLayout = TRUE; public $Components = class ComponentCollection { protected $_Controller = ...; protected $_enabled = [...]; protected $_loaded = [...]; public $defaultPriority = 10 }; public $viewClass = 'View'; public $View = NULL; public $ext = '.ctp'; public $plugin = NULL; public $passedArgs = []; public $scaffold = FALSE; public $methods = [0 => 'index', 1 => 'display', 2 => 'events', 3 => 'news', 5 => 'getParams', 6 => 'renderPage', 7 => 'detail_map', 8 => 'jslog', 9 => 'toSef', 10 => 'verify_recaptcha']; public $modelClass = 'Event'; public $modelKey = 'rss'; public $validationErrors = NULL; protected $_mergeParent = 'AppController'; protected $_eventManager = class CakeEventManager { protected $_listeners = [...]; protected $_isGlobal = FALSE }; public $Session = class SessionComponent { protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] }; public $Params = class ParamsComponent { public $data = [...]; public $components = [...]; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; protected $_componentMap = [...]; public $Session = class SessionComponent { ... }; public $searchdate = '' }; public $Markup = class MarkupComponent { public $hostname = ''; public $default_image = 'https://cdn-p300.americantowns.com/img/generic-icon.jpg'; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] }; public $Events = class EventsComponent { public $Event = class Event { ... }; public $params = [...]; public $defaultRadius = NULL; public $components = [...]; public $controller = ...; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; protected $_componentMap = [...]; public $EventCache = class EventCache { ... }; public $EventRadiusCache = class EventRadiusCache { ... } }; public $Modules = class ModulesComponent { protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] } }</span>, <span>$request = </span><span>class CakeRequest { public $params = ['plugin' => NULL, 'controller' => 'rss', 'action' => 'events', 'named' => [...], 'pass' => [...], 'city' => 'riverside', 'state' => 'ri', 'type' => 'town']; public $data = []; public $query = []; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = ['get' => [...], 'patch' => [...], 'post' => [...], 'put' => [...], 'delete' => [...], 'head' => [...], 'options' => [...], 'ssl' => [...], 'ajax' => [...], 'flash' => [...], 'mobile' => [...], 'requested' => [...], 'json' => [...], 'xml' => [...]]; protected $_input = '' }</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Routing/Dispatcher.php' bgcolor='#eeeeec'>.../Dispatcher.php<b>:</b>167</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>4</td><td bgcolor='#eeeeec' align='center'>0.0169</td><td bgcolor='#eeeeec' align='right'>3725648</td><td bgcolor='#eeeeec'>Controller->invokeAction( <span>$request = </span><span>class CakeRequest { public $params = ['plugin' => NULL, 'controller' => 'rss', 'action' => 'events', 'named' => [...], 'pass' => [...], 'city' => 'riverside', 'state' => 'ri', 'type' => 'town']; public $data = []; public $query = []; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = ['get' => [...], 'patch' => [...], 'post' => [...], 'put' => [...], 'delete' => [...], 'head' => [...], 'options' => [...], 'ssl' => [...], 'ajax' => [...], 'flash' => [...], 'mobile' => [...], 'requested' => [...], 'json' => [...], 'xml' => [...]]; protected $_input = '' }</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Routing/Dispatcher.php' bgcolor='#eeeeec'>.../Dispatcher.php<b>:</b>193</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>5</td><td bgcolor='#eeeeec' align='center'>0.0169</td><td bgcolor='#eeeeec' align='right'>3725760</td><td bgcolor='#eeeeec'><a href='http://www.php.net/ReflectionMethod.invokeArgs' target='_new'>invokeArgs</a>( <span>$object = </span><span>class RssController { public $uses = [0 => 'Event', 1 => 'Article', 2 => 'News', 3 => 'County', 4 => 'Page', 5 => 'Site', 6 => 'Module', 7 => 'DefaultToken', 8 => 'Announcement', 9 => 'BrandCategory', 10 => 'State']; public $components = ['Session' => NULL, 'Params' => NULL, 'Markup' => NULL, 'Core.Events' => NULL, 'Core.Modules' => NULL]; public $helpers = [0 => 'Cache']; public $paginate = FALSE; public $cacheAction = TRUE; public $pagelimit = 10; public $theme = ''; public $name = 'Rss'; public $request = class CakeRequest { public $params = [...]; public $data = [...]; public $query = [...]; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = [...]; protected $_input = '' }; public $response = class CakeResponse { protected $_statusCodes = [...]; protected $_mimeTypes = [...]; protected $_protocol = 'HTTP/1.1'; protected $_status = 200; protected $_contentType = 'text/html'; protected $_headers = [...]; protected $_body = NULL; protected $_file = NULL; protected $_fileRange = NULL; protected $_charset = 'UTF-8'; protected $_cacheDirectives = [...]; protected $_cookies = [...] }; protected $_responseClass = 'CakeResponse'; public $viewPath = 'Rss'; public $layoutPath = NULL; public $viewVars = []; public $view = 'events'; public $layout = 'p300'; public $autoRender = TRUE; public $autoLayout = TRUE; public $Components = class ComponentCollection { protected $_Controller = ...; protected $_enabled = [...]; protected $_loaded = [...]; public $defaultPriority = 10 }; public $viewClass = 'View'; public $View = NULL; public $ext = '.ctp'; public $plugin = NULL; public $passedArgs = []; public $scaffold = FALSE; public $methods = [0 => 'index', 1 => 'display', 2 => 'events', 3 => 'news', 5 => 'getParams', 6 => 'renderPage', 7 => 'detail_map', 8 => 'jslog', 9 => 'toSef', 10 => 'verify_recaptcha']; public $modelClass = 'Event'; public $modelKey = 'rss'; public $validationErrors = NULL; protected $_mergeParent = 'AppController'; protected $_eventManager = class CakeEventManager { protected $_listeners = [...]; protected $_isGlobal = FALSE }; public $Session = class SessionComponent { protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] }; public $Params = class ParamsComponent { public $data = [...]; public $components = [...]; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; protected $_componentMap = [...]; public $Session = class SessionComponent { ... }; public $searchdate = '' }; public $Markup = class MarkupComponent { public $hostname = ''; public $default_image = 'https://cdn-p300.americantowns.com/img/generic-icon.jpg'; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] }; public $Events = class EventsComponent { public $Event = class Event { ... }; public $params = [...]; public $defaultRadius = NULL; public $components = [...]; public $controller = ...; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; protected $_componentMap = [...]; public $EventCache = class EventCache { ... }; public $EventRadiusCache = class EventRadiusCache { ... } }; public $Modules = class ModulesComponent { protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] } }</span>, <span>$args = </span><span>[]</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Controller/Controller.php' bgcolor='#eeeeec'>.../Controller.php<b>:</b>491</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>6</td><td bgcolor='#eeeeec' align='center'>0.0169</td><td bgcolor='#eeeeec' align='right'>3725832</td><td bgcolor='#eeeeec'>RssController->events( )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Controller/Controller.php' bgcolor='#eeeeec'>.../Controller.php<b>:</b>491</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>7</td><td bgcolor='#eeeeec' align='center'>0.0176</td><td bgcolor='#eeeeec' align='right'>3804968</td><td bgcolor='#eeeeec'>EventsComponent->search( <span>$params = </span><span>['keyword' => '', 'radius' => NULL, 'limit' => 15, 'page' => 1, 'sef' => '', 'tags' => '', 'tags_logical' => '', 'terms' => '', 'show' => 15, 'show_limit' => 3, 'sort' => '', 'days' => '', 'images' => TRUE, 'max-days' => 365, 'max-miles' => 45, 'message' => '[message to follow]', 'min' => 50, 'title' => '', 'prompt' => '', 'height' => '', 'width' => '', 'data_id' => '', 'more' => TRUE, 'type' => '', 'autoshowmore' => FALSE, 'link' => '', 'showdesc' => '', 'rankby' => '', 'empty-message' => '', 'ad_slots' => '', 'see-more-title' => '', 'searchdate' => '', 'searchenddate' => '', 'lat' => 41.748798370361, 'lng' => -71.357498168945, 'latlng' => '41.748798370361,-71.357498168945', 'city' => 'Riverside', 'state' => 'RI', 'theme' => '', 'page_type' => NULL]</span> )</td><td title='/var/www/vhosts/devel1/project300/app/Controller/RssController.php' bgcolor='#eeeeec'>.../RssController.php<b>:</b>33</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>8</td><td bgcolor='#eeeeec' align='center'>0.0240</td><td bgcolor='#eeeeec' align='right'>4988448</td><td bgcolor='#eeeeec'>Event->defaultRadius( <span>$tags = </span><span>''</span> )</td><td title='/var/www/vhosts/devel1/project300/app/Plugin/Core/Controller/Component/EventsComponent.php' bgcolor='#eeeeec'>.../EventsComponent.php<b>:</b>42</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>9</td><td bgcolor='#eeeeec' align='center'>0.0733</td><td bgcolor='#eeeeec' align='right'>5619552</td><td bgcolor='#eeeeec'>Model->save( <span>$data = </span><span>['_id' => '822de287e03a246929b4029ba28a1f6d', 'radius' => 7]</span>, <span>$validate = </span>???, <span>$fieldList = </span>??? )</td><td title='/var/www/vhosts/devel1/project300/app/Plugin/Core/Model/Event.php' bgcolor='#eeeeec'>.../Event.php<b>:</b>82</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>10</td><td bgcolor='#eeeeec' align='center'>0.0733</td><td bgcolor='#eeeeec' align='right'>5619928</td><td bgcolor='#eeeeec'>Model->_doSave( <span>$data = </span><span>['_id' => '822de287e03a246929b4029ba28a1f6d', 'radius' => 7]</span>, <span>$options = </span><span>['validate' => TRUE, 'fieldList' => [], 'callbacks' => TRUE, 'counterCache' => TRUE, 'atomic' => TRUE]</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Model/Model.php' bgcolor='#eeeeec'>.../Model.php<b>:</b>1760</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>11</td><td bgcolor='#eeeeec' align='center'>0.0790</td><td bgcolor='#eeeeec' align='right'>5822952</td><td bgcolor='#eeeeec'>MongodbSource->create( <span>$Model = </span><span>class EventRadiusCache { public $primaryKey = '_id'; public $useDbConfig = 'mongo'; public $useTable = 'events_radius_cache'; public $displayField = *uninitialized*; public $id = FALSE; public $data = ['EventRadiusCache' => [...]]; public $schemaName = NULL; public $table = 'events_radius_cache'; protected $_schema = ['_id' => [...], 'created' => [...], 'modified' => [...], 'radius' => [...]]; public $validate = []; public $validationErrors = []; public $validationDomain = NULL; public $tablePrefix = ''; public $plugin = 'Core'; public $name = 'EventRadiusCache'; public $alias = 'EventRadiusCache'; public $tableToModel = ['events_radius_cache' => 'EventRadiusCache']; public $cacheQueries = FALSE; public $belongsTo = []; public $hasOne = []; public $hasMany = []; public $hasAndBelongsToMany = []; public $actsAs = NULL; public $Behaviors = class BehaviorCollection { public $modelName = 'EventRadiusCache'; protected $_methods = [...]; protected $_mappedMethods = [...]; protected $_enabled = [...]; protected $_loaded = [...]; public $defaultPriority = 10 }; public $whitelist = []; public $cacheSources = FALSE; public $findQueryType = NULL; public $recursive = 1; public $order = NULL; public $virtualFields = []; protected $_associationKeys = ['belongsTo' => [...], 'hasOne' => [...], 'hasMany' => [...], 'hasAndBelongsToMany' => [...]]; protected $_associations = [0 => 'belongsTo', 1 => 'hasOne', 2 => 'hasMany', 3 => 'hasAndBelongsToMany']; public $__backAssociation = []; public $__backInnerAssociation = []; public $__backOriginalAssociation = []; public $__backContainableAssociation = []; public $__safeUpdateMode = FALSE; public $useConsistentAfterFind = TRUE; protected $_insertID = NULL; protected $_sourceConfigured = TRUE; public $findMethods = ['all' => TRUE, 'first' => TRUE, 'count' => TRUE, 'neighbors' => TRUE, 'list' => TRUE, 'threaded' => TRUE]; protected $_eventManager = class CakeEventManager { protected $_listeners = [...]; protected $_isGlobal = FALSE }; protected $_validator = class ModelValidator { protected $_fields = [...]; protected $_model = ...; protected $_validate = [...]; protected $_methods = [...]; protected $_modelMethods = [...]; protected $_behaviors = [...] } }</span>, <span>$fields = </span><span>[0 => '_id', 1 => 'radius', 2 => 'modified', 3 => 'created']</span>, <span>$values = </span><span>[0 => '822de287e03a246929b4029ba28a1f6d', 1 => 7, 2 => class MongoDate { public $sec = 1765939626; public $usec = 274000 }, 3 => class MongoDate { public $sec = 1765939626; public $usec = 274000 }]</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Model/Model.php' bgcolor='#eeeeec'>.../Model.php<b>:</b>1942</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>12</td><td bgcolor='#eeeeec' align='center'>0.0791</td><td bgcolor='#eeeeec' align='right'>5823600</td><td bgcolor='#eeeeec'>MongoCollection->insert( <span>$a = </span><span>['_id' => '822de287e03a246929b4029ba28a1f6d', 'radius' => 7, 'modified' => class MongoDate { public $sec = 1765939626; public $usec = 274000 }, 'created' => class MongoDate { public $sec = 1765939626; public $usec = 274000 }]</span>, <span>$options = </span><span>['safe' => TRUE]</span> )</td><td title='/var/www/vhosts/devel1/project300/app/Plugin/Mongodb/Model/Datasource/MongodbSource.php' bgcolor='#eeeeec'>.../MongodbSource.php<b>:</b>500</td></tr>
'
[protected] message => 'E11000 duplicate key error collection: p300.events_radius_cache index: _id_ dup key: { _id: "822de287e03a246929b4029ba28a1f6d" }'
[protected] code => (int) 11000
[protected] file => '/var/www/vhosts/devel1/project300/app/Vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/ExceptionConverter.php'
[protected] line => (int) 86
} MongodbSource::create() - APP/Plugin/Mongodb/Model/Datasource/MongodbSource.php, line 508
Model::_doSave() - CORE/Cake/Model/Model.php, line 1942
Model::save() - CORE/Cake/Model/Model.php, line 1760
Event::defaultRadius() - APP/Plugin/Core/Model/Event.php, line 82
EventsComponent::search() - APP/Plugin/Core/Controller/Component/EventsComponent.php, line 42
RssController::events() - APP/Controller/RssController.php, line 33
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 81 Notice (1024) : E11000 duplicate key error collection: p300.events_cache index: _id_ dup key: { _id: "c6bbf3da6fdc53172a24982ea619682e" } [APP/Plugin/Mongodb/Model/Datasource/MongodbSource.php , line 508 ]Code Context } catch ( MongoException $e ) {
$this -> error = $e -> getMessage ();
trigger_error ( $this -> error ); $Model = object(EventCache) {
primaryKey => '_id'
useDbConfig => 'mongo'
useTable => 'events_cache'
id => false
data => array(
'EventCache' => array(
[maximum depth reached]
)
)
schemaName => null
table => 'events_cache'
validate => array()
validationErrors => array()
validationDomain => null
tablePrefix => ''
plugin => 'Core'
name => 'EventCache'
alias => 'EventCache'
tableToModel => array(
'events_cache' => 'EventCache'
)
cacheQueries => false
belongsTo => array()
hasOne => array()
hasMany => array()
hasAndBelongsToMany => array()
actsAs => null
Behaviors => object(BehaviorCollection) {}
whitelist => array()
cacheSources => false
findQueryType => null
recursive => (int) 1
order => null
virtualFields => array()
__backAssociation => array()
__backInnerAssociation => array()
__backOriginalAssociation => array()
__backContainableAssociation => array()
__safeUpdateMode => false
useConsistentAfterFind => true
findMethods => array(
'all' => true,
'first' => true,
'count' => true,
'neighbors' => true,
'list' => true,
'threaded' => true
)
[protected] _schema => array(
'_id' => array(
[maximum depth reached]
),
'created' => array(
[maximum depth reached]
),
'modified' => array(
[maximum depth reached]
),
'town_sef_url' => array(
[maximum depth reached]
),
'data_key' => array(
[maximum depth reached]
),
'sort_order' => array(
[maximum depth reached]
),
'params' => array(
[maximum depth reached]
)
)
[protected] _associationKeys => array(
'belongsTo' => array(
[maximum depth reached]
),
'hasOne' => array(
[maximum depth reached]
),
'hasMany' => array(
[maximum depth reached]
),
'hasAndBelongsToMany' => array(
[maximum depth reached]
)
)
[protected] _associations => array(
(int) 0 => 'belongsTo',
(int) 1 => 'hasOne',
(int) 2 => 'hasMany',
(int) 3 => 'hasAndBelongsToMany'
)
[protected] _insertID => null
[protected] _sourceConfigured => true
[protected] _eventManager => object(CakeEventManager) {}
[protected] _validator => object(ModelValidator) {}
}
$fields = array(
(int) 0 => '_id',
(int) 1 => 'town_sef_url',
(int) 2 => 'data_key',
(int) 3 => 'sort_order',
(int) 4 => 'params',
(int) 5 => 'modified',
(int) 6 => 'created'
)
$values = array(
(int) 0 => 'c6bbf3da6fdc53172a24982ea619682e',
(int) 1 => 'riverside-ri',
(int) 2 => array(
(int) 0 => '68a75b5d03a70639b6cf080b',
(int) 1 => '68a75b5f03a70639b6cf0ecc',
(int) 2 => '69036ade4389be6be5f5f5f5',
(int) 3 => '69036adf4389be6be5f5f91f',
(int) 4 => '69036adf4389be6be5f5f9d2',
(int) 5 => '69036adf4389be6be5f5f9f2',
(int) 6 => '69036adf4389be6be5f5fae8',
(int) 7 => '69036ae04389be6be5f5ff7d',
(int) 8 => '69036ae14389be6be5f602d1',
(int) 9 => '69036ae14389be6be5f605b0',
(int) 10 => '69036ae14389be6be5f6069e',
(int) 11 => '69036ae24389be6be5f60936',
(int) 12 => '68a75b6403a70639b6cf2d8b',
(int) 13 => '69036ae34389be6be5f61109',
(int) 14 => '693321044389be6be565456e'
),
(int) 3 => array(
'start' => (int) 1
),
(int) 4 => '{"keyword":"","radius":7,"limit":15,"page":1,"sef":"","tags":"","tags_logical":"","terms":"","show":15,"show_limit":3,"sort":"","days":"","images":true,"max-days":365,"max-miles":45,"message":"[message to follow]","min":50,"title":"","prompt":"","height":"","width":"","data_id":"","more":true,"type":"","autoshowmore":false,"link":"","showdesc":"","rankby":"","empty-message":"","ad_slots":"","see-more-title":"","searchdate":"","searchenddate":"","lat":41.74879837036133,"lng":-71.35749816894531,"latlng":"41.748798370361,-71.357498168945","city":"Riverside","state":"RI","theme":"","page_type":null,"has_next_page":true}',
(int) 5 => object(MongoDate) {
sec => (int) 1765939626
usec => (int) 450000
},
(int) 6 => object(MongoDate) {
sec => (int) 1765939626
usec => (int) 450000
}
)
$data = array(
'_id' => 'c6bbf3da6fdc53172a24982ea619682e',
'town_sef_url' => 'riverside-ri',
'data_key' => array(
(int) 0 => '68a75b5d03a70639b6cf080b',
(int) 1 => '68a75b5f03a70639b6cf0ecc',
(int) 2 => '69036ade4389be6be5f5f5f5',
(int) 3 => '69036adf4389be6be5f5f91f',
(int) 4 => '69036adf4389be6be5f5f9d2',
(int) 5 => '69036adf4389be6be5f5f9f2',
(int) 6 => '69036adf4389be6be5f5fae8',
(int) 7 => '69036ae04389be6be5f5ff7d',
(int) 8 => '69036ae14389be6be5f602d1',
(int) 9 => '69036ae14389be6be5f605b0',
(int) 10 => '69036ae14389be6be5f6069e',
(int) 11 => '69036ae24389be6be5f60936',
(int) 12 => '68a75b6403a70639b6cf2d8b',
(int) 13 => '69036ae34389be6be5f61109',
(int) 14 => '693321044389be6be565456e'
),
'sort_order' => array(
'start' => (int) 1
),
'params' => '{"keyword":"","radius":7,"limit":15,"page":1,"sef":"","tags":"","tags_logical":"","terms":"","show":15,"show_limit":3,"sort":"","days":"","images":true,"max-days":365,"max-miles":45,"message":"[message to follow]","min":50,"title":"","prompt":"","height":"","width":"","data_id":"","more":true,"type":"","autoshowmore":false,"link":"","showdesc":"","rankby":"","empty-message":"","ad_slots":"","see-more-title":"","searchdate":"","searchenddate":"","lat":41.74879837036133,"lng":-71.35749816894531,"latlng":"41.748798370361,-71.357498168945","city":"Riverside","state":"RI","theme":"","page_type":null,"has_next_page":true}',
'modified' => object(MongoDate) {
sec => (int) 1765939626
usec => (int) 450000
},
'created' => object(MongoDate) {
sec => (int) 1765939626
usec => (int) 450000
}
)
$e = object(MongoDuplicateKeyException) {
xdebug_message => '<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> MongoDuplicateKeyException: E11000 duplicate key error collection: p300.events_cache index: _id_ dup key: { _id: "c6bbf3da6fdc53172a24982ea619682e" } in /var/www/vhosts/devel1/project300/app/Vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/ExceptionConverter.php on line <i>86</i></th></tr>
<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>
<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0002</td><td bgcolor='#eeeeec' align='right'>414984</td><td bgcolor='#eeeeec'>{main}( )</td><td title='/var/www/vhosts/devel1/project300/app/webroot/index.php' bgcolor='#eeeeec'>.../index.php<b>:</b>0</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0118</td><td bgcolor='#eeeeec' align='right'>2828544</td><td bgcolor='#eeeeec'>Dispatcher->dispatch( <span>$request = </span><span>class CakeRequest { public $params = ['plugin' => NULL, 'controller' => 'rss', 'action' => 'events', 'named' => [...], 'pass' => [...], 'city' => 'riverside', 'state' => 'ri', 'type' => 'town']; public $data = []; public $query = []; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = ['get' => [...], 'patch' => [...], 'post' => [...], 'put' => [...], 'delete' => [...], 'head' => [...], 'options' => [...], 'ssl' => [...], 'ajax' => [...], 'flash' => [...], 'mobile' => [...], 'requested' => [...], 'json' => [...], 'xml' => [...]]; protected $_input = '' }</span>, <span>$response = </span><span>class CakeResponse { protected $_statusCodes = [100 => 'Continue', 101 => 'Switching Protocols', 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', 300 => 'Multiple Choices', 301 => 'Moved Permanently', 302 => 'Found', 303 => 'See Other', 304 => 'Not Modified', 305 => 'Use Proxy', 307 => 'Temporary Redirect', 400 => 'Bad Request', 401 => 'Unauthorized', 402 => 'Payment Required', 403 => 'Forbidden', 404 => 'Not Found', 405 => 'Method Not Allowed', 406 => 'Not Acceptable', 407 => 'Proxy Authentication Required', 408 => 'Request Time-out', 409 => 'Conflict', 410 => 'Gone', 411 => 'Length Required', 412 => 'Precondition Failed', 413 => 'Request Entity Too Large', 414 => 'Request-URI Too Large', 415 => 'Unsupported Media Type', 416 => 'Requested range not satisfiable', 417 => 'Expectation Failed', 429 => 'Too Many Requests', 500 => 'Internal Server Error', 501 => 'Not Implemented', 502 => 'Bad Gateway', 503 => 'Service Unavailable', 504 => 'Gateway Time-out', 505 => 'Unsupported Version']; protected $_mimeTypes = ['html' => [...], 'json' => 'application/json', 'xml' => [...], 'rss' => 'application/rss+xml', 'ai' => 'application/postscript', 'bcpio' => 'application/x-bcpio', 'bin' => 'application/octet-stream', 'ccad' => 'application/clariscad', 'cdf' => 'application/x-netcdf', 'class' => 'application/octet-stream', 'cpio' => 'application/x-cpio', 'cpt' => 'application/mac-compactpro', 'csh' => 'application/x-csh', 'csv' => [...], 'dcr' => 'application/x-director', 'dir' => 'application/x-director', 'dms' => 'application/octet-stream', 'doc' => 'application/msword', 'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'drw' => 'application/drafting', 'dvi' => 'application/x-dvi', 'dwg' => 'application/acad', 'dxf' => 'application/dxf', 'dxr' => 'application/x-director', 'eot' => 'application/vnd.ms-fontobject', 'eps' => 'application/postscript', 'exe' => 'application/octet-stream', 'ez' => 'application/andrew-inset', 'flv' => 'video/x-flv', 'gtar' => 'application/x-gtar', 'gz' => 'application/x-gzip', 'bz2' => 'application/x-bzip', '7z' => 'application/x-7z-compressed', 'hdf' => 'application/x-hdf', 'hqx' => 'application/mac-binhex40', 'ico' => 'image/x-icon', 'ips' => 'application/x-ipscript', 'ipx' => 'application/x-ipix', 'js' => 'application/javascript', 'jsonapi' => 'application/vnd.api+json', 'latex' => 'application/x-latex', 'lha' => 'application/octet-stream', 'lsp' => 'application/x-lisp', 'lzh' => 'application/octet-stream', 'man' => 'application/x-troff-man', 'me' => 'application/x-troff-me', 'mif' => 'application/vnd.mif', 'ms' => 'application/x-troff-ms', 'nc' => 'application/x-netcdf', 'oda' => 'application/oda', 'otf' => 'font/otf', 'pdf' => 'application/pdf', 'pgn' => 'application/x-chess-pgn', 'pot' => 'application/vnd.ms-powerpoint', 'pps' => 'application/vnd.ms-powerpoint', 'ppt' => 'application/vnd.ms-powerpoint', 'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'ppz' => 'application/vnd.ms-powerpoint', 'pre' => 'application/x-freelance', 'prt' => 'application/pro_eng', 'ps' => 'application/postscript', 'roff' => 'application/x-troff', 'scm' => 'application/x-lotusscreencam', 'set' => 'application/set', 'sh' => 'application/x-sh', 'shar' => 'application/x-shar', 'sit' => 'application/x-stuffit', 'skd' => 'application/x-koan', 'skm' => 'application/x-koan', 'skp' => 'application/x-koan', 'skt' => 'application/x-koan', 'smi' => 'application/smil', 'smil' => 'application/smil', 'sol' => 'application/solids', 'spl' => 'application/x-futuresplash', 'src' => 'application/x-wais-source', 'step' => 'application/STEP', 'stl' => 'application/SLA', 'stp' => 'application/STEP', 'sv4cpio' => 'application/x-sv4cpio', 'sv4crc' => 'application/x-sv4crc', 'svg' => 'image/svg+xml', 'svgz' => 'image/svg+xml', 'swf' => 'application/x-shockwave-flash', 't' => 'application/x-troff', 'tar' => 'application/x-tar', 'tcl' => 'application/x-tcl', 'tex' => 'application/x-tex', 'texi' => 'application/x-texinfo', 'texinfo' => 'application/x-texinfo', 'tr' => 'application/x-troff', 'tsp' => 'application/dsptype', 'ttc' => 'font/ttf', 'ttf' => 'font/ttf', 'unv' => 'application/i-deas', 'ustar' => 'application/x-ustar', 'vcd' => 'application/x-cdlink', 'vda' => 'application/vda', 'xlc' => 'application/vnd.ms-excel', 'xll' => 'application/vnd.ms-excel', 'xlm' => 'application/vnd.ms-excel', 'xls' => 'application/vnd.ms-excel', 'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'xlw' => 'application/vnd.ms-excel', 'zip' => 'application/zip', 'aif' => 'audio/x-aiff', 'aifc' => 'audio/x-aiff', 'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi', 'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg', 'ogg' => 'audio/ogg', 'oga' => 'audio/ogg', 'spx' => 'audio/ogg', 'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio', 'rpm' => 'audio/x-pn-realaudio-plugin', 'snd' => 'audio/basic', 'tsi' => 'audio/TSP-audio', 'wav' => 'audio/x-wav', 'aac' => 'audio/aac', 'asc' => 'text/plain', 'c' => 'text/plain', ...]; protected $_protocol = 'HTTP/1.1'; protected $_status = 200; protected $_contentType = 'text/html'; protected $_headers = []; protected $_body = NULL; protected $_file = NULL; protected $_fileRange = NULL; protected $_charset = 'UTF-8'; protected $_cacheDirectives = []; protected $_cookies = [] }</span>, <span>$additionalParams = </span>??? )</td><td title='/var/www/vhosts/devel1/project300/app/webroot/index.php' bgcolor='#eeeeec'>.../index.php<b>:</b>81</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>3</td><td bgcolor='#eeeeec' align='center'>0.0152</td><td bgcolor='#eeeeec' align='right'>3464392</td><td bgcolor='#eeeeec'>Dispatcher->_invoke( <span>$controller = </span><span>class RssController { public $uses = [0 => 'Event', 1 => 'Article', 2 => 'News', 3 => 'County', 4 => 'Page', 5 => 'Site', 6 => 'Module', 7 => 'DefaultToken', 8 => 'Announcement', 9 => 'BrandCategory', 10 => 'State']; public $components = ['Session' => NULL, 'Params' => NULL, 'Markup' => NULL, 'Core.Events' => NULL, 'Core.Modules' => NULL]; public $helpers = [0 => 'Cache']; public $paginate = FALSE; public $cacheAction = TRUE; public $pagelimit = 10; public $theme = ''; public $name = 'Rss'; public $request = class CakeRequest { public $params = [...]; public $data = [...]; public $query = [...]; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = [...]; protected $_input = '' }; public $response = class CakeResponse { protected $_statusCodes = [...]; protected $_mimeTypes = [...]; protected $_protocol = 'HTTP/1.1'; protected $_status = 200; protected $_contentType = 'text/html'; protected $_headers = [...]; protected $_body = NULL; protected $_file = NULL; protected $_fileRange = NULL; protected $_charset = 'UTF-8'; protected $_cacheDirectives = [...]; protected $_cookies = [...] }; protected $_responseClass = 'CakeResponse'; public $viewPath = 'Rss'; public $layoutPath = NULL; public $viewVars = []; public $view = 'events'; public $layout = 'p300'; public $autoRender = TRUE; public $autoLayout = TRUE; public $Components = class ComponentCollection { protected $_Controller = ...; protected $_enabled = [...]; protected $_loaded = [...]; public $defaultPriority = 10 }; public $viewClass = 'View'; public $View = NULL; public $ext = '.ctp'; public $plugin = NULL; public $passedArgs = []; public $scaffold = FALSE; public $methods = [0 => 'index', 1 => 'display', 2 => 'events', 3 => 'news', 5 => 'getParams', 6 => 'renderPage', 7 => 'detail_map', 8 => 'jslog', 9 => 'toSef', 10 => 'verify_recaptcha']; public $modelClass = 'Event'; public $modelKey = 'rss'; public $validationErrors = NULL; protected $_mergeParent = 'AppController'; protected $_eventManager = class CakeEventManager { protected $_listeners = [...]; protected $_isGlobal = FALSE }; public $Session = class SessionComponent { protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] }; public $Params = class ParamsComponent { public $data = [...]; public $components = [...]; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; protected $_componentMap = [...]; public $Session = class SessionComponent { ... }; public $searchdate = '' }; public $Markup = class MarkupComponent { public $hostname = ''; public $default_image = 'https://cdn-p300.americantowns.com/img/generic-icon.jpg'; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] }; public $Events = class EventsComponent { public $Event = class Event { ... }; public $params = [...]; public $defaultRadius = NULL; public $components = [...]; public $controller = ...; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; protected $_componentMap = [...]; public $EventCache = class EventCache { ... }; public $EventRadiusCache = class EventRadiusCache { ... } }; public $Modules = class ModulesComponent { protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] } }</span>, <span>$request = </span><span>class CakeRequest { public $params = ['plugin' => NULL, 'controller' => 'rss', 'action' => 'events', 'named' => [...], 'pass' => [...], 'city' => 'riverside', 'state' => 'ri', 'type' => 'town']; public $data = []; public $query = []; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = ['get' => [...], 'patch' => [...], 'post' => [...], 'put' => [...], 'delete' => [...], 'head' => [...], 'options' => [...], 'ssl' => [...], 'ajax' => [...], 'flash' => [...], 'mobile' => [...], 'requested' => [...], 'json' => [...], 'xml' => [...]]; protected $_input = '' }</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Routing/Dispatcher.php' bgcolor='#eeeeec'>.../Dispatcher.php<b>:</b>167</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>4</td><td bgcolor='#eeeeec' align='center'>0.0169</td><td bgcolor='#eeeeec' align='right'>3725648</td><td bgcolor='#eeeeec'>Controller->invokeAction( <span>$request = </span><span>class CakeRequest { public $params = ['plugin' => NULL, 'controller' => 'rss', 'action' => 'events', 'named' => [...], 'pass' => [...], 'city' => 'riverside', 'state' => 'ri', 'type' => 'town']; public $data = []; public $query = []; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = ['get' => [...], 'patch' => [...], 'post' => [...], 'put' => [...], 'delete' => [...], 'head' => [...], 'options' => [...], 'ssl' => [...], 'ajax' => [...], 'flash' => [...], 'mobile' => [...], 'requested' => [...], 'json' => [...], 'xml' => [...]]; protected $_input = '' }</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Routing/Dispatcher.php' bgcolor='#eeeeec'>.../Dispatcher.php<b>:</b>193</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>5</td><td bgcolor='#eeeeec' align='center'>0.0169</td><td bgcolor='#eeeeec' align='right'>3725760</td><td bgcolor='#eeeeec'><a href='http://php.net/ReflectionMethod.invokeArgs' target='_new'>invokeArgs</a>( <span>$object = </span><span>class RssController { public $uses = [0 => 'Event', 1 => 'Article', 2 => 'News', 3 => 'County', 4 => 'Page', 5 => 'Site', 6 => 'Module', 7 => 'DefaultToken', 8 => 'Announcement', 9 => 'BrandCategory', 10 => 'State']; public $components = ['Session' => NULL, 'Params' => NULL, 'Markup' => NULL, 'Core.Events' => NULL, 'Core.Modules' => NULL]; public $helpers = [0 => 'Cache']; public $paginate = FALSE; public $cacheAction = TRUE; public $pagelimit = 10; public $theme = ''; public $name = 'Rss'; public $request = class CakeRequest { public $params = [...]; public $data = [...]; public $query = [...]; public $url = 'riverside-ri/rss/events/'; public $base = ''; public $webroot = '/'; public $here = '/riverside-ri/rss/events/'; protected $_detectors = [...]; protected $_input = '' }; public $response = class CakeResponse { protected $_statusCodes = [...]; protected $_mimeTypes = [...]; protected $_protocol = 'HTTP/1.1'; protected $_status = 200; protected $_contentType = 'text/html'; protected $_headers = [...]; protected $_body = NULL; protected $_file = NULL; protected $_fileRange = NULL; protected $_charset = 'UTF-8'; protected $_cacheDirectives = [...]; protected $_cookies = [...] }; protected $_responseClass = 'CakeResponse'; public $viewPath = 'Rss'; public $layoutPath = NULL; public $viewVars = []; public $view = 'events'; public $layout = 'p300'; public $autoRender = TRUE; public $autoLayout = TRUE; public $Components = class ComponentCollection { protected $_Controller = ...; protected $_enabled = [...]; protected $_loaded = [...]; public $defaultPriority = 10 }; public $viewClass = 'View'; public $View = NULL; public $ext = '.ctp'; public $plugin = NULL; public $passedArgs = []; public $scaffold = FALSE; public $methods = [0 => 'index', 1 => 'display', 2 => 'events', 3 => 'news', 5 => 'getParams', 6 => 'renderPage', 7 => 'detail_map', 8 => 'jslog', 9 => 'toSef', 10 => 'verify_recaptcha']; public $modelClass = 'Event'; public $modelKey = 'rss'; public $validationErrors = NULL; protected $_mergeParent = 'AppController'; protected $_eventManager = class CakeEventManager { protected $_listeners = [...]; protected $_isGlobal = FALSE }; public $Session = class SessionComponent { protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] }; public $Params = class ParamsComponent { public $data = [...]; public $components = [...]; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; protected $_componentMap = [...]; public $Session = class SessionComponent { ... }; public $searchdate = '' }; public $Markup = class MarkupComponent { public $hostname = ''; public $default_image = 'https://cdn-p300.americantowns.com/img/generic-icon.jpg'; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] }; public $Events = class EventsComponent { public $Event = class Event { ... }; public $params = [...]; public $defaultRadius = NULL; public $components = [...]; public $controller = ...; protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; protected $_componentMap = [...]; public $EventCache = class EventCache { ... }; public $EventRadiusCache = class EventRadiusCache { ... } }; public $Modules = class ModulesComponent { protected $_Collection = class ComponentCollection { ... }; public $settings = [...]; public $components = [...]; protected $_componentMap = [...] } }</span>, <span>$args = </span><span>[]</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Controller/Controller.php' bgcolor='#eeeeec'>.../Controller.php<b>:</b>491</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>6</td><td bgcolor='#eeeeec' align='center'>0.0169</td><td bgcolor='#eeeeec' align='right'>3725832</td><td bgcolor='#eeeeec'>RssController->events( )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Controller/Controller.php' bgcolor='#eeeeec'>.../Controller.php<b>:</b>491</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>7</td><td bgcolor='#eeeeec' align='center'>0.0176</td><td bgcolor='#eeeeec' align='right'>3804968</td><td bgcolor='#eeeeec'>EventsComponent->search( <span>$params = </span><span>['keyword' => '', 'radius' => NULL, 'limit' => 15, 'page' => 1, 'sef' => '', 'tags' => '', 'tags_logical' => '', 'terms' => '', 'show' => 15, 'show_limit' => 3, 'sort' => '', 'days' => '', 'images' => TRUE, 'max-days' => 365, 'max-miles' => 45, 'message' => '[message to follow]', 'min' => 50, 'title' => '', 'prompt' => '', 'height' => '', 'width' => '', 'data_id' => '', 'more' => TRUE, 'type' => '', 'autoshowmore' => FALSE, 'link' => '', 'showdesc' => '', 'rankby' => '', 'empty-message' => '', 'ad_slots' => '', 'see-more-title' => '', 'searchdate' => '', 'searchenddate' => '', 'lat' => 41.748798370361, 'lng' => -71.357498168945, 'latlng' => '41.748798370361,-71.357498168945', 'city' => 'Riverside', 'state' => 'RI', 'theme' => '', 'page_type' => NULL]</span> )</td><td title='/var/www/vhosts/devel1/project300/app/Controller/RssController.php' bgcolor='#eeeeec'>.../RssController.php<b>:</b>33</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>8</td><td bgcolor='#eeeeec' align='center'>0.2522</td><td bgcolor='#eeeeec' align='right'>6024280</td><td bgcolor='#eeeeec'>Model->save( <span>$data = </span><span>['_id' => 'c6bbf3da6fdc53172a24982ea619682e', 'town_sef_url' => 'riverside-ri', 'data_key' => [0 => '68a75b5d03a70639b6cf080b', 1 => '68a75b5f03a70639b6cf0ecc', 2 => '69036ade4389be6be5f5f5f5', 3 => '69036adf4389be6be5f5f91f', 4 => '69036adf4389be6be5f5f9d2', 5 => '69036adf4389be6be5f5f9f2', 6 => '69036adf4389be6be5f5fae8', 7 => '69036ae04389be6be5f5ff7d', 8 => '69036ae14389be6be5f602d1', 9 => '69036ae14389be6be5f605b0', 10 => '69036ae14389be6be5f6069e', 11 => '69036ae24389be6be5f60936', 12 => '68a75b6403a70639b6cf2d8b', 13 => '69036ae34389be6be5f61109', 14 => '693321044389be6be565456e'], 'sort_order' => ['start' => 1], 'params' => '{"keyword":"","radius":7,"limit":15,"page":1,"sef":"","tags":"","tags_logical":"","terms":"","show":15,"show_limit":3,"sort":"","days":"","images":true,"max-days":365,"max-miles":45,"message":"[message to follow]","min":50,"title":"","prompt":"","height":"","width":"","data_id":"","more":true,"type":"","autoshowmore":false,"link":"","showdesc":"","rankby":"","empty-message":"","ad_slots":"","see-more-title":"","searchdate":"","searchenddate":"","lat":41.74879837036133,"lng":-71.35749816894531,"latlng":"41.7'...]</span>, <span>$validate = </span>???, <span>$fieldList = </span>??? )</td><td title='/var/www/vhosts/devel1/project300/app/Plugin/Core/Controller/Component/EventsComponent.php' bgcolor='#eeeeec'>.../EventsComponent.php<b>:</b>54</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>9</td><td bgcolor='#eeeeec' align='center'>0.2522</td><td bgcolor='#eeeeec' align='right'>6024656</td><td bgcolor='#eeeeec'>Model->_doSave( <span>$data = </span><span>['_id' => 'c6bbf3da6fdc53172a24982ea619682e', 'town_sef_url' => 'riverside-ri', 'data_key' => [0 => '68a75b5d03a70639b6cf080b', 1 => '68a75b5f03a70639b6cf0ecc', 2 => '69036ade4389be6be5f5f5f5', 3 => '69036adf4389be6be5f5f91f', 4 => '69036adf4389be6be5f5f9d2', 5 => '69036adf4389be6be5f5f9f2', 6 => '69036adf4389be6be5f5fae8', 7 => '69036ae04389be6be5f5ff7d', 8 => '69036ae14389be6be5f602d1', 9 => '69036ae14389be6be5f605b0', 10 => '69036ae14389be6be5f6069e', 11 => '69036ae24389be6be5f60936', 12 => '68a75b6403a70639b6cf2d8b', 13 => '69036ae34389be6be5f61109', 14 => '693321044389be6be565456e'], 'sort_order' => ['start' => 1], 'params' => '{"keyword":"","radius":7,"limit":15,"page":1,"sef":"","tags":"","tags_logical":"","terms":"","show":15,"show_limit":3,"sort":"","days":"","images":true,"max-days":365,"max-miles":45,"message":"[message to follow]","min":50,"title":"","prompt":"","height":"","width":"","data_id":"","more":true,"type":"","autoshowmore":false,"link":"","showdesc":"","rankby":"","empty-message":"","ad_slots":"","see-more-title":"","searchdate":"","searchenddate":"","lat":41.74879837036133,"lng":-71.35749816894531,"latlng":"41.7'...]</span>, <span>$options = </span><span>['validate' => TRUE, 'fieldList' => [], 'callbacks' => TRUE, 'counterCache' => TRUE, 'atomic' => TRUE]</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Model/Model.php' bgcolor='#eeeeec'>.../Model.php<b>:</b>1760</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>10</td><td bgcolor='#eeeeec' align='center'>0.2556</td><td bgcolor='#eeeeec' align='right'>6084840</td><td bgcolor='#eeeeec'>MongodbSource->create( <span>$Model = </span><span>class EventCache { public $primaryKey = '_id'; public $useDbConfig = 'mongo'; public $useTable = 'events_cache'; public $displayField = *uninitialized*; public $id = FALSE; public $data = ['EventCache' => [...]]; public $schemaName = NULL; public $table = 'events_cache'; protected $_schema = ['_id' => [...], 'created' => [...], 'modified' => [...], 'town_sef_url' => [...], 'data_key' => [...], 'sort_order' => [...], 'params' => [...]]; public $validate = []; public $validationErrors = []; public $validationDomain = NULL; public $tablePrefix = ''; public $plugin = 'Core'; public $name = 'EventCache'; public $alias = 'EventCache'; public $tableToModel = ['events_cache' => 'EventCache']; public $cacheQueries = FALSE; public $belongsTo = []; public $hasOne = []; public $hasMany = []; public $hasAndBelongsToMany = []; public $actsAs = NULL; public $Behaviors = class BehaviorCollection { public $modelName = 'EventCache'; protected $_methods = [...]; protected $_mappedMethods = [...]; protected $_enabled = [...]; protected $_loaded = [...]; public $defaultPriority = 10 }; public $whitelist = []; public $cacheSources = FALSE; public $findQueryType = NULL; public $recursive = 1; public $order = NULL; public $virtualFields = []; protected $_associationKeys = ['belongsTo' => [...], 'hasOne' => [...], 'hasMany' => [...], 'hasAndBelongsToMany' => [...]]; protected $_associations = [0 => 'belongsTo', 1 => 'hasOne', 2 => 'hasMany', 3 => 'hasAndBelongsToMany']; public $__backAssociation = []; public $__backInnerAssociation = []; public $__backOriginalAssociation = []; public $__backContainableAssociation = []; public $__safeUpdateMode = FALSE; public $useConsistentAfterFind = TRUE; protected $_insertID = NULL; protected $_sourceConfigured = TRUE; public $findMethods = ['all' => TRUE, 'first' => TRUE, 'count' => TRUE, 'neighbors' => TRUE, 'list' => TRUE, 'threaded' => TRUE]; protected $_eventManager = class CakeEventManager { protected $_listeners = [...]; protected $_isGlobal = FALSE }; protected $_validator = class ModelValidator { protected $_fields = [...]; protected $_model = ...; protected $_validate = [...]; protected $_methods = [...]; protected $_modelMethods = [...]; protected $_behaviors = [...] } }</span>, <span>$fields = </span><span>[0 => '_id', 1 => 'town_sef_url', 2 => 'data_key', 3 => 'sort_order', 4 => 'params', 5 => 'modified', 6 => 'created']</span>, <span>$values = </span><span>[0 => 'c6bbf3da6fdc53172a24982ea619682e', 1 => 'riverside-ri', 2 => [0 => '68a75b5d03a70639b6cf080b', 1 => '68a75b5f03a70639b6cf0ecc', 2 => '69036ade4389be6be5f5f5f5', 3 => '69036adf4389be6be5f5f91f', 4 => '69036adf4389be6be5f5f9d2', 5 => '69036adf4389be6be5f5f9f2', 6 => '69036adf4389be6be5f5fae8', 7 => '69036ae04389be6be5f5ff7d', 8 => '69036ae14389be6be5f602d1', 9 => '69036ae14389be6be5f605b0', 10 => '69036ae14389be6be5f6069e', 11 => '69036ae24389be6be5f60936', 12 => '68a75b6403a70639b6cf2d8b', 13 => '69036ae34389be6be5f61109', 14 => '693321044389be6be565456e'], 3 => ['start' => 1], 4 => '{"keyword":"","radius":7,"limit":15,"page":1,"sef":"","tags":"","tags_logical":"","terms":"","show":15,"show_limit":3,"sort":"","days":"","images":true,"max-days":365,"max-miles":45,"message":"[message to follow]","min":50,"title":"","prompt":"","height":"","width":"","data_id":"","more":true,"type":"","autoshowmore":false,"link":"","showdesc":"","rankby":"","empty-message":"","ad_slots":"","see-more-title":"","searchdate":"","searchenddate":"","lat":41.74879837036133,"lng":-71.35749816894531,"latlng":"41.7'..., 5 => class MongoDate { public $sec = 1765939626; public $usec = 450000 }, 6 => class MongoDate { public $sec = 1765939626; public $usec = 450000 }]</span> )</td><td title='/var/www/vhosts/devel1/project300/lib/Cake/Model/Model.php' bgcolor='#eeeeec'>.../Model.php<b>:</b>1942</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>11</td><td bgcolor='#eeeeec' align='center'>0.2557</td><td bgcolor='#eeeeec' align='right'>6085488</td><td bgcolor='#eeeeec'>MongoCollection->insert( <span>$a = </span><span>['_id' => 'c6bbf3da6fdc53172a24982ea619682e', 'town_sef_url' => 'riverside-ri', 'data_key' => [0 => '68a75b5d03a70639b6cf080b', 1 => '68a75b5f03a70639b6cf0ecc', 2 => '69036ade4389be6be5f5f5f5', 3 => '69036adf4389be6be5f5f91f', 4 => '69036adf4389be6be5f5f9d2', 5 => '69036adf4389be6be5f5f9f2', 6 => '69036adf4389be6be5f5fae8', 7 => '69036ae04389be6be5f5ff7d', 8 => '69036ae14389be6be5f602d1', 9 => '69036ae14389be6be5f605b0', 10 => '69036ae14389be6be5f6069e', 11 => '69036ae24389be6be5f60936', 12 => '68a75b6403a70639b6cf2d8b', 13 => '69036ae34389be6be5f61109', 14 => '693321044389be6be565456e'], 'sort_order' => ['start' => 1], 'params' => '{"keyword":"","radius":7,"limit":15,"page":1,"sef":"","tags":"","tags_logical":"","terms":"","show":15,"show_limit":3,"sort":"","days":"","images":true,"max-days":365,"max-miles":45,"message":"[message to follow]","min":50,"title":"","prompt":"","height":"","width":"","data_id":"","more":true,"type":"","autoshowmore":false,"link":"","showdesc":"","rankby":"","empty-message":"","ad_slots":"","see-more-title":"","searchdate":"","searchenddate":"","lat":41.74879837036133,"lng":-71.35749816894531,"latlng":"41.7'..., 'modified' => class MongoDate { public $sec = 1765939626; public $usec = 450000 }, 'created' => class MongoDate { public $sec = 1765939626; public $usec = 450000 }]</span>, <span>$options = </span><span>['safe' => TRUE]</span> )</td><td title='/var/www/vhosts/devel1/project300/app/Plugin/Mongodb/Model/Datasource/MongodbSource.php' bgcolor='#eeeeec'>.../MongodbSource.php<b>:</b>500</td></tr>
'
[protected] message => 'E11000 duplicate key error collection: p300.events_cache index: _id_ dup key: { _id: "c6bbf3da6fdc53172a24982ea619682e" }'
[protected] code => (int) 11000
[protected] file => '/var/www/vhosts/devel1/project300/app/Vendor/alcaeus/mongo-php-adapter/lib/Alcaeus/MongoDbAdapter/ExceptionConverter.php'
[protected] line => (int) 86
} MongodbSource::create() - APP/Plugin/Mongodb/Model/Datasource/MongodbSource.php, line 508
Model::_doSave() - CORE/Cake/Model/Model.php, line 1942
Model::save() - CORE/Cake/Model/Model.php, line 1760
EventsComponent::search() - APP/Plugin/Core/Controller/Component/EventsComponent.php, line 54
RssController::events() - APP/Controller/RssController.php, line 33
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 81 Warning (2) : Cannot modify header information - headers already sent by (output started at /var/www/vhosts/devel1/project300/lib/Cake/Utility/Debugger.php:797) [APP/View/Rss/events.ctp , line 4 ]Code Context $tconvert = new TextConverter ;
App :: uses ( 'RSSWriter' , 'Vendor' );
header ( "Content-Type: text/xml; charset=utf-8;" ); $viewFile = '/var/www/vhosts/devel1/project300/app/View/Rss/events.ctp'
$dataForView = array(
'ctown' => array(
'_id' => '65555345c93854a8ac0c2d66',
'city' => 'Riverside',
'county' => 'Providence',
'state' => 'RI',
'full_state' => 'Rhode Island',
'geo' => array(
(int) 0 => (float) -71.357498168945,
(int) 1 => (float) 41.748798370361
),
'latitude' => (float) 41.748798370361,
'longitude' => (float) -71.357498168945,
'city_state' => 'Riverside, RI',
'city_state_search' => 'Riverside RI Riverside Rhode Island',
'term' => 'in Riverside',
'title' => 'Riverside, RI',
'type' => 'town',
'zip' => '02915',
'sef_url' => 'riverside-ri',
'county_sef_url' => 'providence-county-ri',
'state_sef_url' => 'ri',
'americantowns_url' => 'https://www.americantowns.com/riverside-ri/',
'zipcodes' => array(
(int) 0 => '02915'
),
'town_ids' => array(
(int) 0 => '981'
),
'health-dept-twitter' => '<a class="twitter-timeline" href="https://twitter.com/RIHEALTH?ref_src=twsrc%5Etfw">Tweets by RIHEALTH</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>',
'health-dept-links' => 'https://health.ri.gov/',
'health-dept-name' => 'Rhode Island Department of Health',
'cv_total_state_new' => '54',
'cv_total_state' => '711',
'cv_total_state_cases' => '441,326',
'state_hud_local_ha' => '<br><br>For more information, locate your <a href="https://www.hud.gov/states/rhode_island/renting/hawebsites" target="_blank">Riverside, RI area Housing Authority</a> on the Rhode Island HUD website.',
'ab_cv_state_hud_local_ha' => '<br><br>For more information, locate your <a href="https://www.hud.gov/states/rhode_island/renting/hawebsites" target="_blank">Riverside, RI area Housing Authority</a> on the Rhode Island HUD website.',
'cv_total_state_deaths' => '3,915',
'lhr_state_compost_link' => 'https://www.compostingcouncil.org/page/StateRegulations#ri',
'lhr_state_trash_ton' => '37.2',
'lhr_state_waste_rank' => '17',
'lhr_june_temp' => '78 degrees',
'lhr_state_haz_waste_link' => 'https://www.rirrc.org/recycling-composting-disposal/hazardous-waste/household-hazardous-waste',
'election_polling_times' => '7 am to 8 pm',
'election_polling_places_links' => 'https://sos.ri.gov/vic/',
'bt-fif-cross-country-skiing' => 'y',
'at-gas-avg-reg' => '$3.665',
' at-gas-avg-mid' => '$4.689',
'political_ql_dem_local_party' => 'https://www.ridemocrats.org/city-town-committees/',
'political_ql_dem_state_party' => 'http://www.ridemocrats.org',
'political_ql_voter_reg' => 'https://vote.sos.ri.gov/Home/RegistertoVote?ActiveFlag=1',
'political_registered_count_dem' => '301,303',
'political_registered_count_rep' => '1,539,467',
'political_ql_rep_local_party' => 'https://www.ri.gop/find_your_committee',
'political_ql_rep_state_party' => 'https://www.ri.gop/',
'political_registered_count_exact' => 'y',
' bt-fif-apple' => 'y',
' bt-fif-corn-maze' => 'y',
'at-gas-avg-diesel' => '$4.538',
'at-political_registered_count' => '708,718',
'at_political_registered_count' => '708,718',
'at-gas-avg-premium' => '$4.628',
'at-gas-avg-mid' => '$4.282',
'bt-fif-pumpkin' => 'y',
'at-corn-maze' => 'y',
'at-gas-price-1-location' => '<div class="gpr_name">Harss Express</div><div class="gpr_address">2912 Warwick Ave, Warwick, RI</div>',
'at-gas-price-2-location' => '<div class="gpr_name">Shell</div><div class="gpr_address">2211 West Shore Rd, Warwick, RI</div>',
'at-gas-price-1-reg' => '$3.37',
'at-gas-price-2-reg' => '$3.39',
'at-gas-price-1-mid' => '$3.85',
'at-gas-price-2-mid' => '$4.09',
'at-gas-price-1-premium' => '$4.27',
'at-gas-price-2-premium' => '$4.49',
'nearby' => array(
(int) 0 => array(
[maximum depth reached]
),
(int) 1 => array(
[maximum depth reached]
),
(int) 2 => array(
[maximum depth reached]
),
(int) 3 => array(
[maximum depth reached]
),
(int) 4 => array(
[maximum depth reached]
),
(int) 5 => array(
[maximum depth reached]
),
(int) 6 => array(
[maximum depth reached]
),
(int) 7 => array(
[maximum depth reached]
),
(int) 8 => array(
[maximum depth reached]
),
(int) 9 => array(
[maximum depth reached]
),
(int) 10 => array(
[maximum depth reached]
),
(int) 11 => array(
[maximum depth reached]
),
(int) 12 => array(
[maximum depth reached]
),
(int) 13 => array(
[maximum depth reached]
),
(int) 14 => array(
[maximum depth reached]
)
)
)
)
$ctown = array(
'_id' => '65555345c93854a8ac0c2d66',
'city' => 'Riverside',
'county' => 'Providence',
'state' => 'RI',
'full_state' => 'Rhode Island',
'geo' => array(
(int) 0 => (float) -71.357498168945,
(int) 1 => (float) 41.748798370361
),
'latitude' => (float) 41.748798370361,
'longitude' => (float) -71.357498168945,
'city_state' => 'Riverside, RI',
'city_state_search' => 'Riverside RI Riverside Rhode Island',
'term' => 'in Riverside',
'title' => 'Riverside, RI',
'type' => 'town',
'zip' => '02915',
'sef_url' => 'riverside-ri',
'county_sef_url' => 'providence-county-ri',
'state_sef_url' => 'ri',
'americantowns_url' => 'https://www.americantowns.com/riverside-ri/',
'zipcodes' => array(
(int) 0 => '02915'
),
'town_ids' => array(
(int) 0 => '981'
),
'health-dept-twitter' => '<a class="twitter-timeline" href="https://twitter.com/RIHEALTH?ref_src=twsrc%5Etfw">Tweets by RIHEALTH</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>',
'health-dept-links' => 'https://health.ri.gov/',
'health-dept-name' => 'Rhode Island Department of Health',
'cv_total_state_new' => '54',
'cv_total_state' => '711',
'cv_total_state_cases' => '441,326',
'state_hud_local_ha' => '<br><br>For more information, locate your <a href="https://www.hud.gov/states/rhode_island/renting/hawebsites" target="_blank">Riverside, RI area Housing Authority</a> on the Rhode Island HUD website.',
'ab_cv_state_hud_local_ha' => '<br><br>For more information, locate your <a href="https://www.hud.gov/states/rhode_island/renting/hawebsites" target="_blank">Riverside, RI area Housing Authority</a> on the Rhode Island HUD website.',
'cv_total_state_deaths' => '3,915',
'lhr_state_compost_link' => 'https://www.compostingcouncil.org/page/StateRegulations#ri',
'lhr_state_trash_ton' => '37.2',
'lhr_state_waste_rank' => '17',
'lhr_june_temp' => '78 degrees',
'lhr_state_haz_waste_link' => 'https://www.rirrc.org/recycling-composting-disposal/hazardous-waste/household-hazardous-waste',
'election_polling_times' => '7 am to 8 pm',
'election_polling_places_links' => 'https://sos.ri.gov/vic/',
'bt-fif-cross-country-skiing' => 'y',
'at-gas-avg-reg' => '$3.665',
' at-gas-avg-mid' => '$4.689',
'political_ql_dem_local_party' => 'https://www.ridemocrats.org/city-town-committees/',
'political_ql_dem_state_party' => 'http://www.ridemocrats.org',
'political_ql_voter_reg' => 'https://vote.sos.ri.gov/Home/RegistertoVote?ActiveFlag=1',
'political_registered_count_dem' => '301,303',
'political_registered_count_rep' => '1,539,467',
'political_ql_rep_local_party' => 'https://www.ri.gop/find_your_committee',
'political_ql_rep_state_party' => 'https://www.ri.gop/',
'political_registered_count_exact' => 'y',
' bt-fif-apple' => 'y',
' bt-fif-corn-maze' => 'y',
'at-gas-avg-diesel' => '$4.538',
'at-political_registered_count' => '708,718',
'at_political_registered_count' => '708,718',
'at-gas-avg-premium' => '$4.628',
'at-gas-avg-mid' => '$4.282',
'bt-fif-pumpkin' => 'y',
'at-corn-maze' => 'y',
'at-gas-price-1-location' => '<div class="gpr_name">Harss Express</div><div class="gpr_address">2912 Warwick Ave, Warwick, RI</div>',
'at-gas-price-2-location' => '<div class="gpr_name">Shell</div><div class="gpr_address">2211 West Shore Rd, Warwick, RI</div>',
'at-gas-price-1-reg' => '$3.37',
'at-gas-price-2-reg' => '$3.39',
'at-gas-price-1-mid' => '$3.85',
'at-gas-price-2-mid' => '$4.09',
'at-gas-price-1-premium' => '$4.27',
'at-gas-price-2-premium' => '$4.49',
'nearby' => array(
(int) 0 => array(
'city' => 'Barrington',
'state' => 'RI',
'sef_url' => 'barrington-ri'
),
(int) 1 => array(
'city' => 'East Providence',
'state' => 'RI',
'sef_url' => 'east-providence-ri'
),
(int) 2 => array(
'city' => 'Seekonk',
'state' => 'MA',
'sef_url' => 'seekonk-ma'
),
(int) 3 => array(
'city' => 'Providence',
'state' => 'RI',
'sef_url' => 'providence-ri'
),
(int) 4 => array(
'city' => 'Cranston',
'state' => 'RI',
'sef_url' => 'cranston-ri'
),
(int) 5 => array(
'city' => 'Bristol',
'state' => 'RI',
'sef_url' => 'bristol-ri'
),
(int) 6 => array(
'city' => 'East Greenwich',
'state' => 'RI',
'sef_url' => 'east-greenwich-ri'
),
(int) 7 => array(
'city' => 'Swansea',
'state' => 'MA',
'sef_url' => 'swansea-ma'
),
(int) 8 => array(
'city' => 'Rehoboth',
'state' => 'MA',
'sef_url' => 'rehoboth-ma'
),
(int) 9 => array(
'city' => 'Johnston',
'state' => 'RI',
'sef_url' => 'johnston-ri'
),
(int) 10 => array(
'city' => 'Pawtucket',
'state' => 'RI',
'sef_url' => 'pawtucket-ri'
),
(int) 11 => array(
'city' => 'North Providence',
'state' => 'RI',
'sef_url' => 'north-providence-ri'
),
(int) 12 => array(
'city' => 'Somerset',
'state' => 'MA',
'sef_url' => 'somerset-ma'
),
(int) 13 => array(
'city' => 'Prudence Island',
'state' => 'RI',
'sef_url' => 'prudence-island-ri'
),
(int) 14 => array(
'city' => 'Fiskeville',
'state' => 'RI',
'sef_url' => 'fiskeville-ri'
)
)
)
$tconvert = object(TextConverter) {
} header - [internal], line ??
include - APP/View/Rss/events.ctp, line 4
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 963
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 81
Upcoming Events for Riverside RI - AmericanTowns.com
AmericanTowns is a virtual "town square", connecting you to all the events and news happening in Riverside Rhode Island. Whether it's town issues and community activism, or school calendars and sports schedules, AmericanTowns delivers the information faster and helps you use it better.
en-us
30
https://www.devel1.americantowns.com/riverside-ri
Upcoming Events for Riverside RI - AmericanTowns.com
https://www.devel1.americantowns.com/riverside-ri
https://www.devel1.americantowns.com//images/atn_rss_logo.gif
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 16,2025: Live Music - Matt Martin and the Daydrinkers
7:00pm: The 133 Club. Live Music - Matt Martin and the Daydrinkers
https://www.devel1.americantowns.com/event/live-music-matt-martin-and-the-daydrinkers-2025-12-16-east-providence-ri.html
https://www.devel1.americantowns.com/event/live-music-matt-martin-and-the-daydrinkers-2025-12-16-east-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 17,2025: Live Music - Dan Lilley and The Keepers
9:00pm: The 133 Club. Live Music - Dan Lilley and The Keepers
https://www.devel1.americantowns.com/event/live-music-dan-lilley-and-the-keepers-2025-12-17-east-providence-ri.html
https://www.devel1.americantowns.com/event/live-music-dan-lilley-and-the-keepers-2025-12-17-east-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 18,2025: The Wizards of Winter
8:00pm: Park Theatre. The Wizards of Winter
https://www.devel1.americantowns.com/event/the-wizards-of-winter-2025-12-18-jb-cranston-ri.html
https://www.devel1.americantowns.com/event/the-wizards-of-winter-2025-12-18-jb-cranston-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 19,2025: Holiday Lights Spectacular at Roger Williams Park Zoo
5:00pm: Roger Williams Park Zoo. Holiday Lights Spectacular at Roger Williams Park Zoo
https://www.devel1.americantowns.com/event/holiday-lights-spectacular-at-roger-williams-park-zoo-2025-12-19-providence-ri.html
https://www.devel1.americantowns.com/event/holiday-lights-spectacular-at-roger-williams-park-zoo-2025-12-19-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 19,2025: Rehoboth Holiday Market
6:00pm: Seekonk Rod and Gun Club. Rehoboth Holiday Market
https://www.devel1.americantowns.com/event/rehoboth-holiday-market-2025-12-19-rehoboth-ma.html
https://www.devel1.americantowns.com/event/rehoboth-holiday-market-2025-12-19-rehoboth-ma.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 19,2025: Providence College Friars Mens Basketball vs. Seton Hall Pirates Mens Basketball
6:30pm: Amica Mutual Pavilion. Providence College Friars Mens Basketball vs. Seton Hall Pirates Mens Basketball
https://www.devel1.americantowns.com/event/providence-college-friars-mens-basketball-vs-seton-hall-pirates-mens-basketball-2025-12-19-tm-providence-ri.html
https://www.devel1.americantowns.com/event/providence-college-friars-mens-basketball-vs-seton-hall-pirates-mens-basketball-2025-12-19-tm-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 19,2025: Cirque Dreams Holidaze
7:00pm: Providence Performing Arts. Cirque Dreams Holidaze
https://www.devel1.americantowns.com/event/cirque-dreams-holidaze-2025-12-19-tm-providence-ri.html
https://www.devel1.americantowns.com/event/cirque-dreams-holidaze-2025-12-19-tm-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 19,2025: Tragedy: A Metal Tribute to the Bee Gees
8:00pm: Alchemy. Tragedy: A Metal Tribute to the Bee Gees
https://www.devel1.americantowns.com/event/tragedy-a-metal-tribute-to-the-bee-gees-2025-12-19-jb-providence-ri.html
https://www.devel1.americantowns.com/event/tragedy-a-metal-tribute-to-the-bee-gees-2025-12-19-jb-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 20,2025: Cirque Dreams Holidaze
11:00am: Providence Performing Arts. Cirque Dreams Holidaze
https://www.devel1.americantowns.com/event/cirque-dreams-holidaze-2025-12-20-tm-providence-ri.html
https://www.devel1.americantowns.com/event/cirque-dreams-holidaze-2025-12-20-tm-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 20,2025: Cirque Dreams Holidaze
3:00pm: Providence Performing Arts. Cirque Dreams Holidaze
https://www.devel1.americantowns.com/event/cirque-dreams-holidaze-1-2025-12-20-tm-providence-ri.html
https://www.devel1.americantowns.com/event/cirque-dreams-holidaze-1-2025-12-20-tm-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 20,2025: Holiday Lights Spectacular at Roger Williams Park Zoo
5:00pm: Roger Williams Park Zoo. Holiday Lights Spectacular at Roger Williams Park Zoo
https://www.devel1.americantowns.com/event/holiday-lights-spectacular-at-roger-williams-park-zoo-2025-12-20-providence-ri.html
https://www.devel1.americantowns.com/event/holiday-lights-spectacular-at-roger-williams-park-zoo-2025-12-20-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 20,2025: Providence Bruins vs. Syracuse Crunch
7:05pm: Amica Mutual Pavilion. Providence Bruins vs. Syracuse Crunch
https://www.devel1.americantowns.com/event/providence-bruins-vs-syracuse-crunch-2025-12-20-tm-providence-ri.html
https://www.devel1.americantowns.com/event/providence-bruins-vs-syracuse-crunch-2025-12-20-tm-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 20,2025: Mark Cutler and the Men of Great Courage
8:30pm: The 133 Club. Mark Cutler and the Men of Great Courage
https://www.devel1.americantowns.com/event/mark-cutler-and-the-men-of-great-courage-2025-12-20-east-providence-ri.html
https://www.devel1.americantowns.com/event/mark-cutler-and-the-men-of-great-courage-2025-12-20-east-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 21,2025: Cirque Dreams Holidaze
1:00pm: Providence Performing Arts. Cirque Dreams Holidaze
https://www.devel1.americantowns.com/event/cirque-dreams-holidaze-2025-12-21-tm-providence-ri.html
https://www.devel1.americantowns.com/event/cirque-dreams-holidaze-2025-12-21-tm-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600
-
Dec 21,2025: Providence College Friars Womens Basketball vs. Georgetown Hoyas Womens Basketball
1:00pm: Alumni Hall - RI. Providence College Friars Womens Basketball vs. Georgetown Hoyas Womens Basketball
https://www.devel1.americantowns.com/event/providence-college-friars-womens-basketball-vs-georgetown-hoyas-womens-basketball-2025-12-21-tm-providence-ri.html
https://www.devel1.americantowns.com/event/providence-college-friars-womens-basketball-vs-georgetown-hoyas-womens-basketball-2025-12-21-tm-providence-ri.html
Tue, 16 Dec 2025 20:47:06 -0600