1.) Durring install - MySql import - ask for OSCOMMERCE.SQL but needs MS2-MAX.SQL
2.) Default CATALOG\CONFIGURE.PHP is populated with AABOX.COM setting - including database password (don't know if this is a vaild PW or not).
Also:
Default SSL should be False - not eveyone has SSL. You have : define('ENABLE_SSL', true);
define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));
you have:
define('DIR_FS_CATALOG', '/home2/aaboxco/public_html/ms2/catalog/');
This causes problems with download files as not eveyone is /home2/aaboxco....ect....
3.) Default ADMIN\CONFIGURE.PHP is populated with AABOX.COM setting - including database password (don't know if this is a vaild PW or not).
Also:
Missing ID line - older version?? - latest is 1.14 from 2/21/2003
Default SSL should be False - not eveyone has SSL. You have : define('ENABLE_SSL', true);
4.) /admin/include/fuctions/compatabilty.php - you have 1.10 - latest is 1.11 - your missing a new fuction that was added 7/18/03
5.) /admin/include/graphs/banner_infobox.php is v 1.4 2003/07/30 - you have 1.3 -
typo in $graph->SetTitle(TEXT_BANNERS_LAST_3_DAYS);
6.) /admin/includes/languages/english/file_manager.php is v 1.14 2003/07/21 - you have 1.13 -
? Moved out one define fuction to below???
7.) /admin/includes/languages/english.php is v 1.107 2003/07/21 - you have 1.106 -
? Moved in one define fuction from above???
define('ERROR_FILE_NOT_REMOVEABLE', 'Error: I can not remove this file. Please set the right user permissions on: %s');
8.) /admin/define_language.php is v 1.16 2003/07/30 - you have 1.15 -
Small change for muilt-laug.
9.) /catalog/includes/boxes/categories.php v 1.25 2003/07/09 - you have 1.24
This is acutally 1.25!!!! multi laug.
10.) /catalog/includes/classes/order_total.php FILE ID IS WRONG! Said it is 1.3.2.7 and really is 1.4
11.) Add Auto Copywrite to footer! (Only a suggestion - not hard to do)
12.) /catalog/includes/modules/payment/ipayment.php v 1.33 2003/07/19 you have 1.32 - one small change
13.) /catalog/includes/modules/payment/pm2checkout.php,v 1.20 2003/07/19 you have 1.19 - one small change
14.) "WYSIWYG HTMLArea MS2 v1.7" with "Define mainpage" not included in ZIP file under /oscommerce-2.2ms2/contributions/ please add!
Other than that - still have the same problem saving DEFINE MAINPAGE though HTMLArea. Must be my test server.
Till then- JPF
Bookmarks