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?
Are you running Zen Cart v1.5.0?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Go to your Zen Cart Admin to the Tools ... Developers Tool Kit ... and do a search in the bottom input box on:
<form id="profileBoxes"
and select Admin from the dropdown and click SEARCH ...
Does anything come up?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Hi...I installed a fresh install on my Zen cart and I am getting this error:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 7
in:
[CREATE TABLE IF NOT EXISTS zen_products_xsell1 ( `ID` int(10) NOT NULL auto_increment, `products_id` int(10) unsigned NOT NULL default '1', `xsell_id` int(10) unsigned NOT NULL default '1', `sort_order` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`ID`), KEY `idx_products_id_xsell` (`products_id`) ) TYPE=MyISAM]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
I did look for the configuration_key MAX_DISPLAY_SELLX suggested in post 31 but there in nothing in my database.
Any ideas? Thanks for your help!!! :)