I am trying to do a new install of osC MS2-MAX v1.7 on a Win2000 server under XAMPP 1.4.10a (light). I have removed IIS to make installation easier under the Apache environment in XAMPP.
First thing I downloaded and installed standard osCommerce 2.2-MS2 to see what problems there were in the pure vanilla version. Only one:
/catalog/admin/includes/classes/upload.php line 31
an apparent incompatibility with the latest revision XAMPP PHP. The line was commented out.
I removed the vanilla installation then downloaded and installed osC MS2-MAX v1.7. It experienced the same problem - which I quickly fixed.
Next I experienced a 'session_start' problem on line 67 of session.php. This appeared to be caused by an access error to the missing C:/tmp directory. Consequently, I changed the installation configuration to use the database for session control. The problem went away. Both the 'Catalog' and 'Administrator Tool' paths worked to the next stage of testing.
Next I attempted to log into the Login Panel using the default account. I was greeted with an error:
1267 - Illegal mix of collations (latin1_swedish_ci,COERCIBLE) and (utf8_general_ci,IMPLICIT) for operation 'find_in_set'
select admin_files_id from admin_files where FIND_IN_SET( '1', admin_groups_id) and admin_files_is_boxes = '1' and admin_files_name = 'configuration.php'
[TEP STOP]
The error appears to be generated in the following file:
\catalog\admin\includes\functions\general.php line 23:
$db_file_query = tep_db_query("select admin_files_name from " . TABLE_ADMIN_FILES . " where FIND_IN_SET( '" . $login_groups_id . "', admin_groups_id) and admin_files_name = '" . $filename . "'");
It would appear that there is a MySQL version compatibility issue. Does anyone have a solution for this and other yet to be discovered version issues? I was hoping to avoid these kinds of time consuming problems via my previous forum post regarding installation - no response. Now that I've gone ahead I'm in a quagmire. Any help would be appreciated.
Philibuster




LinkBack URL
About LinkBacks






Bookmarks