MESSAGE: Undefined index: logging
TYPE: Notice
FILE: /home/mical22/public_html/ads/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?

73 if ($conf['logging']['proxyLookup']) {

74 ###START_STRIP_DELIVERY
75 if ($conf['deliveryLog']['enabled']) {
76 OA::debug('checking remote host proxy');
77 }
78 ###END_STRIP_DELIVERY



MESSAGE: Undefined index: logging
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/Delivery/remotehost.php
LINE: 157
DEBUG INFO:

152 function MAX_remotehostReverseLookup()
153 {
154 // Is the remote host name already set?
155 if (empty($_SERVER['REMOTE_HOST'])) {
156 // Should reverse lookups be performed?

157 if ($GLOBALS['_MAX']['CONF']['logging']['reverseLookup']) {

158 $_SERVER['REMOTE_HOST'] = @gethostbyaddr($_SERVER['REMOTE_ADDR']);
159 } else {
160 $_SERVER['REMOTE_HOST'] = $_SERVER['REMOTE_ADDR'];
161 }
162 }



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings.lang.php
LINE: 62
DEBUG INFO:

57 $GLOBALS['strTablePrefixInvalid'] = "Table prefix contains invalid characters";
58 $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.";
59 $GLOBALS['strNoVersionInfo'] = "Unable to select the database version";
60 $GLOBALS['strInvalidVersionInfo'] = "Unable to determine the database version";
61 $GLOBALS['strInvalidMySqlVersion'] = "" . MAX_PRODUCT_NAME." requires MySQL 4.0 or higher to function correctly. Please select a different database server.";

62 $GLOBALS['strTableWrongType'] = "The table type you selected isn't supported by your installation of ".phpAds_dbmsname;

63 $GLOBALS['strMayNotFunction'] = "Before you continue, please correct these potential problems:";
64 $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.";
65 $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.";
66 $GLOBALS['strIgnoreWarnings'] = "Ignore warnings";
67 $GLOBALS['strFixErrorsBeforeContinuing'] = "Please fix all errors before continuing.";



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings.lang.php
LINE: 68
DEBUG INFO:

63 $GLOBALS['strMayNotFunction'] = "Before you continue, please correct these potential problems:";
64 $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.";
65 $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.";
66 $GLOBALS['strIgnoreWarnings'] = "Ignore warnings";
67 $GLOBALS['strFixErrorsBeforeContinuing'] = "Please fix all errors before continuing.";

68 $GLOBALS['strWarningDBavailable'] = "The version of PHP you are using doesn't have support for connecting to a ".phpAds_dbmsname." database server. You need to enable the PHP ".phpAds_dbmsname." extension before you can proceed.";

69 $GLOBALS['strWarningPHPversion'] = "" . MAX_PRODUCT_NAME." requires PHP 5.1.4 or higher to function correctly. You are currently using {php_version}.";
70 $GLOBALS['strWarningRegisterGlobals'] = "The PHP configuration variable register_globals needs to be turned on.";
71 $GLOBALS['strWarningRegisterArgcArv'] = "The PHP configuration variable register_argc_argv needs to be turned on to run maintenance from the command line.";
72 $GLOBALS['strWarningMagicQuotesGPC'] = "The PHP configuration variable magic_quotes_gpc needs to be turned on.";
73 $GLOBALS['strWarningMagicQuotesRuntime'] = "The PHP configuration variable magic_quotes_runtime needs to be turned off.";



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings.lang.php
LINE: 68
DEBUG INFO:

63 $GLOBALS['strMayNotFunction'] = "Before you continue, please correct these potential problems:";
64 $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.";
65 $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.";
66 $GLOBALS['strIgnoreWarnings'] = "Ignore warnings";
67 $GLOBALS['strFixErrorsBeforeContinuing'] = "Please fix all errors before continuing.";

68 $GLOBALS['strWarningDBavailable'] = "The version of PHP you are using doesn't have support for connecting to a ".phpAds_dbmsname." database server. You need to enable the PHP ".phpAds_dbmsname." extension before you can proceed.";

69 $GLOBALS['strWarningPHPversion'] = "" . MAX_PRODUCT_NAME." requires PHP 5.1.4 or higher to function correctly. You are currently using {php_version}.";
70 $GLOBALS['strWarningRegisterGlobals'] = "The PHP configuration variable register_globals needs to be turned on.";
71 $GLOBALS['strWarningRegisterArgcArv'] = "The PHP configuration variable register_argc_argv needs to be turned on to run maintenance from the command line.";
72 $GLOBALS['strWarningMagicQuotesGPC'] = "The PHP configuration variable magic_quotes_gpc needs to be turned on.";
73 $GLOBALS['strWarningMagicQuotesRuntime'] = "The PHP configuration variable magic_quotes_runtime needs to be turned off.";



MESSAGE: Undefined index: database
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/DB.php
LINE: 358
DEBUG INFO:

353 {
354 $aDriverOptions = array();
355 if (is_null($aConf)) {
356 $aConf = $GLOBALS['_MAX']['CONF'];
357 }

358 $dbType = $aConf['database']['type'];

359 if (strcasecmp($dbType, 'mysql') === 0) {
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'];



MESSAGE: Undefined index: database
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/DB.php
LINE: 302
DEBUG INFO:

297 function getDsn($aConf = null)
298 {
299 if (is_null($aConf)) {
300 $aConf = $GLOBALS['_MAX']['CONF'];
301 }

302 $dbType = $aConf['database']['type'];

303 if (isset($aConf['database']['protocol']) && $aConf['database']['protocol']=='unix')
304 {
305 $socket = $aConf['database']['socket'];
306
307 // Pgsql socket connection: unix(:5432)



MESSAGE: Undefined index: database
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/DB.php
LINE: 325
DEBUG INFO:

320 else
321 {
322 $protocol = '';
323 $port = !empty($aConf['database']['port']) ? ':' . $aConf['database']['port'] : '';
324 $dsn = $dbType . '://' .

325 $aConf['database']['username'] . ':' .

326 $aConf['database']['password'] . '@' .
327 $protocol .
328 $aConf['database']['host'] .
329 $port . '/' .
330 $aConf['database']['name'];



MESSAGE: Undefined index: database
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/DB.php
LINE: 326
DEBUG INFO:

321 {
322 $protocol = '';
323 $port = !empty($aConf['database']['port']) ? ':' . $aConf['database']['port'] : '';
324 $dsn = $dbType . '://' .
325 $aConf['database']['username'] . ':' .

326 $aConf['database']['password'] . '@' .

327 $protocol .
328 $aConf['database']['host'] .
329 $port . '/' .
330 $aConf['database']['name'];
331 }



MESSAGE: Undefined index: database
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/DB.php
LINE: 328
DEBUG INFO:

323 $port = !empty($aConf['database']['port']) ? ':' . $aConf['database']['port'] : '';
324 $dsn = $dbType . '://' .
325 $aConf['database']['username'] . ':' .
326 $aConf['database']['password'] . '@' .
327 $protocol .

328 $aConf['database']['host'] .

329 $port . '/' .
330 $aConf['database']['name'];
331 }
332 return $dsn;
333 }



MESSAGE: Undefined index: database
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/DB.php
LINE: 330
DEBUG INFO:

325 $aConf['database']['username'] . ':' .
326 $aConf['database']['password'] . '@' .
327 $protocol .
328 $aConf['database']['host'] .
329 $port . '/' .

330 $aConf['database']['name'];

331 }
332 return $dsn;
333 }
334
335 /**



MESSAGE: Only variable references should be returned by reference
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/DB.php
LINE: 96
DEBUG INFO:

91 // A hack to allow for installation on pgsql
92 // If the configuration hasn't been defined prevent
93 // loading mysql MDB2 driver.
94 if (strpos($dsn, '//:@') !== false) {
95 // Return a silent error

96 return new PEAR_Error('Bad argument: Empty DSN');

97 }
98
99 // Get the database type in use from the DNS, not from the
100 // configuration file
101 $aDSN = MDB2::parseDSN($dsn);



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings.lang.php
LINE: 62
DEBUG INFO:

57 $GLOBALS['strTablePrefixInvalid'] = "Table prefix contains invalid characters";
58 $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.";
59 $GLOBALS['strNoVersionInfo'] = "Unable to select the database version";
60 $GLOBALS['strInvalidVersionInfo'] = "Unable to determine the database version";
61 $GLOBALS['strInvalidMySqlVersion'] = "" . MAX_PRODUCT_NAME." requires MySQL 4.0 or higher to function correctly. Please select a different database server.";

62 $GLOBALS['strTableWrongType'] = "The table type you selected isn't supported by your installation of ".phpAds_dbmsname;

63 $GLOBALS['strMayNotFunction'] = "Before you continue, please correct these potential problems:";
64 $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.";
65 $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.";
66 $GLOBALS['strIgnoreWarnings'] = "Ignore warnings";
67 $GLOBALS['strFixErrorsBeforeContinuing'] = "Please fix all errors before continuing.";



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings.lang.php
LINE: 68
DEBUG INFO:

63 $GLOBALS['strMayNotFunction'] = "Before you continue, please correct these potential problems:";
64 $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.";
65 $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.";
66 $GLOBALS['strIgnoreWarnings'] = "Ignore warnings";
67 $GLOBALS['strFixErrorsBeforeContinuing'] = "Please fix all errors before continuing.";

68 $GLOBALS['strWarningDBavailable'] = "The version of PHP you are using doesn't have support for connecting to a ".phpAds_dbmsname." database server. You need to enable the PHP ".phpAds_dbmsname." extension before you can proceed.";

69 $GLOBALS['strWarningPHPversion'] = "" . MAX_PRODUCT_NAME." requires PHP 5.1.4 or higher to function correctly. You are currently using {php_version}.";
70 $GLOBALS['strWarningRegisterGlobals'] = "The PHP configuration variable register_globals needs to be turned on.";
71 $GLOBALS['strWarningRegisterArgcArv'] = "The PHP configuration variable register_argc_argv needs to be turned on to run maintenance from the command line.";
72 $GLOBALS['strWarningMagicQuotesGPC'] = "The PHP configuration variable magic_quotes_gpc needs to be turned on.";
73 $GLOBALS['strWarningMagicQuotesRuntime'] = "The PHP configuration variable magic_quotes_runtime needs to be turned off.";



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings.lang.php
LINE: 68
DEBUG INFO:

63 $GLOBALS['strMayNotFunction'] = "Before you continue, please correct these potential problems:";
64 $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.";
65 $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.";
66 $GLOBALS['strIgnoreWarnings'] = "Ignore warnings";
67 $GLOBALS['strFixErrorsBeforeContinuing'] = "Please fix all errors before continuing.";

68 $GLOBALS['strWarningDBavailable'] = "The version of PHP you are using doesn't have support for connecting to a ".phpAds_dbmsname." database server. You need to enable the PHP ".phpAds_dbmsname." extension before you can proceed.";

69 $GLOBALS['strWarningPHPversion'] = "" . MAX_PRODUCT_NAME." requires PHP 5.1.4 or higher to function correctly. You are currently using {php_version}.";
70 $GLOBALS['strWarningRegisterGlobals'] = "The PHP configuration variable register_globals needs to be turned on.";
71 $GLOBALS['strWarningRegisterArgcArv'] = "The PHP configuration variable register_argc_argv needs to be turned on to run maintenance from the command line.";
72 $GLOBALS['strWarningMagicQuotesGPC'] = "The PHP configuration variable magic_quotes_gpc needs to be turned on.";
73 $GLOBALS['strWarningMagicQuotesRuntime'] = "The PHP configuration variable magic_quotes_runtime needs to be turned off.";



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings-help.lang.php
LINE: 30
DEBUG INFO:

25 $Id: settings-help.lang.php 37157 2009-05-28 12:31:10Z andrew.hill $
26 */
27
28 // Settings help translation strings
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'] = "
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 " . ($phpAds_dbmsname == 'MySQL' ? '3306' : '5432').".



MESSAGE: Undefined variable: phpAds_dbmsname
TYPE: Notice
FILE: /home/mical22/public_html/ads/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'] = "

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 " . ($phpAds_dbmsname == 'MySQL' ? '3306' : '5432').".
36 ";
37
38 $GLOBALS['phpAds_hlp_dbuser'] = "
39 Specify the username which ".MAX_PRODUCT_NAME." must use to gain access to the ".phpAds_dbmsname." database server.



MESSAGE: Undefined variable: phpAds_dbmsname
TYPE: Notice
FILE: /home/mical22/public_html/ads/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

35 connect. The default port number for a ".$phpAds_dbmsname." database is " . ($phpAds_dbmsname == 'MySQL' ? '3306' : '5432').".

36 ";
37
38 $GLOBALS['phpAds_hlp_dbuser'] = "
39 Specify the username which ".MAX_PRODUCT_NAME." must use to gain access to the ".phpAds_dbmsname." database server.
40 ";



MESSAGE: Undefined variable: phpAds_dbmsname
TYPE: Notice
FILE: /home/mical22/public_html/ads/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

35 connect. The default port number for a ".$phpAds_dbmsname." database is " . ($phpAds_dbmsname == 'MySQL' ? '3306' : '5432').".

36 ";
37
38 $GLOBALS['phpAds_hlp_dbuser'] = "
39 Specify the username which ".MAX_PRODUCT_NAME." must use to gain access to the ".phpAds_dbmsname." database server.
40 ";



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings-help.lang.php
LINE: 39
DEBUG INFO:

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 " . ($phpAds_dbmsname == 'MySQL' ? '3306' : '5432').".
36 ";
37
38 $GLOBALS['phpAds_hlp_dbuser'] = "

39 Specify the username which ".MAX_PRODUCT_NAME." must use to gain access to the ".phpAds_dbmsname." database server.

40 ";
41
42 $GLOBALS['phpAds_hlp_dbpassword'] = "
43 Specify the password which ".MAX_PRODUCT_NAME." must use to gain access to the ".phpAds_dbmsname." database server.
44 ";



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings-help.lang.php
LINE: 43
DEBUG INFO:

38 $GLOBALS['phpAds_hlp_dbuser'] = "
39 Specify the username which ".MAX_PRODUCT_NAME." must use to gain access to the ".phpAds_dbmsname." database server.
40 ";
41
42 $GLOBALS['phpAds_hlp_dbpassword'] = "

43 Specify the password which ".MAX_PRODUCT_NAME." must use to gain access to the ".phpAds_dbmsname." database server.

44 ";
45
46 $GLOBALS['phpAds_hlp_dbname'] = "
47 Specify the name of the database on the database server where ".MAX_PRODUCT_NAME." must store its data.
48 Important the database must already be created on the database server. ".MAX_PRODUCT_NAME." will not create



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings-help.lang.php
LINE: 76
DEBUG INFO:

71 to add a prefix to names of the tables. If you are using multiple installations of ".MAX_PRODUCT_NAME."
72 in the same database, you need to make sure this prefix is unique for all installations.
73 ";
74
75 $GLOBALS['phpAds_hlp_table_type'] = "

76 ".phpAds_dbmsname." supports multiple table types. Each type of table has unique properties and some

77 can speed up ".MAX_PRODUCT_NAME." considerable. MyISAM is the default table type and is available
78 in all installations of ".phpAds_dbmsname.". Other table types may not be available on your server.
79 ";
80
81 $GLOBALS['phpAds_hlp_url_prefix'] = "



MESSAGE: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/max/language/en/settings-help.lang.php
LINE: 78
DEBUG INFO:

73 ";
74
75 $GLOBALS['phpAds_hlp_table_type'] = "
76 ".phpAds_dbmsname." supports multiple table types. Each type of table has unique properties and some
77 can speed up ".MAX_PRODUCT_NAME." considerable. MyISAM is the default table type and is available

78 in all installations of ".phpAds_dbmsname.". Other table types may not be available on your server.

79 ";
80
81 $GLOBALS['phpAds_hlp_url_prefix'] = "
82 ".MAX_PRODUCT_NAME." needs to know where it is located on the web server in order
83 to work correctly. You must specify the URL to the directory where ".MAX_PRODUCT_NAME."



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OX.php
LINE: 52
DEBUG INFO:

47 */
48 function assetPath($asset = null)
49 {
50 global $installing;
51 $aConf = $GLOBALS['_MAX']['CONF'];

52 $assetsVersion = $aConf['webpath']['adminAssetsVersion'];

53 $prefix = $installing ? '' : MAX::constructURL(MAX_URL_ADMIN, '');
54 $pathWithSuffix = $prefix . "assets";
55 if (strlen($assetsVersion))
56 {
57 $pathWithSuffix .= "/" . $assetsVersion;



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 150
DEBUG INFO:

145 function constructURL($type, $file = null)
146 {
147 $aConf = $GLOBALS['_MAX']['CONF'];
148 // Prepare the base URL
149 if ($type == MAX_URL_ADMIN) {

150 $path = $aConf['webpath']['admin'];

151 } elseif ($type == MAX_URL_IMAGE) {
152 return OX::assetPath("/images/" . $file);
153 } else {
154 return null;
155 }



MESSAGE: Undefined index: openads
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 162
DEBUG INFO:

157 // be at least one slash in the path (after the hostname,
158 // in the event that virtual hosts are used, and delivery
159 // happens from the root of virtual hosts)
160 $path .= '/';
161 // Modify the admin URL for different SSL port if required

162 if ($aConf['openads']['sslPort'] != 443) {

163 if ($GLOBALS['_MAX']['HTTP'] == 'https://') {
164 $path = preg_replace('#/#', ':' . $aConf['openads']['sslPort'] . '/', $path, 1);
165 }
166 }
167 // Return the URL



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 150
DEBUG INFO:

145 function constructURL($type, $file = null)
146 {
147 $aConf = $GLOBALS['_MAX']['CONF'];
148 // Prepare the base URL
149 if ($type == MAX_URL_ADMIN) {

150 $path = $aConf['webpath']['admin'];

151 } elseif ($type == MAX_URL_IMAGE) {
152 return OX::assetPath("/images/" . $file);
153 } else {
154 return null;
155 }



MESSAGE: Undefined index: openads
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 162
DEBUG INFO:

157 // be at least one slash in the path (after the hostname,
158 // in the event that virtual hosts are used, and delivery
159 // happens from the root of virtual hosts)
160 $path .= '/';
161 // Modify the admin URL for different SSL port if required

162 if ($aConf['openads']['sslPort'] != 443) {

163 if ($GLOBALS['_MAX']['HTTP'] == 'https://') {
164 $path = preg_replace('#/#', ':' . $aConf['openads']['sslPort'] . '/', $path, 1);
165 }
166 }
167 // Return the URL



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OX.php
LINE: 52
DEBUG INFO:

47 */
48 function assetPath($asset = null)
49 {
50 global $installing;
51 $aConf = $GLOBALS['_MAX']['CONF'];

52 $assetsVersion = $aConf['webpath']['adminAssetsVersion'];

53 $prefix = $installing ? '' : MAX::constructURL(MAX_URL_ADMIN, '');
54 $pathWithSuffix = $prefix . "assets";
55 if (strlen($assetsVersion))
56 {
57 $pathWithSuffix .= "/" . $assetsVersion;



MESSAGE: Undefined index: dirPage
TYPE: Notice
FILE: /home/mical22/public_html/ads/www/admin/install.php
LINE: 183
DEBUG INFO:

178 else
179 {
180 $action = OA_UPGRADE_RECOVERY_INFORM;
181 }
182 }

183 else if (array_key_exists('btn_syscheck', $_POST) || $_POST['dirPage'] == OA_UPGRADE_SYSCHECK)

184 {
185 // store checkForUpdates value into session, so that they can be inserted into DB once DB has been created
186 session_start();
187
188 // Always check for updates



MESSAGE: Undefined offset: 5
TYPE: Notice
FILE: /home/mical22/public_html/ads/www/admin/install.php
LINE: 640
DEBUG INFO:

635
636 // Setup array for navigation
637 $aInstallerSections = array (
638 '10' => new OA_Admin_Menu_Section('10', 'Welcome', $navLinks[OA_UPGRADE_WELCOME], false, "qsg-install"),
639 '20' => new OA_Admin_Menu_Section('20', 'Terms', $navLinks[OA_UPGRADE_TERMS], false, "qsg-install"),

640 '25' => new OA_Admin_Menu_Section('25', 'Policy', $navLinks[OA_UPGRADE_POLICY], false, "qsg-install"),

641 '30' => new OA_Admin_Menu_Section('30', 'System Check', $navLinks[OA_UPGRADE_SYSCHECK], false, "qsg-install"),
642 '40' => new OA_Admin_Menu_Section('40', 'Application Check', $navLinks[OA_UPGRADE_APPCHECK], false, "qsg-install"),
643 '45' => new OA_Admin_Menu_Section('45', 'Login', $navLinks[OA_UPGRADE_LOGIN], false, "qsg-install"),
644 '50' => new OA_Admin_Menu_Section('50', 'Database', $navLinks[OA_UPGRADE_DBSETUP], false, "qsg-install"),
645 '60' => new OA_Admin_Menu_Section('60', 'Configuration', $navLinks[OA_UPGRADE_CONFIGSETUP], false, "qsg-install"),



MESSAGE: Undefined offset: 40
TYPE: Notice
FILE: /home/mical22/public_html/ads/www/admin/install.php
LINE: 646
DEBUG INFO:

641 '30' => new OA_Admin_Menu_Section('30', 'System Check', $navLinks[OA_UPGRADE_SYSCHECK], false, "qsg-install"),
642 '40' => new OA_Admin_Menu_Section('40', 'Application Check', $navLinks[OA_UPGRADE_APPCHECK], false, "qsg-install"),
643 '45' => new OA_Admin_Menu_Section('45', 'Login', $navLinks[OA_UPGRADE_LOGIN], false, "qsg-install"),
644 '50' => new OA_Admin_Menu_Section('50', 'Database', $navLinks[OA_UPGRADE_DBSETUP], false, "qsg-install"),
645 '60' => new OA_Admin_Menu_Section('60', 'Configuration', $navLinks[OA_UPGRADE_CONFIGSETUP], false, "qsg-install"),

646 '70' => new OA_Admin_Menu_Section('70', 'Admin', $navLinks[OA_UPGRADE_ADMINSETUP], false, "qsg-install"),

647 '80' => new OA_Admin_Menu_Section('80', 'Plugins', $navLinks[OA_UPGRADE_PLUGINS], false, "qsg-install"),
648 '90' => new OA_Admin_Menu_Section('90', 'Tasks', $navLinks[OA_UPGRADE_POST], false, "qsg-install"),
649 '100' => new OA_Admin_Menu_Section('100', 'Finished', '')
650 );
651



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OX.php
LINE: 52
DEBUG INFO:

47 */
48 function assetPath($asset = null)
49 {
50 global $installing;
51 $aConf = $GLOBALS['_MAX']['CONF'];

52 $assetsVersion = $aConf['webpath']['adminAssetsVersion'];

53 $prefix = $installing ? '' : MAX::constructURL(MAX_URL_ADMIN, '');
54 $pathWithSuffix = $prefix . "assets";
55 if (strlen($assetsVersion))
56 {
57 $pathWithSuffix .= "/" . $assetsVersion;



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 150
DEBUG INFO:

145 function constructURL($type, $file = null)
146 {
147 $aConf = $GLOBALS['_MAX']['CONF'];
148 // Prepare the base URL
149 if ($type == MAX_URL_ADMIN) {

150 $path = $aConf['webpath']['admin'];

151 } elseif ($type == MAX_URL_IMAGE) {
152 return OX::assetPath("/images/" . $file);
153 } else {
154 return null;
155 }



MESSAGE: Undefined index: openads
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 162
DEBUG INFO:

157 // be at least one slash in the path (after the hostname,
158 // in the event that virtual hosts are used, and delivery
159 // happens from the root of virtual hosts)
160 $path .= '/';
161 // Modify the admin URL for different SSL port if required

162 if ($aConf['openads']['sslPort'] != 443) {

163 if ($GLOBALS['_MAX']['HTTP'] == 'https://') {
164 $path = preg_replace('#/#', ':' . $aConf['openads']['sslPort'] . '/', $path, 1);
165 }
166 }
167 // Return the URL



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 150
DEBUG INFO:

145 function constructURL($type, $file = null)
146 {
147 $aConf = $GLOBALS['_MAX']['CONF'];
148 // Prepare the base URL
149 if ($type == MAX_URL_ADMIN) {

150 $path = $aConf['webpath']['admin'];

151 } elseif ($type == MAX_URL_IMAGE) {
152 return OX::assetPath("/images/" . $file);
153 } else {
154 return null;
155 }



MESSAGE: Undefined index: openads
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 162
DEBUG INFO:

157 // be at least one slash in the path (after the hostname,
158 // in the event that virtual hosts are used, and delivery
159 // happens from the root of virtual hosts)
160 $path .= '/';
161 // Modify the admin URL for different SSL port if required

162 if ($aConf['openads']['sslPort'] != 443) {

163 if ($GLOBALS['_MAX']['HTTP'] == 'https://') {
164 $path = preg_replace('#/#', ':' . $aConf['openads']['sslPort'] . '/', $path, 1);
165 }
166 }
167 // Return the URL



MESSAGE: Only variable references should be returned by reference
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/Admin/Menu/Section.php
LINE: 317
DEBUG INFO:

312 {
313 if ($this->type == $type) {
314 return $this;
315 }
316 else {

317 return $this->parentSection != null ? $this->parentSection->getParentOrSelf($type) : null;

318 }
319 }
320
321 /**
322 * Returns siblings of this section. If type is given, returns only siblings



MESSAGE: Only variable references should be returned by reference
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/Admin/Menu/Section.php
LINE: 317
DEBUG INFO:

312 {
313 if ($this->type == $type) {
314 return $this;
315 }
316 else {

317 return $this->parentSection != null ? $this->parentSection->getParentOrSelf($type) : null;

318 }
319 }
320
321 /**
322 * Returns siblings of this section. If type is given, returns only siblings



MESSAGE: Only variable references should be returned by reference
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/Admin/Menu/Section.php
LINE: 317
DEBUG INFO:

312 {
313 if ($this->type == $type) {
314 return $this;
315 }
316 else {

317 return $this->parentSection != null ? $this->parentSection->getParentOrSelf($type) : null;

318 }
319 }
320
321 /**
322 * Returns siblings of this section. If type is given, returns only siblings



MESSAGE: Only variable references should be returned by reference
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/Admin/Menu/Section.php
LINE: 317
DEBUG INFO:

312 {
313 if ($this->type == $type) {
314 return $this;
315 }
316 else {

317 return $this->parentSection != null ? $this->parentSection->getParentOrSelf($type) : null;

318 }
319 }
320
321 /**
322 * Returns siblings of this section. If type is given, returns only siblings



MESSAGE: Undefined index: ui
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/Admin/UI.php
LINE: 538
DEBUG INFO:

533
534 $this->oTpl->assign('aCssFiles', $this->getCssFiles($cssGroup));
535 $this->oTpl->assign('aOtherCssFiles', $this->otherCSSFiles);
536 $this->oTpl->assign('aJsFiles', $this->getJavascriptFiles($jsGroup));
537

538 $this->oTpl->assign('combineAssets', $conf['ui']['combineAssets']);

539 }
540
541
542 function _assignSearch($ID)
543 {



MESSAGE: Undefined index: ui
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/Admin/UI.php
LINE: 244
DEBUG INFO:

239 $this->oTpl->assign('showContentFrame', $showContentFrame);
240 $this->oTpl->assign('showSidebar', $showSidebar);
241 $this->oTpl->assign('showMainNavigation', $showMainNavigation);
242
243 //top

244 $this->_assignBranding($conf['ui']);

245 $this->_assignSearch($ID);
246 $this->_assignUserAccountInfo($oCurrentSection);
247
248 $this->oTpl->assign('headerModel', $oHeaderModel);
249 $this->oTpl->assign('hideNavigator', $conf['ui']['hideNavigator']);



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 150
DEBUG INFO:

145 function constructURL($type, $file = null)
146 {
147 $aConf = $GLOBALS['_MAX']['CONF'];
148 // Prepare the base URL
149 if ($type == MAX_URL_ADMIN) {

150 $path = $aConf['webpath']['admin'];

151 } elseif ($type == MAX_URL_IMAGE) {
152 return OX::assetPath("/images/" . $file);
153 } else {
154 return null;
155 }



MESSAGE: Undefined index: openads
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/Max.php
LINE: 162
DEBUG INFO:

157 // be at least one slash in the path (after the hostname,
158 // in the event that virtual hosts are used, and delivery
159 // happens from the root of virtual hosts)
160 $path .= '/';
161 // Modify the admin URL for different SSL port if required

162 if ($aConf['openads']['sslPort'] != 443) {

163 if ($GLOBALS['_MAX']['HTTP'] == 'https://') {
164 $path = preg_replace('#/#', ':' . $aConf['openads']['sslPort'] . '/', $path, 1);
165 }
166 }
167 // Return the URL



MESSAGE: Undefined index: ui
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/Admin/UI.php
LINE: 249
DEBUG INFO:

244 $this->_assignBranding($conf['ui']);
245 $this->_assignSearch($ID);
246 $this->_assignUserAccountInfo($oCurrentSection);
247
248 $this->oTpl->assign('headerModel', $oHeaderModel);

249 $this->oTpl->assign('hideNavigator', $conf['ui']['hideNavigator']);

250 // Tabbed navigation bar and sidebar
251 $this->oTpl->assign('aMainTabNav', $aMainNav);
252 $this->oTpl->assign('aLeftMenuNav', $aLeftMenuNav);
253 $this->oTpl->assign('aLeftMenuSubNav', $aLeftMenuSubNav);
254 $this->oTpl->assign('aSectionNav', $aSectionNav);



MESSAGE: Undefined index: PREF
TYPE: Notice
FILE: /home/mical22/public_html/ads/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']));

517 $this->oTpl->assign('warningBeforeDelete', $GLOBALS['_MAX']['PREF']['ui_novice_user'] ? 'true' : 'false');

518 }
519
520
521 function _assignJavascriptandCSS()
522 {



MESSAGE: Undefined index: ui
TYPE: Notice
FILE: /home/mical22/public_html/ads/lib/OA/Admin/UI.php
LINE: 538
DEBUG INFO:

533
534 $this->oTpl->assign('aCssFiles', $this->getCssFiles($cssGroup));
535 $this->oTpl->assign('aOtherCssFiles', $this->otherCSSFiles);
536 $this->oTpl->assign('aJsFiles', $this->getJavascriptFiles($jsGroup));
537

538 $this->oTpl->assign('combineAssets', $conf['ui']['combineAssets']);

539 }
540
541
542 function _assignSearch($ID)
543 {



MESSAGE: Cannot modify header information - headers already sent by (output started at /home/mical22/public_html/ads/lib/max/ErrorHandler.php:155)
TYPE: Warning
FILE: /home/mical22/public_html/ads/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

289 header ("Content-Type: text/html".(isset($phpAds_CharSet) && $phpAds_CharSet != "" ? "; charset=".$phpAds_CharSet : ""));

290 $this->oTpl->display();
291 }
292
293 function getID($ID)
294 {


OpenX - Welcome

MESSAGE: Undefined index: customBranding
TYPE: Notice
FILE: /home/mical22/public_html/ads/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

27

28 29
30
73 '; ?>
74
75
76
77

78
79 _tpl_vars['jsFlash']; ?>
80
81
82 _tpl_vars['aSide']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):



MESSAGE: Undefined index: jsFlash
TYPE: Notice
FILE: /home/mical22/public_html/ads/var/templates_compiled/%%72^729^729250E1%%main.html.php
LINE: 79
DEBUG INFO:

74
75
76
77 _tpl_vars['jsMPE']; ?>
78

79

80
81
82 _tpl_vars['aSide']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
83 foreach ($_from as $this->_tpl_vars['s']):
84 ?>



MESSAGE: Undefined index: aSide
TYPE: Notice
FILE: /home/mical22/public_html/ads/var/templates_compiled/%%72^729^729250E1%%main.html.php
LINE: 82
DEBUG INFO:

77 _tpl_vars['jsMPE']; ?>
78
79 _tpl_vars['jsFlash']; ?>
80
81

82

83 foreach ($_from as $this->_tpl_vars['s']):
84 ?>
85 _tpl_vars['s']['top']): ?>
86 MESSAGE: Undefined index: aSideShortcuts
TYPE: Notice
FILE: /home/mical22/public_html/ads/var/templates_compiled/%%72^729^729250E1%%main.html.php
LINE: 96
DEBUG INFO:

91
94
95

96

97 foreach ($_from as $this->_tpl_vars['s']):
98 ?>
99


OpenX

204
205
206
207

208
Progress
 

 


Welcome to OpenX v2.8.1
Thank you for choosing OpenX.

This wizard will guide you through the process of installing / upgrading the OpenX ad server.

To help you with the installation process we have created an Installation Quick Start Guide to take you through the process of getting up and running. For a more detailed guide to installing and configuring OpenX visit the Administrator Guide.



MESSAGE: Undefined index: jsMPE
TYPE: Notice
FILE: /home/mical22/public_html/ads/var/templates_compiled/%%72^729^729250E1%%main.html.php
LINE: 260
DEBUG INFO:

255 unset($_smarty_tpl_vars);
256 ?>
257
258
259

260

261
 

262
267
268
269

270
271
272
273 _tpl_vars['maintenanceAlert']): ?>
274
271
272
273

274