Quote Originally Posted by gilby View Post
Fix found
Edit admin/includes/extra_datafiles/multi_xsell_definitions.php
Find
PHP Code:
define('FILENAME_MXSELL_PRODUCTS''multi_xsell.php'); 
change to
PHP Code:
define('FILENAME_MXSELL_PRODUCTS''multi_xsell'); 
iow remove the '.php' from the end of the filename
Thanks so much, Gilby! Worked like a charm.

Linda, the bug fix "can't update an Admin Profile's checkboxes for assigned permissions" doesn't seem to fit my version of admin/profiles.php - which has neither the line of code that needs fixing:
<form id="profileBoxes" name="profileBoxes" action="<?php echo zen_href_link(FILENAME_PROFILES) ?>" method="post">
-nor the fix code:
<?php echo zen_draw_form('profileBoxes', FILENAME_PROFILES, 'action=update') ?>
The line it has instead of those two is
<?php echo zen_draw_form('profileBoxes', FILENAME_PROFILES, 'action=insert') ?>
I guess that means my file is OK?