MESSAGE: Undefined index: logging
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\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: Use of undefined constant phpAds_dbmsname - assumed 'phpAds_dbmsname'
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\ads\lib\max\language\en\settings-help.lang.php
LINE: 30
DEBUG INFO:

25 $Id: settings-help.lang.php 34688 2009-04-01 16:18:28Z 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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\ads\www\admin\install.php
LINE: 177
DEBUG INFO:

172 else
173 {
174 $action = OA_UPGRADE_RECOVERY_INFORM;
175 }
176 }

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

178 {
179 // store checkForUpdates value into session, so that they can be inserted into DB once DB has been created
180 session_start();
181
182 // Always check for updates



MESSAGE: Undefined offset: 5
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\www\admin\install.php
LINE: 621
DEBUG INFO:

616
617 // Setup array for navigation
618 $aInstallerSections = array (
619 '10' => new OA_Admin_Menu_Section('10', 'Welcome', $navLinks[OA_UPGRADE_WELCOME], false, "qsg-install"),
620 '20' => new OA_Admin_Menu_Section('20', 'Terms', $navLinks[OA_UPGRADE_TERMS], false, "qsg-install"),

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

622 '30' => new OA_Admin_Menu_Section('30', 'System Check', $navLinks[OA_UPGRADE_SYSCHECK], false, "qsg-install"),
623 '40' => new OA_Admin_Menu_Section('40', 'Application Check', $navLinks[OA_UPGRADE_APPCHECK], false, "qsg-install"),
624 '45' => new OA_Admin_Menu_Section('45', 'Login', $navLinks[OA_UPGRADE_LOGIN], false, "qsg-install"),
625 '50' => new OA_Admin_Menu_Section('50', 'Database', $navLinks[OA_UPGRADE_DBSETUP], false, "qsg-install"),
626 '60' => new OA_Admin_Menu_Section('60', 'Configuration', $navLinks[OA_UPGRADE_CONFIGSETUP], false, "qsg-install"),



MESSAGE: Undefined offset: 40
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\www\admin\install.php
LINE: 627
DEBUG INFO:

622 '30' => new OA_Admin_Menu_Section('30', 'System Check', $navLinks[OA_UPGRADE_SYSCHECK], false, "qsg-install"),
623 '40' => new OA_Admin_Menu_Section('40', 'Application Check', $navLinks[OA_UPGRADE_APPCHECK], false, "qsg-install"),
624 '45' => new OA_Admin_Menu_Section('45', 'Login', $navLinks[OA_UPGRADE_LOGIN], false, "qsg-install"),
625 '50' => new OA_Admin_Menu_Section('50', 'Database', $navLinks[OA_UPGRADE_DBSETUP], false, "qsg-install"),
626 '60' => new OA_Admin_Menu_Section('60', 'Configuration', $navLinks[OA_UPGRADE_CONFIGSETUP], false, "qsg-install"),

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

628 '80' => new OA_Admin_Menu_Section('80', 'Plugins', $navLinks[OA_UPGRADE_PLUGINS], false, "qsg-install"),
629 '90' => new OA_Admin_Menu_Section('90', 'Tasks', $navLinks[OA_UPGRADE_POST], false, "qsg-install"),
630 '100' => new OA_Admin_Menu_Section('100', 'Finished', '')
631 );
632



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\ads\lib\OA\Admin\Menu\Section.php
LINE: 303
DEBUG INFO:

298 {
299 if ($this->type == $type) {
300 return $this;
301 }
302 else {

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

304 }
305 }
306
307 /**
308 * Returns siblings of this section. If type is given, returns only siblings



MESSAGE: Only variable references should be returned by reference
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\lib\OA\Admin\Menu\Section.php
LINE: 303
DEBUG INFO:

298 {
299 if ($this->type == $type) {
300 return $this;
301 }
302 else {

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

304 }
305 }
306
307 /**
308 * Returns siblings of this section. If type is given, returns only siblings



MESSAGE: Only variable references should be returned by reference
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\lib\OA\Admin\Menu\Section.php
LINE: 303
DEBUG INFO:

298 {
299 if ($this->type == $type) {
300 return $this;
301 }
302 else {

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

304 }
305 }
306
307 /**
308 * Returns siblings of this section. If type is given, returns only siblings



MESSAGE: Only variable references should be returned by reference
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\lib\OA\Admin\Menu\Section.php
LINE: 303
DEBUG INFO:

298 {
299 if ($this->type == $type) {
300 return $this;
301 }
302 else {

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

304 }
305 }
306
307 /**
308 * Returns siblings of this section. If type is given, returns only siblings



MESSAGE: Undefined index: ui
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\lib\OA\Admin\UI.php
LINE: 527
DEBUG INFO:

522 $this->oTpl->assign('genericJavascript', urlencode(implode(',', $this->genericJavascript())));
523 $this->oTpl->assign('aGenericStyleshets', $this->genericStylesheets());
524 $this->oTpl->assign('aOtherStylesheets', $this->otherCSSFiles);
525 $this->oTpl->assign('aGenericJavascript', $this->genericJavascript());
526

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

528 }
529
530 function _assignSearch($ID)
531 {
532 $displaySearch = ($ID !== phpAds_Login && $ID !== phpAds_Error && OA_Auth::isLoggedIn() && OA_Permission::isAccount(OA_ACCOUNT_MANAGER) && !defined('phpAds_installing'));



MESSAGE: Undefined index: ui
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\lib\OA\Admin\UI.php
LINE: 241
DEBUG INFO:

236 $this->oTpl->assign('showContentFrame', $showContentFrame);
237 $this->oTpl->assign('showSidebar', $showSidebar);
238 $this->oTpl->assign('showMainNavigation', $showMainNavigation);
239
240 //top

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

242 $this->_assignSearch($ID);
243 $this->_assignUserAccountInfo($oCurrentSection);
244
245 $this->oTpl->assign('headerModel', $oHeaderModel);
246 // Tabbed navigation bar and sidebar



MESSAGE: Undefined index: webpath
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\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: E:\web\marbellato0\htdocs\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: PREF
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\lib\OA\Admin\UI.php
LINE: 512
DEBUG INFO:

507 $this->oTpl->assign('strFieldFixBeforeContinue2', html_entity_decode($GLOBALS['strFieldFixBeforeContinue2']));
508 $this->oTpl->assign('strWarningMissing', html_entity_decode($GLOBALS['strWarningMissing']));
509 $this->oTpl->assign('strWarningMissingOpening', html_entity_decode($GLOBALS['strWarningMissingOpening']));
510 $this->oTpl->assign('strWarningMissingClosing', html_entity_decode($GLOBALS['strWarningMissingClosing']));
511 $this->oTpl->assign('strSubmitAnyway', html_entity_decode($GLOBALS['strSubmitAnyway']));

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

513 }
514
515 function _assignJavascriptandCSS()
516 {
517 global $installing, $conf; //if installing no admin base URL is known yet



MESSAGE: Undefined index: ui
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\lib\OA\Admin\UI.php
LINE: 527
DEBUG INFO:

522 $this->oTpl->assign('genericJavascript', urlencode(implode(',', $this->genericJavascript())));
523 $this->oTpl->assign('aGenericStyleshets', $this->genericStylesheets());
524 $this->oTpl->assign('aOtherStylesheets', $this->otherCSSFiles);
525 $this->oTpl->assign('aGenericJavascript', $this->genericJavascript());
526

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

528 }
529
530 function _assignSearch($ID)
531 {
532 $displaySearch = ($ID !== phpAds_Login && $ID !== phpAds_Error && OA_Auth::isLoggedIn() && OA_Permission::isAccount(OA_ACCOUNT_MANAGER) && !defined('phpAds_installing'));



MESSAGE: Cannot modify header information - headers already sent by (output started at E:\web\marbellato0\htdocs\ads\lib\max\ErrorHandler.php:155)
TYPE: Warning
FILE: E:\web\marbellato0\htdocs\ads\lib\OA\Admin\UI.php
LINE: 285
DEBUG INFO:

280 ob_start("ob_gzhandler");
281 }
282 }
283 }
284 // Send header with charset info and display

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

286 $this->oTpl->display();
287 }
288
289 function getID($ID)
290 {


OpenX - Welcome

MESSAGE: Undefined index: customBranding
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\var\templates_compiled\%%72^729^729250E1%%main.html.php
LINE: 26
DEBUG INFO:

21 $this->_smarty_include(array('smarty_include_tpl_file' => "layout/scripts.html", 'smarty_include_vars' => array()));
22 $this->_tpl_vars = $_smarty_tpl_vars;
23 unset($_smarty_tpl_vars);
24 ?>
25

26

27 28
29
72 '; ?>
73
74
75
76

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



MESSAGE: Undefined index: jsFlash
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\var\templates_compiled\%%72^729^729250E1%%main.html.php
LINE: 78
DEBUG INFO:

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

78

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



MESSAGE: Undefined index: aSide
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\var\templates_compiled\%%72^729^729250E1%%main.html.php
LINE: 81
DEBUG INFO:

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

81

82 foreach ($_from as $this->_tpl_vars['s']):
83 ?>
84 _tpl_vars['s']['top']): ?>
85 MESSAGE: Undefined index: aSideShortcuts
TYPE: Notice
FILE: E:\web\marbellato0\htdocs\ads\var\templates_compiled\%%72^729^729250E1%%main.html.php
LINE: 95
DEBUG INFO:

90
93
94

95

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


OpenX

216
217
218
219

220
Progress
 

 


Welcome to OpenX v2.8.0
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: E:\web\marbellato0\htdocs\ads\var\templates_compiled\%%72^729^729250E1%%main.html.php
LINE: 268
DEBUG INFO:

263 unset($_smarty_tpl_vars);
264 ?>
265
266
267

268

269
 

270
275
276
277

278
279
280
281 _tpl_vars['maintenanceAlert']): ?>
282
279
280
281

282