MESSAGE: Undefined property: PEAR_Error::$typeName
TYPE: Notice
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/ContentViewMgr.php
LINE: 78
DEBUG INFO:

73 SGL::logMessage(null, PEAR_LOG_DEBUG);
74 $output->masterTemplate = 'masterLeftCol.html';
75 $lang = SGL::getCurrentLang();
76 $oContent = SGL_Content::getById($input->contentId, $lang);
77

78 $templateFile = 'contentTypes/' . SGL_Inflector::camelise($oContent->typeName) . '.html';

79 $templatePath1 = SGL_WEB_ROOT . '/themes/' . $this->conf['site']['defaultTheme'] . '/cms/' . $templateFile;
80 $templatePath2 = SGL_MOD_DIR . '/cms/templates/' . $templateFile;
81 $output->template = (is_file($templatePath1) || is_file($templatePath2))
82 ? $templateFile
83 : 'contentView.html';



MESSAGE: Undefined property: PEAR_Error::$typeName
TYPE: Notice
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/ContentViewMgr.php
LINE: 95
DEBUG INFO:

90
91 // set default master template if configured
92 if (is_array($this->conf['defaultMasterTemplates']) && count($this->conf['defaultMasterTemplates'])) {
93 $aMapping = $this->conf['defaultMasterTemplates'];
94 foreach ($aMapping as $contentType => $masterTemplate) {

95 if ($oContent->typeName == $contentType) {

96 $output->masterTemplate = $masterTemplate;
97 break;
98 }
99 }
100 }



MESSAGE: Undefined index: 4
TYPE: Notice
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/menu/UnorderedList.php
LINE: 182
DEBUG INFO:

177 }
178 } else SGL::raiseError('problem with Unordered List query');
179
180 // jump into the cat tree at a predefined depth
181 // if $id = 0 return the hole tree OR if $id != 0 return from $id branch

182 $result = ($id) ? $nodeList[$id] : $tree;

183 return $result;
184 }
185 }
186 ?>
187



MESSAGE: Trying to get property of non-object
TYPE: Notice
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/menu/UnorderedList.php
LINE: 83
DEBUG INFO:

78 }
79 }
80
81 $html = "



MESSAGE: Trying to get property of non-object
TYPE: Notice
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/menu/UnorderedList.php
LINE: 83
DEBUG INFO:

78 }
79 }
80
81 $html = "



MESSAGE: Invalid argument supplied for foreach()
TYPE: Warning
FILE: /var/www/html/francophilia/deployments/staging/300/modulesFP/cms/classes/menu/UnorderedList.php
LINE: 83
DEBUG INFO:

78 }
79 }
80
81 $html = "


Francophilia - Francophilia

Error

MESSAGE: No content found
TYPE: PEAR
DEBUG INFO:
CODE:

Categories