I dont understand, below is the code found on the file ponted out by the debug log.
[24-May-2015 21:23:36 ] PHP Notice: Undefined index: s_city in /home/xxx/public_html/oc-includes/osclass/helpers/hDefines.php on line 494
$url = str_replace('{ITEM_CITY}', osc_sanitizeString($item['s_city']), $url);
and the other is this;
[24-May-2015 21:23:05] PHP Fatal error: Call to undefined function imagettfbbox() in /home/xxxx/public_html/oc-includes/osclass/classes/ImageResizer.php on line 337
code:
private function _calculateBBox($text) {
$bbox = imagettfbbox(
20,
0,
$this->_font,
$text
);