| Exception in PHP Script /kbrImage/kbrImage.php |
PHP Version: 5.1.6; Zend Engine Version: 2.1.0; Qcodo Version: 0.3.26 (Qcodo Beta 3) Application: Apache/2.2.3 (Red Hat); Server Name: mara.kbr.be HTTP User Agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
Line 161: $strTemplateEvaluated = ob_get_contents();
Line 162: ob_end_clean();
Line 163: restore_error_handler();
Line 164: if(!$arrQuery) {
Line 165: if(strstr($strTemplateEvaluated, '404')) {
Line 166: throw new Exception(sprintf("File '%s' could not be found on XLserver '%s'!", $strName, $this->strHostname));
Line 167: } elseif(strstr($strTemplateEvaluated, 'Connection refused')) {
Line 168: throw new Exception(sprintf("Connection refused by XLserver on '%s:%s'!", $this->strHostname, $this->strPort));
Line 169: }
Line 170: throw new Exception("Error while connecting to XLserver or retriving the image! Check Apache logs for more information.");
Line 171: }
#0 /data/www/html/kbrImage/includes/data_classes/XLimage.class.php(45): XLserver->getImageData('CM/1612959.imgf')
#1 /data/www/html/kbrImage/kbrImage.php(106): XLimage->__construct('CM/1612959.imgf', Object(XLserver))
#2 /data/www/html/kbrImage/kbrImage.php(53): kbrImage->XLimage_Create()
#3 /data/www/html/kbrImage/includes/qcodo/_core/qform/QFormBase.class.php(269): kbrImage->Form_Create()
#4 /data/www/html/kbrImage/kbrImage.php(455): QFormBase::Run('kbrImage', 'html/kbrImage.t...')
#5 {main}