the error I am getting is
Type:
Exception
Message:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'ipFrom' in 'where clause'
File:
/home/xxx/public_html/ow_core/database.php
Line:
723
Trace:
#0
/home/xxx/public_html/ow_core/database.php(723):
PDOStatement->execute()
#1 /home/xxx/public_html/ow_core/database.php(278):
OW_Database->execute('SELECT `cc3` FR...', Array)
#2
/home/xxx/public_html/ow_system_plugins/base/bol/geolocation_ip_to_country_dao.php(92):
OW_Database->queryForColumn('SELECT `cc3` FR...', Array)
#3
/home/xxx/public_html/ow_system_plugins/base/bol/geolocation_service.php(77):
BOL_GeolocationIpToCountryDao->ipToCountryCode3('47.72.4.75')
#4
/home/xxx/public_html/ow_plugins/advertisement/components/ads.php(69):
BOL_GeolocationService->ipToCountryCode3('47.72.4.75')
#5
/home/xxx/public_html/ow_plugins/advertisement/classes/event_handler.php(64):
ADS_CMP_Ads->__construct(Array)
#6 [internal function]:
ADS_CLASS_EventHandler->addPageTopBanner(Object(BASE_CLASS_EventCollector))
#7
/home/xxx/public_html/ow_core/event_manager.php(226):
call_user_func(Array, Object(BASE_CLASS_EventCollector))
#8
/home/xxx/public_html/ow_smarty/plugin/function.add_content.php(42):
OW_EventManager->trigger(Object(BASE_CLASS_EventCollector))
#9
/home/xxx/public_html/ow_smarty/template_c/1d0ae14cbdd469700ff2f0dbf7100059f04e489d_0.file.general.html.php(113):
smarty_function_add_content(Array, Object(Smarty_Internal_Template))
#10
/home/xxx/public_html/ow_libraries/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(122):
content_5738dd1baeeb76_81942543(Object(Smarty_Internal_Template))
#11
/home/xxx/public_html/ow_libraries/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(199):
Smarty_Template_Resource_Base->getRenderedTemplateCode(Object(Smarty_Internal_Template))
#12
/home/xxx/public_html/ow_libraries/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(159):
Smarty_Template_Compiled->render(Object(Smarty_Internal_Template))
#13
/home/xxx/public_html/ow_libraries/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(191):
Smarty_Internal_Template->render(false, 0)
#14
/home/xxx/public_html/ow_libraries/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(94):
Smarty_Internal_TemplateBase->_execute('/home/xxx/...', NULL,
NULL, NULL, 0)
#15 /home/xxx/public_html/ow_core/view_renderer.php(101):
Smarty_Internal_TemplateBase->fetch('/home/xxx/...')
#16 /home/xxx/public_html/ow_core/renderable.php(271):
OW_ViewRenderer->renderTemplate('/home/xxx/...')
#17 /home/xxx/public_html/ow_core/html_document.php(631):
OW_Renderable->render()
#18 /home/xxx/public_html/ow_core/response.php(200):
OW_HtmlDocument->render()
#19 /home/xxx/public_html/ow_core/application.php(487):
OW_Response->respond()
#20 /home/xxx/public_html/index.php(94):
OW_Application->returnResponse()
#21 {main}