peco1:
I got the same error. Please help. Thanks.
kuroi:
Deb
The offer of ice cream always helps. Here's what I think has happened. I think that like kalin/signs in recent posts you don't have Admin Profiles installed, you actually have the Admin Restrict Product Categories. Unfortunately the author of that fork from Admin Profiles renamed one of the tables. I can see why, and understand, but it does make an installation of that mod incompatible with the main Admin Profiles stream.
If my hypothesis is correct, then the patch I did for AP won't work for you. However (and I haven't tested this) the single line change that I posted immediately prior to this post probably will.
:dontgetit My cart is 1.3.8a and for a couple of weeks ive been reading over posts, I have the same problem. i did install the Admin Restrict Product Categories before i came accross this one where i tried to over right it with Admin Profiles , i cant save any admin and when i go to catagory/products i get this error
1146 Table 'website_261449.admin_allowed_categories' doesn't exist
in:
[select admin_id from admin_allowed_categories where categories_id = '0']
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 also changed this
But here's what you might want to try in the admin/admin_control.php file of mod you're using ...
find the line
PHP Code:
<form id="profileBoxes" name="profileBoxes" action="admin_control.php?adminID=<?php echo $adminID; ?>&action=save" method="post">
and replace it with
PHP Code:
<?php echo zen_draw_form('profileBoxes', FILENAME_ADMIN_CONTROL, 'adminID=' . $adminID . '&action=save', 'post', 'id="profileBoxes"', 'true'); ?>
I still cant save or change products and im a little lost with it all atm, so if someone could point me in right direction it would be a life saver as i really need to update catagories and return permissions to me.
To everyone especially kuroi, id like to say how good it is to see such brainy work :smile: