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?
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.";
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.";
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.";
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 }
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 }
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 . '://' .
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'] . ':' .
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 .
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 . '/' .
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
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.";
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.";
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.";
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'] = "
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'] = "
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
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
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'] = "
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'] = "
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'] = "
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
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'];
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) {
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
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) {
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
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'];
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 }
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"),
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"),
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'];
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) {
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
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) {
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
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 {
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 {
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 {
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 {
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
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
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) {
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
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']));
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
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
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
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
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
90
93
94
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