Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
TDBF Posted May 18, 2023 Posted May 18, 2023 (edited) Invision: 4.7.10 PHP 8.0 While in development mode and with Whoops enabled, any error from a widget will result in a loop while writing the error to the database, and cause the server to time out and crash. For example: (This is an example just to trigger an error and not a real world example) /** * Render a widget * * @return string */ public function render() { $lastFixture = NULL; $$nextFixture = NULL; return $this->output( $lastFixture, $nextFixture ); } From the error log: Quote Whoops\Exception\ErrorException: Undefined variable $nextFixture (2) #0 C:\wamp64\www\invision_projects\applications\football\widgets\footballFeaturedMatches.php(89): Whoops\Run->handleError() #1 C:\wamp64\www\invision_projects\system\Widget\Widget.php(833): IPS\football\widgets\_footballFeaturedMatches->render() #2 C:\wamp64\www\invision_projects\system\Widget\Widget.php(926): IPS\_Widget->_render() #3 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #4 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #5 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #6 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #7 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #8 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #9 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #10 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #11 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #12 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #13 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #14 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #15 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #16 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #17 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #18 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #19 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #20 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #21 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #22 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #23 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #24 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #25 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #26 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #27 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #28 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #29 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #30 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #31 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #32 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #33 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #34 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #35 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #36 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #37 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #38 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #39 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #40 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #41 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #42 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #43 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #44 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #45 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #46 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #47 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #48 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #49 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #50 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #51 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #52 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #53 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #54 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #55 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #56 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #57 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #58 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #59 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #60 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #61 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #62 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #63 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #64 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #65 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #66 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #67 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #68 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #69 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #70 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #71 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #72 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #73 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #74 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #75 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #76 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #77 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #78 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #79 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #80 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #81 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #82 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #83 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #84 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #85 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #86 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #87 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #88 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #89 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #90 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #91 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #92 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #93 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #94 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #95 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #96 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #97 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #98 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #99 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #100 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #101 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #102 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #103 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #104 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #105 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #106 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #107 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #108 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #109 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #110 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #111 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #112 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #113 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #114 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #115 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #116 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #117 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #118 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #119 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #120 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #121 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #122 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #123 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #124 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #125 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #126 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #127 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #128 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #129 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #130 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #131 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #132 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #133 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #134 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #135 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #136 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #137 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #138 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #139 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #140 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #141 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #142 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #143 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #144 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #145 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #146 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #147 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #148 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #149 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #150 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #151 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #152 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #153 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #154 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #155 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #156 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #157 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #158 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #159 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #160 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #161 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #162 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #163 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #164 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #165 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #166 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #167 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #168 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #169 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #170 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #171 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #172 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #173 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #174 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #175 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #176 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #177 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #178 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #179 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #180 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #181 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #182 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #183 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #184 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #185 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #186 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #187 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #188 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #189 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #190 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #191 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #192 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #193 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #194 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #195 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #196 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #197 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #198 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #199 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #200 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #201 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #202 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #203 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #204 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #205 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #206 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #207 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #208 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #209 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #210 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #211 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #212 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #213 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #214 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #215 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #216 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #217 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #218 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #219 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #220 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #221 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #222 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #223 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #224 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #225 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #226 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #227 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #228 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #229 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #230 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #231 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #232 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #233 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #234 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #235 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #236 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #237 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #238 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #239 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #240 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #241 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #242 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #243 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #244 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #245 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #246 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #247 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #248 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #249 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #250 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #251 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #252 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #253 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #254 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #255 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #256 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #257 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #258 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #259 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #260 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #261 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #262 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #263 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #264 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #265 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #266 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #267 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #268 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #269 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #270 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #271 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #272 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #273 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #274 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #275 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #276 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #277 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #278 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #279 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #280 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #281 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #282 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #283 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #284 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #285 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #286 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #287 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #288 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #289 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #290 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #291 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #292 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #293 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #294 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #295 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #296 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #297 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #298 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #299 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #300 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #301 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #302 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #303 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #304 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #305 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #306 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #307 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #308 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #309 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #310 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #311 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #312 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #313 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #314 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #315 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #316 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #317 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #318 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #319 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #320 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #321 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #322 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #323 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #324 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #325 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #326 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #327 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #328 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #329 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #330 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #331 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #332 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #333 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #334 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #335 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #336 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #337 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #338 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #339 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #340 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #341 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #342 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #343 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #344 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #345 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #346 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #347 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #348 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #349 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #350 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #351 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #352 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #353 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #354 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #355 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #356 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #357 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #358 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #359 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #360 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #361 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #362 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #363 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #364 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #365 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #366 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #367 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #368 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #369 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #370 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #371 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #372 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #373 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #374 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #375 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #376 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #377 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #378 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #379 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #380 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #381 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #382 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #383 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #384 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #385 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #386 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #387 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #388 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #389 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #390 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #391 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #392 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #393 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #394 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #395 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #396 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #397 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #398 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #399 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #400 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #401 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #402 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #403 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #404 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #405 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #406 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #407 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #408 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #409 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #410 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #411 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #412 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #413 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #414 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #415 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #416 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #417 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #418 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #419 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #420 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #421 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #422 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #423 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #424 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #425 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #426 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #427 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #428 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #429 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #430 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #431 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #432 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #433 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #434 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #435 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #436 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #437 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #438 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #439 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #440 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #441 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #442 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #443 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #444 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #445 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #446 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #447 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #448 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #449 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #450 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #451 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #452 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #453 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #454 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #455 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #456 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #457 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #458 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #459 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #460 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #461 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #462 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #463 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #464 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #465 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #466 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #467 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #468 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #469 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #470 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #471 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #472 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #473 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #474 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #475 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #476 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #477 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #478 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #479 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #480 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #481 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #482 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #483 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #484 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #485 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #486 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #487 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #488 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #489 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #490 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #491 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #492 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #493 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #494 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #495 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #496 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #497 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #498 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #499 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #500 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #501 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #502 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #503 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #504 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #505 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #506 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #507 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #508 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #509 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #510 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #511 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #512 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #513 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #514 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #515 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #516 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #517 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #518 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #519 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #520 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #521 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #522 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #523 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #524 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #525 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #526 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #527 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #528 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #529 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #530 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #531 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #532 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #533 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #534 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #535 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #536 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #537 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #538 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #539 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #540 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #541 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #542 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #543 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #544 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #545 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #546 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #547 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #548 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #549 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #550 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #551 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #552 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #553 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #554 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #555 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #556 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #557 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #558 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #559 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #560 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #561 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #562 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #563 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #564 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #565 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #566 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #567 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #568 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #569 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #570 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #571 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #572 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #573 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #574 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #575 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #576 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #577 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #578 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #579 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #580 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #581 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #582 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #583 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #584 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #585 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #586 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #587 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #588 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #589 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #590 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #591 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #592 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #593 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #594 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #595 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #596 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #597 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #598 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #599 C:\wamp64\www\invision_projects\system\Output\Output.php(770): IPS\Theme\Dev\_Template->__call() #600 C:\wamp64\www\invision_projects\init.php(932) : eval()'d code(26): IPS\_Output->error() #601 C:\wamp64\www\invision_projects\init.php(1075): IPS\cms_hook_Output->error() #602 C:\wamp64\www\invision_projects\system\Widget\Widget.php(935): IPS\IPS::exceptionHandler() #603 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(75): IPS\_Widget->__toString() #604 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_widgetContainer() #605 C:\wamp64\www\invision_projects\system\Theme\Theme.php(4628) : eval()'d code(453): IPS\Theme\Dev\_Template->__call() #606 C:\wamp64\www\invision_projects\system\Theme\Dev\Template.php(171): IPS\Theme\theme_core_front_global_globalTemplate() #607 C:\wamp64\www\invision_projects\system\Dispatcher\Dispatcher.php(173): IPS\Theme\Dev\_Template->__call() #608 C:\wamp64\www\invision_projects\system\Dispatcher\Standard.php(113): IPS\_Dispatcher->finish() #609 C:\wamp64\www\invision_projects\system\Dispatcher\Front.php(558): IPS\Dispatcher\_Standard->finish() #610 C:\wamp64\www\invision_projects\system\Dispatcher\Dispatcher.php(155): IPS\Dispatcher\_Front->finish() #611 C:\wamp64\www\invision_projects\index.php(13): IPS\_Dispatcher->run() #612 {main} 🙂 Edited May 18, 2023 by TDBF teraßyte 1
TDBF Posted August 6, 2023 Author Posted August 6, 2023 Hi, Any chance you guys can fix this issue? It's still in the latest version.
Solution Marc Posted August 7, 2023 Solution Posted August 7, 2023 Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release. TDBF 1
TDBF Posted January 16 Author Posted January 16 (edited) On 8/7/2023 at 9:33 AM, Marc Stridgen said: Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release. Can you let me know if this has been fixed in the next release, please? The bug is still there and this has now been nearly 5 months. 🙂 Cheers! Edited January 16 by TDBF
Marc Posted January 17 Posted January 17 I have flagged this up to our developers for you SoloInter and TDBF 1 1
TDBF Posted May 30 Author Posted May 30 On 1/17/2024 at 9:29 AM, Marc Stridgen said: I have flagged this up to our developers for you Hi Marc, Is there any update on a fix for this bug please? It's still there and it is making working with Widgets a nightmare.
Recommended Posts