An error occurred in /home/xpathrweb/public_html/extensions/xpathr/lib/class.xpathr.php
around line 259
if (isset(self::$cache[$url]))
return self::$cache[$url];
$context_options = array('http' => array('user_agent'=> $_SERVER['HTTP_USER_AGENT']));
$context = stream_context_create($context_options);
$data = file_get_contents($url, false, $context);
if (!$data) throw new XpathrException('Resource not found');
$data = json_decode($data);
return self::$cache[$url] = $data;
[:0] GenericErrorHandler::handler();
[/home/xpathrweb/public_html/extensions/xpathr/lib/class.xpathr.php:259] file_get_contents();
[/home/xpathrweb/public_html/extensions/xpathr/lib/class.xpathr.php:68] Xpathr::api();
[/home/xpathrweb/public_html/extensions/xpathr/data-sources/data.gist_by_id.php:76] Xpathr::getGist();
[/home/xpathrweb/public_html/symphony/lib/toolkit/class.frontendpage.php:828] datasourcegist_by_id->grab();
[/home/xpathrweb/public_html/symphony/lib/toolkit/class.frontendpage.php:413] FrontendPage->processDatasources();
[/home/xpathrweb/public_html/symphony/lib/toolkit/class.frontendpage.php:202] FrontendPage->__buildPage();
[/home/xpathrweb/public_html/symphony/lib/core/class.frontend.php:111] FrontendPage->generate();
[/home/xpathrweb/public_html/index.php:25] Frontend->display();
SET character_set_connection = 'utf8', character_set_database = 'utf8', character_set_server = 'utf8';
[0.0002]SET CHARACTER SET 'utf8';
[0.0001]SELECT SQL_CACHE `session_data` FROM `sym_sessions` WHERE `session` = 'c5d3eb59d716466e9775d5f5aaa9cd72' LIMIT 1;
[0.0002]SELECT SQL_CACHE `name` FROM `sym_extensions` WHERE `status` = 'enabled';
[0.0001]SELECT SQL_CACHE t1.name, t2.page, t2.delegate, t2.callback
FROM `sym_extensions` as t1 INNER JOIN `sym_extensions_delegates` as t2 ON t1.id = t2.extension_id
WHERE t1.status = 'enabled';
[0.0002]SELECT SQL_CACHE * FROM `sym_pages` WHERE `path` = 'view' AND `handle` = '5e288532f04437c5e4905ea754e7a50d' LIMIT 1;
[0.0001]SELECT SQL_CACHE * FROM `sym_pages` WHERE `path` IS NULL AND `handle` = 'view' LIMIT 1;
[0.0002]SELECT SQL_CACHE `type` FROM `sym_pages_types` WHERE `page_id` = '2';
[0.0001]SELECT SQL_CACHE `s`.*
FROM `sym_sections` AS `s`
WHERE `s`.`id` = '1';
[0.0001]SELECT SQL_CACHE t1.* FROM sym_fields as t1 WHERE 1 AND t1.`id` = '1' LIMIT 1;
[0.0001]SELECT SQL_CACHE * FROM `sym_fields_input` WHERE `field_id` = '1' LIMIT 1;
[0.0002]SELECT SQL_CACHE `e`.id,
`e`.section_id, e.`author_id`,
UNIX_TIMESTAMP(e.`creation_date`) AS `creation_date`
FROM `sym_entries` AS `e`
LEFT JOIN
`sym_entries_data_1` AS t1_1
ON (e.id = t1_1.entry_id)
WHERE 1
AND `e`.`section_id` = '1'
AND (
t1_1.value IN ('5e288532f04437c5e4905ea754e7a50d')
OR t1_1.handle IN ('5e288532f04437c5e4905ea754e7a50d')
)
ORDER BY `e`.`id`DESC
LIMIT 0, 1;
[0.0011]