MESSAGE: Undefined index: deliveryLog
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/max/Delivery/remotehost.php
LINE: 75
DEBUG INFO:
70 {
71 $conf = $GLOBALS['_MAX']['CONF'];
72 // Should proxy lookup conversion be performed?
73 if ($conf['logging']['proxyLookup']) {
74 ###START_STRIP_DELIVERY
MESSAGE: Undefined index: ssl
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/DB.php
LINE: 360
DEBUG INFO:
355 if (is_null($aConf)) {
356 $aConf = $GLOBALS['_MAX']['CONF'];
357 }
358 $dbType = $aConf['database']['type'];
359 if (strcasecmp($dbType, 'mysql') === 0) {
MESSAGE: Undefined index: compress
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/DB.php
LINE: 365
DEBUG INFO:
360 if ($aConf['database']['ssl'] && !empty($aConf['database']['ca']) && !empty($aConf['database']['capth'])) {
361 $aDriverOptions['ssl'] = true;
362 $aDriverOptions['ca'] = $aConf['database']['ca'];
363 $aDriverOptions['capath'] = $aConf['database']['capth'];
364 }
MESSAGE: Undefined index: ssl
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/DB.php
LINE: 105
DEBUG INFO:
100 // configuration file
101 $aDSN = MDB2::parseDSN($dsn);
102 $databaseType = $aDSN['phptype'];
103
104 // Is this a MySQL database connection that should happen via SSL?
MESSAGE: Undefined index: ssl
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/DB.php
LINE: 167
DEBUG INFO:
162 $aOptions += OA_DB::getDatatypeMapOptions();
163
164 // Is this a MySQL database connection?
165 if (strcasecmp($databaseType, 'mysql') === 0) {
166 // Should this connection happen over SSL?
MESSAGE: Undefined index: ssl
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/DB.php
LINE: 184
DEBUG INFO:
179
180 // Is this a MySQL database connection?
181 if (strcasecmp($databaseType, 'mysql') === 0) {
182 $client_flags = 0;
183 // Should this connection happen over SSL?
MESSAGE: Undefined index: compress
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/DB.php
LINE: 188
DEBUG INFO:
183 // Should this connection happen over SSL?
184 if ($aDriverOptions['ssl']) {
185 $client_flags = $client_flags | MYSQL_CLIENT_SSL;
186 }
187 // Should this connection use compression?
MESSAGE: Undefined index: ssl
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/DB.php
LINE: 360
DEBUG INFO:
355 if (is_null($aConf)) {
356 $aConf = $GLOBALS['_MAX']['CONF'];
357 }
358 $dbType = $aConf['database']['type'];
359 if (strcasecmp($dbType, 'mysql') === 0) {
MESSAGE: Undefined index: compress
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/DB.php
LINE: 365
DEBUG INFO:
360 if ($aConf['database']['ssl'] && !empty($aConf['database']['ca']) && !empty($aConf['database']['capth'])) {
361 $aDriverOptions['ssl'] = true;
362 $aDriverOptions['ca'] = $aConf['database']['ca'];
363 $aDriverOptions['capath'] = $aConf['database']['capth'];
364 }
MESSAGE: Undefined index: ssl
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/DB.php
LINE: 105
DEBUG INFO:
100 // configuration file
101 $aDSN = MDB2::parseDSN($dsn);
102 $databaseType = $aDSN['phptype'];
103
104 // Is this a MySQL database connection that should happen via SSL?
MESSAGE: Undefined index: pluginPaths
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/Auth.php
LINE: 259
DEBUG INFO:
254 // Is it possible to detect that we are NOT in the admin directory
255 // via the URL the user is accessing OpenXwith?
256 if (!preg_match('#/'. $location .'/?$#', $_SERVER['REQUEST_URI'])) {
257 $dirName = dirname($_SERVER['REQUEST_URI']);
258 // This check now allows for files in plugin folders
MESSAGE: Cannot modify header information - headers already sent by (output started at /home/vzcenter/public_html/adminsite/openx/lib/max/ErrorHandler.php:155)
TYPE: Warning
FILE: /home/vzcenter/public_html/adminsite/openx/lib/max/Delivery/common.php
LINE: 485
DEBUG INFO:
480 function MAX_header($value)
481 {
482 ###START_STRIP_DELIVERY
483 if(empty($GLOBALS['is_simulation']) && !defined('TEST_ENVIRONMENT_RUNNING')) {
484 ###END_STRIP_DELIVERY
MESSAGE: Undefined index: var
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/max/Delivery/cookie.php
LINE: 352
DEBUG INFO:
347 // Set cookies
348 reset($GLOBALS['_MAX']['COOKIE']['CACHE']);
349 while (list($name,$v) = each ($GLOBALS['_MAX']['COOKIE']['CACHE'])) {
350 list($value, $expire) = $v;
351 // Treat the viewerId cookie differently, (always set in client)
MESSAGE: Undefined variable: authType
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/Auth.php
LINE: 53
DEBUG INFO:
48 function &staticGetAuthPlugin()
49 {
50 static $authPlugin;
51 static $authPluginType;
52
MESSAGE: Undefined variable: authType
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/Auth.php
LINE: 67
DEBUG INFO:
62 $authPlugin = new Plugins_Authentication();
63 }
64 if (!$authPlugin) {
65 OA::debug('Error while including authentication plugin and unable to fallback', PEAR_LOG_ERR);
66 }
MESSAGE: Undefined index: PREF
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OX/Extension/authentication/authentication.php
LINE: 154
DEBUG INFO:
149 {
150 global $strUsername, $strPassword, $strLogin, $strWelcomeTo, $strEnterUsername,
151 $strNoAdminInteface, $strForgotPassword;
152
153 $aConf = $GLOBALS['_MAX']['CONF'];
MESSAGE: Cannot modify header information - headers already sent by (output started at /home/vzcenter/public_html/adminsite/openx/lib/max/ErrorHandler.php:155)
TYPE: Warning
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OX/Extension/authentication/authentication.php
LINE: 156
DEBUG INFO:
151 $strNoAdminInteface, $strForgotPassword;
152
153 $aConf = $GLOBALS['_MAX']['CONF'];
154 $aPref = $GLOBALS['_MAX']['PREF'];
155
MESSAGE: Undefined index: adminAssetsVersion
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OX.php
LINE: 52
DEBUG INFO:
47 */
48 function assetPath($asset = null)
49 {
50 global $installing;
51 $aConf = $GLOBALS['_MAX']['CONF'];
MESSAGE: Undefined variable: oCurrentSection
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/Admin/UI.php
LINE: 246
DEBUG INFO:
241 $this->oTpl->assign('showMainNavigation', $showMainNavigation);
242
243 //top
244 $this->_assignBranding($conf['ui']);
245 $this->_assignSearch($ID);
MESSAGE: Undefined index: PREF
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/Admin/UI.php
LINE: 517
DEBUG INFO:
512 $this->oTpl->assign('strFieldFixBeforeContinue2', html_entity_decode($GLOBALS['strFieldFixBeforeContinue2']));
513 $this->oTpl->assign('strWarningMissing', html_entity_decode($GLOBALS['strWarningMissing']));
514 $this->oTpl->assign('strWarningMissingOpening', html_entity_decode($GLOBALS['strWarningMissingOpening']));
515 $this->oTpl->assign('strWarningMissingClosing', html_entity_decode($GLOBALS['strWarningMissingClosing']));
516 $this->oTpl->assign('strSubmitAnyway', html_entity_decode($GLOBALS['strSubmitAnyway']));
MESSAGE: Undefined index: notificationQueue
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/Admin/UI/NotificationManager.php
LINE: 45
DEBUG INFO:
40 */
41 function getNotifications()
42 {
43 global $session;
44
MESSAGE: Cannot modify header information - headers already sent by (output started at /home/vzcenter/public_html/adminsite/openx/lib/max/ErrorHandler.php:155)
TYPE: Warning
FILE: /home/vzcenter/public_html/adminsite/openx/lib/OA/Admin/UI.php
LINE: 289
DEBUG INFO:
284 ob_start("ob_gzhandler");
285 }
286 }
287 }
288 // Send header with charset info and display
MESSAGE: Undefined index: customBranding
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/var/templates_compiled/%%72^729^729250E1%%main.html.php
LINE: 27
DEBUG INFO:
22 $this->_smarty_include(array('smarty_include_tpl_file' => "layout/scripts.html", 'smarty_include_vars' => array()));
23 $this->_tpl_vars = $_smarty_tpl_vars;
24 unset($_smarty_tpl_vars);
25 ?>
26
MESSAGE: Undefined index: aSide
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/var/templates_compiled/%%72^729^729250E1%%main.html.php
LINE: 82
DEBUG INFO:
77 _tpl_vars['jsMPE']; ?>
78
79 _tpl_vars['jsFlash']; ?>
80
81
91
94
95
MESSAGE: Undefined index: jsMPE
TYPE: Notice
FILE: /home/vzcenter/public_html/adminsite/openx/var/templates_compiled/%%72^729^729250E1%%main.html.php
LINE: 260
DEBUG INFO:
255 unset($_smarty_tpl_vars);
256 ?>
257
258
259