MESSAGE: Undefined index: logging
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/Delivery/remotehost.php
LINE: 73
DEBUG INFO:
68 */
69 function MAX_remotehostProxyLookup()
70 {
71 $conf = $GLOBALS['_MAX']['CONF'];
72 // Should proxy lookup conversion be performed?
MESSAGE: Undefined index: logging
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/Delivery/remotehost.php
LINE: 141
DEBUG INFO:
136 function MAX_remotehostReverseLookup()
137 {
138 // Is the remote host name already set?
139 if (empty($_SERVER['REMOTE_HOST'])) {
140 // Should reverse lookups be performed?
MESSAGE: Undefined index: logging
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/Delivery/remotehost.php
LINE: 157
DEBUG INFO:
152 * phpSniff to extract useragent information is set in the
153 * configuration file.
154 */
155 function MAX_remotehostSetClientInfo()
156 {
MESSAGE: Undefined index: database
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/DB.php
LINE: 253
DEBUG INFO:
248 // if (extension_loaded('mysqli') && (!extension_loaded('mysql')))
249 // {
250 // $aConf['database']['type'] = 'mysqli';
251 // }
252 // }
MESSAGE: Undefined index: database
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/DB.php
LINE: 272
DEBUG INFO:
267 else
268 {
269 $protocol = '';
270 $port = !empty($aConf['database']['port']) ? ':' . $aConf['database']['port'] : '';
271 $dsn = $dbType . '://' .
MESSAGE: Undefined index: database
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/DB.php
LINE: 273
DEBUG INFO:
268 {
269 $protocol = '';
270 $port = !empty($aConf['database']['port']) ? ':' . $aConf['database']['port'] : '';
271 $dsn = $dbType . '://' .
272 $aConf['database']['username'] . ':' .
MESSAGE: Undefined index: database
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/DB.php
LINE: 275
DEBUG INFO:
270 $port = !empty($aConf['database']['port']) ? ':' . $aConf['database']['port'] : '';
271 $dsn = $dbType . '://' .
272 $aConf['database']['username'] . ':' .
273 $aConf['database']['password'] . '@' .
274 $protocol .
MESSAGE: Undefined index: database
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/DB.php
LINE: 277
DEBUG INFO:
272 $aConf['database']['username'] . ':' .
273 $aConf['database']['password'] . '@' .
274 $protocol .
275 $aConf['database']['host'] .
276 $port . '/' .
MESSAGE: Only variable references should be returned by reference
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/DB.php
LINE: 78
DEBUG INFO:
73 // A hack to allow for installation on pgsql
74 // If the configuration hasn't been defined prevent
75 // loading mysql MDB2 driver.
76 if (strpos($dsn, '//:@') !== false) {
77 // Return a silent error
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings.lang.php
LINE: 61
DEBUG INFO:
56 $GLOBALS['strTablePrefixInvalid'] = "Table prefix contains invalid characters";
57 $GLOBALS['strTableInUse'] = "The database which you specified is already used for ".MAX_PRODUCT_NAME.", please use a different table prefix, or read the UPGRADE.txt file for upgrading instructions.";
58 $GLOBALS['strNoVersionInfo'] = "Unable to select the database version";
59 $GLOBALS['strInvalidVersionInfo'] = "Unable to determine the database version";
60 $GLOBALS['strInvalidMySqlVersion'] = MAX_PRODUCT_NAME." requires MySQL 4.0 or higher to function correctly. Please select a different database server.";
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings.lang.php
LINE: 67
DEBUG INFO:
62 $GLOBALS['strMayNotFunction'] = "Before you continue, please correct these potential problems:";
63 $GLOBALS['strFixProblemsBefore'] = "The following item(s) need to be corrected before you can install ".MAX_PRODUCT_NAME.". If you have any questions about this error message, please read the Administrator Guide, which is part of the package you downloaded.";
64 $GLOBALS['strFixProblemsAfter'] = "If you are not able to correct the problems listed above, please contact the administrator of the server you are trying to install ".MAX_PRODUCT_NAME." on. The administrator of the server may be able to help you.";
65 $GLOBALS['strIgnoreWarnings'] = "Ignore warnings";
66 $GLOBALS['strFixErrorsBeforeContinuing'] = "Please fix all errors before continuing.";
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings.lang.php
LINE: 67
DEBUG INFO:
62 $GLOBALS['strMayNotFunction'] = "Before you continue, please correct these potential problems:";
63 $GLOBALS['strFixProblemsBefore'] = "The following item(s) need to be corrected before you can install ".MAX_PRODUCT_NAME.". If you have any questions about this error message, please read the Administrator Guide, which is part of the package you downloaded.";
64 $GLOBALS['strFixProblemsAfter'] = "If you are not able to correct the problems listed above, please contact the administrator of the server you are trying to install ".MAX_PRODUCT_NAME." on. The administrator of the server may be able to help you.";
65 $GLOBALS['strIgnoreWarnings'] = "Ignore warnings";
66 $GLOBALS['strFixErrorsBeforeContinuing'] = "Please fix all errors before continuing.";
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings-help.lang.php
LINE: 30
DEBUG INFO:
25 $Id: settings-help.lang.php 22929 2008-07-21 14:01:02Z david.keen@openx.org $
26 */
27
28 // Settings help translation strings
29 $GLOBALS['phpAds_hlp_dbhost'] = "
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings-help.lang.php
LINE: 34
DEBUG INFO:
29 $GLOBALS['phpAds_hlp_dbhost'] = "
30 Specify the hostname of the ".phpAds_dbmsname." database server to which you are trying to connect.
31 ";
32
33 $GLOBALS['phpAds_hlp_dbport'] = "
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings-help.lang.php
LINE: 35
DEBUG INFO:
30 Specify the hostname of the ".phpAds_dbmsname." database server to which you are trying to connect.
31 ";
32
33 $GLOBALS['phpAds_hlp_dbport'] = "
34 Specify the number of the port of the ".phpAds_dbmsname." database server to which you are trying to
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings-help.lang.php
LINE: 36
DEBUG INFO:
31 ";
32
33 $GLOBALS['phpAds_hlp_dbport'] = "
34 Specify the number of the port of the ".phpAds_dbmsname." database server to which you are trying to
35 connect. The default port number for a ".phpAds_dbmsname." database is ".
37 ";
38
39 $GLOBALS['phpAds_hlp_dbuser'] = "
40 Specify the username which ".MAX_PRODUCT_NAME." must use to gain access to the ".phpAds_dbmsname." database server.
41 ";
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings-help.lang.php
LINE: 40
DEBUG INFO:
35 connect. The default port number for a ".phpAds_dbmsname." database is ".
36 (phpAds_dbmsname == 'MySQL' ? '3306' : '5432').".
37 ";
38
39 $GLOBALS['phpAds_hlp_dbuser'] = "
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings-help.lang.php
LINE: 44
DEBUG INFO:
39 $GLOBALS['phpAds_hlp_dbuser'] = "
40 Specify the username which ".MAX_PRODUCT_NAME." must use to gain access to the ".phpAds_dbmsname." database server.
41 ";
42
43 $GLOBALS['phpAds_hlp_dbpassword'] = "
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings-help.lang.php
LINE: 77
DEBUG INFO:
72 to add a prefix to names of the tables. If you are using multiple installations of ".MAX_PRODUCT_NAME."
73 in the same database, you need to make sure this prefix is unique for all installations.
74 ";
75
76 $GLOBALS['phpAds_hlp_table_type'] = "
MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/max/language/en/settings-help.lang.php
LINE: 79
DEBUG INFO:
74 ";
75
76 $GLOBALS['phpAds_hlp_table_type'] = "
77 ".phpAds_dbmsname." supports multiple table types. Each type of table has unique properties and some
78 can speed up ".MAX_PRODUCT_NAME." considerable. MyISAM is the default table type and is available
MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/Max.php
LINE: 180
DEBUG INFO:
175 * the path does not contain a trailing slash.
176 */
177 function assetPath($asset = null)
178 {
179 $conf = $GLOBALS['_MAX']['CONF'];
MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/Max.php
LINE: 180
DEBUG INFO:
175 * the path does not contain a trailing slash.
176 */
177 function assetPath($asset = null)
178 {
179 $conf = $GLOBALS['_MAX']['CONF'];
MESSAGE: Undefined index: dirPage
TYPE: Notice
FILE: /var/www/html/old/html/openx/www/admin/install.php
LINE: 176
DEBUG INFO:
171 else
172 {
173 $action = OA_UPGRADE_RECOVERY_INFORM;
174 }
175 }
MESSAGE: Undefined offset: 40
TYPE: Notice
FILE: /var/www/html/old/html/openx/www/admin/install.php
LINE: 501
DEBUG INFO:
496 '30' => array($navLinks[OA_UPGRADE_SYSCHECK] => 'System Check'),
497 '40' => array($navLinks[OA_UPGRADE_APPCHECK] => 'Application Check'),
498 '45' => array($navLinks[OA_UPGRADE_LOGIN] => 'Login'),
499 '50' => array($navLinks[OA_UPGRADE_DBSETUP] => 'Database'),
500 '60' => array($navLinks[OA_UPGRADE_CONFIGSETUP] => 'Configuration'),
MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/Max.php
LINE: 180
DEBUG INFO:
175 * the path does not contain a trailing slash.
176 */
177 function assetPath($asset = null)
178 {
179 $conf = $GLOBALS['_MAX']['CONF'];
MESSAGE: Undefined index: PREF
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/Admin/UI.php
LINE: 75
DEBUG INFO:
70 global $phpAds_CharSet;
71 global $OA_Navigation, $OA_Navigation_ID;
72 global $xajax, $session;
73
74 $conf = $GLOBALS['_MAX']['CONF'];
MESSAGE: Cannot modify header information - headers already sent by (output started at /var/www/html/old/html/openx/lib/max/ErrorHandler.php:153)
TYPE: Warning
FILE: /var/www/html/old/html/openx/lib/OA/Admin/UI.php
LINE: 212
DEBUG INFO:
207 }
208 }
209 }
210
211 // Send header with charset info
MESSAGE: Undefined index: ui
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/Admin/UI.php
LINE: 243
DEBUG INFO:
238 // Javascript and stylesheets to include
239 $this->oTpl->assign('genericStylesheets', urlencode(implode(',', $this->genericStylesheets())));
240 $this->oTpl->assign('genericJavascript', urlencode(implode(',', $this->genericJavascript())));
241 $this->oTpl->assign('aGenericStyleshets', $this->genericStylesheets());
242 $this->oTpl->assign('aGenericJavascript', $this->genericJavascript());
MESSAGE: Undefined index: ui
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/Admin/UI.php
LINE: 256
DEBUG INFO:
251 // Include the flashObject resource file
252 $this->oTpl->assign('jsFlash', MAX_flashGetFlashObjectExternal());
253 }
254
255 // Branding
MESSAGE: Undefined index: ui
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/OA/Admin/UI.php
LINE: 257
DEBUG INFO:
252 $this->oTpl->assign('jsFlash', MAX_flashGetFlashObjectExternal());
253 }
254
255 // Branding
256 $this->oTpl->assign('applicationName', $conf['ui']['applicationName']);
MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/Max.php
LINE: 148
DEBUG INFO:
143 function constructURL($type, $file = null)
144 {
145 $conf = $GLOBALS['_MAX']['CONF'];
146 // Prepare the base URL
147 if ($type == MAX_URL_ADMIN) {
MESSAGE: Undefined index: openads
TYPE: Notice
FILE: /var/www/html/old/html/openx/lib/Max.php
LINE: 160
DEBUG INFO:
155 // be at least one slash in the path (after the hostname,
156 // in the event that virtual hosts are used, and delivery
157 // happens from the root of virtual hosts)
158 $path .= '/';
159 // Modify the admin URL for different SSL port if required
MESSAGE: Undefined index: jsMPE
TYPE: Notice
FILE: /var/www/html/old/html/openx/var/templates_compiled/%%72^729^729250E1%%main.html.php
LINE: 28
DEBUG INFO:
23 $this->_smarty_include(array('smarty_include_tpl_file' => "layout/scripts.html", 'smarty_include_vars' => array()));
24 $this->_tpl_vars = $_smarty_tpl_vars;
25 unset($_smarty_tpl_vars);
26 ?>
27
MESSAGE: Undefined index: jsFlash
TYPE: Notice
FILE: /var/www/html/old/html/openx/var/templates_compiled/%%72^729^729250E1%%main.html.php
LINE: 30
DEBUG INFO:
25 unset($_smarty_tpl_vars);
26 ?>
27
28 _tpl_vars['jsMPE']; ?>
29